Robin Dunn
b3b61cdaa0
Added wx.DatePickerCtrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-18 04:38:30 +00:00
Robin Dunn
eba2f031e7
Select an item using the value passed to the ctor/Create
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-18 04:07:11 +00:00
Robin Dunn
d64396087f
Avoid wxTaskBarIconAreaBase::DoPopupMenu unresolved symbol in GTK < 2.1 builds
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-18 04:06:08 +00:00
Ryan Norton
83efadb7f3
[ 1123124 ] wxStringBase::Alloc can change string length
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-18 03:53:56 +00:00
Vadim Zeitlin
518ba66331
revert to the old flicker-less version when background bitmap is not used
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 23:55:53 +00:00
Vadim Zeitlin
94ab4d929b
minor cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 23:20:39 +00:00
Vadim Zeitlin
a69e2a0ac7
corrected wxRTTI macros
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 23:17:30 +00:00
Vadim Zeitlin
38511687af
more tweaks to drop down arrow drawing (Andreas Pflug)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 18:29:22 +00:00
Vadim Zeitlin
96eb51bbf7
fixed typo in EVT_COMMAND definition
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 16:56:35 +00:00
Ryan Norton
16cafacf24
use without url
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 13:13:01 +00:00
Ryan Norton
4669dcb216
sockets require stopwatch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 10:53:37 +00:00
Ryan Norton
4b8f9d466f
Use without mimetypes enabled
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 10:43:52 +00:00
Ryan Norton
859906241d
compile wxFileXXXStream without wxFFileXXXStream
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 10:42:22 +00:00
Ryan Norton
2d1659cf32
Enable compilation on mac without wxFontMapper
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 10:38:45 +00:00
Ryan Norton
c5ceb215a9
gcc doesn't have pragma warning
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 10:19:31 +00:00
Ryan Norton
c6d60564cb
int argument/unsigned int arg warning fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 10:17:04 +00:00
Julian Smart
87b8de0fce
Added PalmOS to release scripts
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 09:37:13 +00:00
Stefan Csomor
abbcdf3ff7
24x24 bitmaps and separator for flat style added
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 08:44:37 +00:00
Ryan Norton
8f248607e5
ComboBox for cocoa
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 04:45:13 +00:00
Kevin Ollivier
c605b871f0
Added empty methods for wxIcon functions to match the API on other platforms.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 03:20:16 +00:00
Vadim Zeitlin
d891cf3527
update from Hans F. Nordhaug
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-17 00:25:13 +00:00
Ryan Norton
50d2af52a5
implement some missing methods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 23:44:18 +00:00
Robert Roebling
836dded82b
Applied background colour patch for Motif notebooks
...
(actually in generic tab control code).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 23:08:22 +00:00
Robert Roebling
b6de8445dc
Removed the complex popup test.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 22:36:54 +00:00
Julian Smart
aa29eefaef
Fixed windows not displaying on SmartPhone
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 22:08:57 +00:00
Dimitri Schoolwerth
1eeb64fb65
fixed wxlib Mach-O debug and release compilation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 20:59:19 +00:00
Włodzimierz Skiba
c47addef10
wxPoint/Size/Rect() causes the same code with (0,0) initialization and is incomparably more readable and clear.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 20:34:34 +00:00
Stefan Csomor
ee799df7ff
added non-bordered toolbar tools
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 20:13:48 +00:00
Dimitri Schoolwerth
1d49979f74
fixed Mach-O compilation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 20:09:35 +00:00
Dimitri Schoolwerth
00a1d2e004
minor typo fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 19:25:35 +00:00
Włodzimierz Skiba
432968bf3d
'Compatibility' fix for connecting events.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 18:02:48 +00:00
Vadim Zeitlin
7fc24fb152
tiny script to generate tags for wxMSW
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 16:38:49 +00:00
Julian Smart
94f5392355
Standard dialogs becoming useable on WinCE.
...
Make standard button sizer horizontal on WinCE since
vertically it looks atrocious (app will need to reduce
number of buttons if they don't fit)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 15:37:09 +00:00
Julian Smart
26a12ab34c
Added assert (WinCE doesn't report checked status correctly)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 14:44:15 +00:00
Vadim Zeitlin
4b4f6e0fdd
use WX_DEFINE_ARRAY_PTR instead of WX_DEFINE_ARRAY to suppress warnings about operator->()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 10:14:42 +00:00
Włodzimierz Skiba
6058220154
Native PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working on internally typedefed wxLongLong_t (both unsigned wxLongLong_t and wxULongLong_t should work for other platforms). Improvements in wxDatePicker control on PalmOS.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 09:35:31 +00:00
Julian Smart
b734b2cafa
WinCE doesn't have _set_se_translator
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-16 00:08:28 +00:00
Robert Roebling
024e9a4cea
Better resizing code fro wxComboBox.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 23:19:32 +00:00
Julian Smart
c0aadc6f40
Absolutely no idea what DisableAutomaticSETranslator is but
...
WinCE doesn't like it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 22:54:38 +00:00
Julian Smart
2d5ba36548
Ignorant WinCE fixes for compile breakage
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 22:52:27 +00:00
Robert Roebling
388413fca8
Typo.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 21:56:07 +00:00
Robert Roebling
0ff2a74d0c
Implemented wxBitmap::HasAlpha() and ::UseAlpha().
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 20:27:46 +00:00
Stefan Csomor
a4ea2d8dbb
guard against errors like in wxStringBase::AllocBeforeWrite code (1123226)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 20:00:52 +00:00
Robert Roebling
85445d3445
Typo.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 19:55:39 +00:00
Robert Roebling
2555c77a81
Committed currently disabled code that implements
...
the wxStopWatch based on QueryPerformanceCounter()
I'll do more testing if I can, but here is the code
for other to look at.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 19:50:27 +00:00
Ryan Norton
8e475be490
fixup for missing variable
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 19:19:51 +00:00
Ryan Norton
c08d805c5a
[ 1123256 ] wxString operator+ pre-allocates buffer then throws it away ---- and ---- [ 1123195 ] Avoid double-copy in two wxStringBase functions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 19:12:36 +00:00
Robert Roebling
b46a190c27
Fixed mem leak in wxColour::Set()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 18:43:33 +00:00
Robert Roebling
e66faf3d43
Applied pango font patch for X11.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 18:31:10 +00:00
Vadim Zeitlin
ac10c957a5
!USE_PCH compilation fix after last check in
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-15 17:32:49 +00:00