Vadim Zeitlin
|
485cd20763
|
compiles under win64
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-10 13:03:19 +00:00 |
|
Vadim Zeitlin
|
4eb7c4b180
|
part of Ictrl -> Iscntrl change I forgot to commit (not important, anyhow)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-10 13:02:59 +00:00 |
|
Vadim Zeitlin
|
975b6bcf9b
|
Win64 compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-10 13:02:51 +00:00 |
|
Vadim Zeitlin
|
af5b273c11
|
Win64 compilation fixes: use wxUIntPtr instead of long
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-10 12:58:23 +00:00 |
|
Vadim Zeitlin
|
a369f7c88a
|
Win64 compilation fixes: define SIZEOF_SIZE_T, added wxUIntPtr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-10 12:58:08 +00:00 |
|
Vadim Zeitlin
|
d2213b1fa5
|
added base array of size_t as under Win64 size_t > long
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-10 12:57:11 +00:00 |
|
Vadim Zeitlin
|
5171ea0ea9
|
added wxGet/SetWindowProc/UserData()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-10 12:56:25 +00:00 |
|
Václav Slavík
|
b6dc1b9063
|
fixed samples compilation when using configure and mingw (missing include for windres)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-10 11:19:46 +00:00 |
|
Václav Slavík
|
afb21636a4
|
use generic samples icon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-10 09:28:04 +00:00 |
|
Vadim Zeitlin
|
f3f0d961af
|
don't just drop click events resulting from triple clicks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 23:28:13 +00:00 |
|
Vadim Zeitlin
|
d41f7b2041
|
no changes, simply added a comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 23:20:04 +00:00 |
|
Vadim Zeitlin
|
cc61d2eb40
|
size combobox/choices properly initially by considering the length of the strings specified in the ctor/Create() (bug 893380)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 23:19:31 +00:00 |
|
Vadim Zeitlin
|
be708d3f3b
|
use correct name for the icon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 23:01:44 +00:00 |
|
Vadim Zeitlin
|
b9b8a2b5d7
|
don't assert when creating an initially empty wxCB_READONLY combobox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 22:30:47 +00:00 |
|
Vadim Zeitlin
|
5982852a06
|
multiline checkbox doesn't make sense for listbook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 22:04:14 +00:00 |
|
Robin Dunn
|
5d06f362eb
|
wxUSE_VC_CRTDBG needs to be dependent on wxUSE_MEMORY_TRACING too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 22:00:36 +00:00 |
|
Julian Smart
|
c36f1fc7c9
|
Changed no-remap to msw.remap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 21:44:57 +00:00 |
|
Vadim Zeitlin
|
d85c53a5cc
|
wxUniv compilation fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 21:41:23 +00:00 |
|
Julian Smart
|
a6f28223ee
|
Applied WinCE fix, though data file still not found
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 21:37:32 +00:00 |
|
Dimitri Schoolwerth
|
17d31882db
|
Applied patch #885752: "wxPoem less MSW specific + cleanup".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 20:01:55 +00:00 |
|
Julian Smart
|
33c4f27fe5
|
Documented no-remap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 16:14:38 +00:00 |
|
Julian Smart
|
6e724836cb
|
Documented tbar95.cpp backports
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 16:04:06 +00:00 |
|
Julian Smart
|
dfa5360916
|
Added no-remap system option so colourful toolbar buttons
aren't mangled
Toolbar buttons are now centred if the bitmap size is smaller
than the specified default size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 16:02:28 +00:00 |
|
Julian Smart
|
7f0da36965
|
Fix needed for free MS SDK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 16:00:54 +00:00 |
|
Dimitri Schoolwerth
|
beb966c53d
|
MinGW warnings fixed; TRUE/FALSE cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 12:06:55 +00:00 |
|
David Elliott
|
6d034f7d78
|
Do not try to set the proper position if creating a window with a NULL parent.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 05:12:38 +00:00 |
|
David Elliott
|
eafde5c739
|
Implement right mouse down/dragged/up
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 05:01:23 +00:00 |
|
David Elliott
|
6ba13ca442
|
When destroying the window, only remove it from its Cocoa parent if
the Cocoa window for its wxWindows parent is its Cocoa parent.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 04:44:30 +00:00 |
|
David Elliott
|
1d2fe15e71
|
Don't close dialogs in ~wxDialog as it just hides other problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 03:46:14 +00:00 |
|
David Elliott
|
9a6e13a6f7
|
wxBitmap::GetNSImage(): Added trace messages. Release maskImage.
wxMask_CreateFromBitmapData(): Don't clobber byte past the end of dest buffer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 03:27:47 +00:00 |
|
Patrick K. O'Brien
|
d351525a9b
|
shell.autoCompleteAutoHide added with default of True.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-09 02:53:13 +00:00 |
|
Julian Smart
|
1e8bd6b2ae
|
Fixed Unicode breakage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 23:22:01 +00:00 |
|
Robert Roebling
|
518c393914
|
Fix redraw problem in multiple selection listctrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 23:17:49 +00:00 |
|
Robert Roebling
|
35468934e0
|
Improvements for splitter sash hack. GTK2 look
good now, GTK1.2 jumps two pixels for some
reason.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 23:00:53 +00:00 |
|
Stefan Neis
|
0fe2cb22d5
|
Script install-sh wants a '-c' parameter, otherwise it 'moves' the header
files instead of copying them.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 22:54:05 +00:00 |
|
Vadim Zeitlin
|
23fbd31a9b
|
added WC_NO_BEST_FIT_CHARS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 22:09:13 +00:00 |
|
Vadim Zeitlin
|
a6c811617b
|
resolving conflicts in files I had forgot to commit (sorry)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 22:04:51 +00:00 |
|
Julian Smart
|
5a30d45018
|
Spacing corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 22:01:36 +00:00 |
|
Patrick K. O'Brien
|
07b87e8d9b
|
Fixed problem with Calltip tab not refreshing properly on Windows.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 21:48:07 +00:00 |
|
Dimitri Schoolwerth
|
6efbb55bf6
|
Fixed relative paths to lib/.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 21:39:56 +00:00 |
|
Julian Smart
|
15a07f5cac
|
New versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 21:37:57 +00:00 |
|
Robert Roebling
|
03eccb8316
|
Corrected redrawing of sash when resizing
the columns. No longer any ghost line.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 20:58:05 +00:00 |
|
Robert Roebling
|
9b3119232c
|
Draw listctrls's headers right for themes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 20:37:28 +00:00 |
|
Robert Roebling
|
cabeffb029
|
Correctly center lables vertically.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 20:36:09 +00:00 |
|
Julian Smart
|
c1b9e143e9
|
0 -> 0u to keep gcc happy
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 20:33:07 +00:00 |
|
Julian Smart
|
9369f1474e
|
Added missing MSWGetStyle prototype
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 20:01:16 +00:00 |
|
Julian Smart
|
ef59847c6c
|
wx2msPenStyle forward declaration required
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 19:37:47 +00:00 |
|
Patrick K. O'Brien
|
65d005e44d
|
Cosmetic changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 19:28:51 +00:00 |
|
Vadim Zeitlin
|
abfff787c7
|
updated the year
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 18:58:31 +00:00 |
|
Vadim Zeitlin
|
14c7f3dd48
|
add line breaks in the base classes list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 18:56:27 +00:00 |
|