Chris Elliott
|
e84c7178fe
|
fix watcom 64 bug (openwatcom1.1) (second try)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 09:36:25 +00:00 |
|
Chris Elliott
|
3ca91ffb3d
|
fix watcom 64 bug (openwatcom1.1)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 09:33:21 +00:00 |
|
Vadim Zeitlin
|
3a9fa0d6b5
|
added wxTextCtrl::MarkDirty()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 00:09:18 +00:00 |
|
Vadim Zeitlin
|
ff1b5f81af
|
fixed bug in DeleteEntry()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 20:36:58 +00:00 |
|
Vadim Zeitlin
|
845f426885
|
updated wxMBConv docs slightly; added brief docs for UTF16/32 conversions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 20:34:03 +00:00 |
|
Vadim Zeitlin
|
bde4baaced
|
more wxMBConv classes cleanup, define wxConvLibc to use Win32 API under Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 20:29:15 +00:00 |
|
Vadim Zeitlin
|
57c5293e49
|
made Convert() methods const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 20:15:00 +00:00 |
|
Vadim Zeitlin
|
9769627970
|
assume sizeof(wchar_t) == 2 by default, not 4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 19:25:32 +00:00 |
|
Vadim Zeitlin
|
e95354ec54
|
added UTF-16/32-[LB]E conversions; got rid of wxCharacterSet and simplified and fixed some bugs in remaining code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 17:11:56 +00:00 |
|
Vadim Zeitlin
|
c0dd4372a3
|
wxLL is now in wx/defs.h together with (new) wxULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 17:10:30 +00:00 |
|
Vadim Zeitlin
|
116b407e4f
|
added ctor taking wxFontEncoding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 17:09:08 +00:00 |
|
Vadim Zeitlin
|
3c59549689
|
documented wxCONCAT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 15:32:47 +00:00 |
|
Vadim Zeitlin
|
84ed77ef28
|
added (and documented) wxULL(); fixes for wxINT64_SWAP macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 15:30:25 +00:00 |
|
Vadim Zeitlin
|
8fb3747278
|
reorganized/improved fixed size int types definitions; in particular use __int64 for wxInt64 if available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 13:47:55 +00:00 |
|
Vadim Zeitlin
|
ef620df011
|
added Win64 detection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:43:36 +00:00 |
|
Vadim Zeitlin
|
014c5a64b5
|
moved wxGA_XXX styles to gauge.h from defs.h; set wxGA_PROGRESSBAR as 0 (it's not used anywhere anyhow)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:35:21 +00:00 |
|
Vadim Zeitlin
|
da0f19f8a8
|
cleanup: derive wxGauge from wxGaugeBase; removed redundant code from Create() (use base class methods instead); implemented MSWGetStyle() and GetBestSize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:31:58 +00:00 |
|
Vadim Zeitlin
|
0a4e332382
|
updated; added IsVertical()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:29:36 +00:00 |
|
Vadim Zeitlin
|
9446dc2642
|
added IsVertical(); initialize members in ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:28:25 +00:00 |
|
Vadim Zeitlin
|
69b80d287d
|
compilation fix (part of patch 810484)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:23:39 +00:00 |
|
Vadim Zeitlin
|
375fc5a970
|
fix for crash when using user-dashed lines (patch 801663)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:20:39 +00:00 |
|
Jouk Jansen
|
a63b9404f6
|
Committing in .
Added src/gtk/evtloop.cpp for compilation on OpenVMS.
Modified Files:
wxWindows/src/gtk/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:16:28 +00:00 |
|
Vadim Zeitlin
|
311a173bcc
|
removed some TABs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:14:44 +00:00 |
|
Julian Smart
|
6df2a555c6
|
Must use --disable-fs_inet to avoid chkcnf error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:13:55 +00:00 |
|
Vadim Zeitlin
|
9a78988fed
|
support full 32bit range in wxGauge
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 11:36:48 +00:00 |
|
Chris Elliott
|
624d506b58
|
fix for gtk swapped colors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 09:44:57 +00:00 |
|
Stefan Neis
|
7332d96bd5
|
Fixed wxGUIAppTraits declaration on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 06:04:49 +00:00 |
|
Vadim Zeitlin
|
a1d8baa9f2
|
fixed broken link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 00:47:27 +00:00 |
|
Vadim Zeitlin
|
104032545e
|
added wxOwnerDrawn::SetOwnerDrawn() and SetDisabledBitmap(); corrected calculation of menu width and drawing of accels for disabled items (parts of patch 758598)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 00:43:36 +00:00 |
|
Stefan Neis
|
a637417cf7
|
Added GUI part of AppTraits for OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 00:39:22 +00:00 |
|
Vadim Zeitlin
|
c91830cb4b
|
added conversions to/from UTF 16/32 LE/BE (patch 809685)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 00:12:10 +00:00 |
|
Stefan Neis
|
9fc852b7ff
|
Added AppTraits for OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 00:02:44 +00:00 |
|
Stefan Neis
|
8329e6c730
|
Added AppTraits for starting/ending a thread.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 00:01:32 +00:00 |
|
Vadim Zeitlin
|
7e541da8b0
|
set event object for wxContextMenuEvent (patch 797697)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 23:59:02 +00:00 |
|
Vadim Zeitlin
|
3ef22a5b02
|
trying to fix race conditions. double deletions and memory leaks on thread termination (closes bug 775774 and replaces patch 781918)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 23:57:09 +00:00 |
|
Stefan Neis
|
ff3985971d
|
Identify OS/2 by defining __OS2__.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 23:56:02 +00:00 |
|
Vadim Zeitlin
|
4e5bbd4022
|
terminate child threads in frame dtor, not in OnQuit() (otherwise they're left running if we just close the window)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 23:54:47 +00:00 |
|
Stefan Neis
|
598dc9b777
|
Switched over to using wxEventLoop.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 21:54:03 +00:00 |
|
Stefan Neis
|
9345ca55cb
|
Added declaration for GetViewRect to fix compilo.
FIXME: Implementation is still missing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 21:28:40 +00:00 |
|
Julian Smart
|
b2cef83022
|
Added wxMGL switch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 21:28:11 +00:00 |
|
Vadim Zeitlin
|
963ac8fbf5
|
fix problems with terminating while threads are running and more (patch 781922)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 20:36:07 +00:00 |
|
Vadim Zeitlin
|
a67c56641d
|
added IsVisible() test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 19:40:35 +00:00 |
|
Vadim Zeitlin
|
caea927d3d
|
IsVisible() shouldn't return true if item is out of screen (bug 640607)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 19:37:35 +00:00 |
|
Stefan Neis
|
d7a8eacae9
|
Added evtloop.cpp for OS/2 to get rid of linker errors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 18:49:38 +00:00 |
|
Stefan Neis
|
bd6685b307
|
Added #include "wx/encinfo.h" as needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 18:34:43 +00:00 |
|
Vadim Zeitlin
|
050ffabbc3
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 17:22:23 +00:00 |
|
Vadim Zeitlin
|
b12ce1d388
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 16:39:51 +00:00 |
|
Vadim Zeitlin
|
4a1c207cf1
|
don't return & in strings returned by GetLabelTop() (closes 687905)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 15:22:15 +00:00 |
|
Vadim Zeitlin
|
f607434a0f
|
check the radio buttons when they get focus (closes 777500)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 15:09:13 +00:00 |
|
Vadim Zeitlin
|
54cf600d4e
|
Unicode compilation fix (patch 81006)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 11:02:39 +00:00 |
|