]>
git.saurik.com Git - wxWidgets.git/log
Stefan Csomor [Sat, 19 Feb 2005 15:42:37 +0000 (15:42 +0000)]
switching to IconRefs for menu bitmaps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32186
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 19 Feb 2005 15:34:35 +0000 (15:34 +0000)]
cleaning up, adding support for Quartz / Themeing before 10.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32185
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 19 Feb 2005 15:30:16 +0000 (15:30 +0000)]
fixes, adding paint handler for non OSX case toplevel window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32184
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 19 Feb 2005 15:24:13 +0000 (15:24 +0000)]
adding PICT conversion for IconRef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32183
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 19 Feb 2005 15:20:13 +0000 (15:20 +0000)]
use const char * buffer to fix CW compilation (patch
1117210 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32182
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 19 Feb 2005 15:15:07 +0000 (15:15 +0000)]
fixes after wx-config changes (patch
1076155 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32181
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 19 Feb 2005 15:08:36 +0000 (15:08 +0000)]
VK_MENU is WXK_ALT, notWXK_MENU (patch
1119601 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32180
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 19 Feb 2005 14:25:21 +0000 (14:25 +0000)]
fixes for MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32179
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 19 Feb 2005 14:07:46 +0000 (14:07 +0000)]
Updated but not completed Italian translation. Translated all
non-error strings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32178
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 19 Feb 2005 14:00:05 +0000 (14:00 +0000)]
update from Jonas Rydberg (patch
1143491 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32177
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sat, 19 Feb 2005 13:58:40 +0000 (13:58 +0000)]
Bugfixes for OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32176
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 19 Feb 2005 13:51:18 +0000 (13:51 +0000)]
changed wx version to 2.5.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32175
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 19 Feb 2005 13:49:24 +0000 (13:49 +0000)]
update from Jaakko Salli (patch
1123796 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32174
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 19 Feb 2005 13:45:31 +0000 (13:45 +0000)]
1. undid the "simplification" of patch
1096066 which resulted in a crash
(see this patch discussion)
2. check that all views agree to close before starting to delete them
3. commented the code so that the next poor soul looking at it will know
that deleting a view can delete the document which deletes -- surely
wasn't obvious to me...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32172
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 19 Feb 2005 13:17:26 +0000 (13:17 +0000)]
update (recoded to UTF-8) from liouxiao@hotmail.com
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32171
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 19 Feb 2005 08:27:01 +0000 (08:27 +0000)]
include wx/setup.h and check to make sure it's not the configure created
setup.h before doing anything specific for Metrowerks.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32170
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 19 Feb 2005 08:16:00 +0000 (08:16 +0000)]
Check for xlC and add -qunique to CXXFLAGS if we're using it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32169
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 19 Feb 2005 07:14:14 +0000 (07:14 +0000)]
Check to see if -ext o option is required to get compiler to write
foo.o instead of foo.c.o or foo.cc.o. (MetroWerks)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32168
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 19 Feb 2005 06:58:25 +0000 (06:58 +0000)]
When host is OS X (PowerPC Darwin) check if compiler defines __POWERPC__
before defining it in setup.h and if -D__CF_USE_FRAMEWORK_INCLUDES__ is
required for CoreFoundation headers (MW).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32167
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Sat, 19 Feb 2005 06:10:55 +0000 (06:10 +0000)]
ENTER and LEAVE mouse events for multi-line text controls on GTK2, from Mart R. - Closes bug
1015324 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32166
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 19 Feb 2005 05:29:05 +0000 (05:29 +0000)]
corrected bitmap mask -> Image conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32165
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 19 Feb 2005 04:22:27 +0000 (04:22 +0000)]
Use plain extern instead of extern "C" for vsnprintf declaration when not
compiling as C++.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32164
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Sat, 19 Feb 2005 04:04:08 +0000 (04:04 +0000)]
Added newline at the end, eliminates gcc warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32163
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 19 Feb 2005 03:56:12 +0000 (03:56 +0000)]
Rebaked with Bakefile 0.1.7.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32162
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Sat, 19 Feb 2005 02:57:46 +0000 (02:57 +0000)]
Sample update - wxTE_AUTO_URL from Mart R. [patch
1126182 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32161
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Sat, 19 Feb 2005 02:56:40 +0000 (02:56 +0000)]
Documentation - wxTE_AUTO_URL for wxGTK2 from Mart R. [patch
1126182 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32160
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Sat, 19 Feb 2005 02:55:32 +0000 (02:55 +0000)]
wxTE_AUTO_URL for wxGTK2 from Mart R. [patch
1126182 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32159
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 18 Feb 2005 23:26:35 +0000 (23:26 +0000)]
another update from Martin Srebotnjak <miles@filmsi.net>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32158
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Fri, 18 Feb 2005 23:21:27 +0000 (23:21 +0000)]
Adding GetPartialTextExtents implementation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32157
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 18 Feb 2005 20:55:46 +0000 (20:55 +0000)]
Most important polish translations.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32156
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 20:25:05 +0000 (20:25 +0000)]
Patch #
1143556 : mods to SashWindow demo: auto-generate IDs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32155
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 18 Feb 2005 20:23:02 +0000 (20:23 +0000)]
using correct theme heights for header on mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32154
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 18 Feb 2005 20:21:35 +0000 (20:21 +0000)]
new layout was messing with separator positions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32153
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 18 Feb 2005 20:20:18 +0000 (20:20 +0000)]
guard quartz specific code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32152
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 19:33:00 +0000 (19:33 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32151
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 19:28:16 +0000 (19:28 +0000)]
wxPyCallback needs to derive from wxEvtHandler now since the
wxObjectEventFunction typedef changed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32150
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 19:24:09 +0000 (19:24 +0000)]
Don't know if this is right but it fixes a compile error...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32149
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 18:02:19 +0000 (18:02 +0000)]
Added wx.lib.gestures module from Daniel Pozmanter which supports
using Mouse Gestures in an application.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32148
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 17:58:25 +0000 (17:58 +0000)]
Fix the use of Today() for when invalid date is passed to ctor. Also
set best/min size using size passed to ctor.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32147
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 17:49:03 +0000 (17:49 +0000)]
wxStdButtonSizer Finalise --> Realize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32146
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 18 Feb 2005 16:52:32 +0000 (16:52 +0000)]
setting up correct port origin as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32145
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 18 Feb 2005 16:48:22 +0000 (16:48 +0000)]
reintroducing direct access, clipping to client area in dc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32144
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 18 Feb 2005 16:47:07 +0000 (16:47 +0000)]
reintroducing direct access, cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32143
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 18 Feb 2005 10:23:07 +0000 (10:23 +0000)]
Typo fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32142
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Fri, 18 Feb 2005 09:57:57 +0000 (09:57 +0000)]
use prefix file; (auto-)removed some of the unused ftp/java/x86 settings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32141
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Fri, 18 Feb 2005 09:53:47 +0000 (09:53 +0000)]
don't redefine __WXMAC__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32140
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 18 Feb 2005 07:28:08 +0000 (07:28 +0000)]
correcting support for more tool sizes, support for Toggle Appearance under OSX, layout tools more nicely, hittesting for entire area of control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32139
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 18 Feb 2005 07:19:14 +0000 (07:19 +0000)]
having fixed size icons, scaling from other common formats, otherwise the icons don't get scaled correctly by the OS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32138
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 18 Feb 2005 07:14:07 +0000 (07:14 +0000)]
alpha support for Scale added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32137
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 05:21:49 +0000 (05:21 +0000)]
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32136
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 04:52:13 +0000 (04:52 +0000)]
Added wx.DatePickerCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32135
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 04:50:41 +0000 (04:50 +0000)]
Avoid doing a str(object) since in some cases it can result in very
large strings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32134
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 04:48:26 +0000 (04:48 +0000)]
Don't override methods that are in wxControlWithItems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32133
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 04:46:57 +0000 (04:46 +0000)]
docstring fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32132
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 04:46:40 +0000 (04:46 +0000)]
can't have a zero sized font
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32131
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 04:44:43 +0000 (04:44 +0000)]
Removed Loop and IsLooped methods, other cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32130
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 18 Feb 2005 04:43:47 +0000 (04:43 +0000)]
wxUSE_XXX related fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32129
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 04:42:04 +0000 (04:42 +0000)]
Add SetBackgroundImage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32128
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 04:38:30 +0000 (04:38 +0000)]
Added wx.DatePickerCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32127
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 18 Feb 2005 04:07:11 +0000 (04:07 +0000)]
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
Robin Dunn [Fri, 18 Feb 2005 04:06:08 +0000 (04:06 +0000)]
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
Ryan Norton [Fri, 18 Feb 2005 03:53:56 +0000 (03:53 +0000)]
[
1123124 ] wxStringBase::Alloc can change string length
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32124
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 17 Feb 2005 23:55:53 +0000 (23:55 +0000)]
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
Vadim Zeitlin [Thu, 17 Feb 2005 23:20:39 +0000 (23:20 +0000)]
minor cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32122
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 17 Feb 2005 23:17:30 +0000 (23:17 +0000)]
corrected wxRTTI macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32121
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 17 Feb 2005 18:29:22 +0000 (18:29 +0000)]
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
Vadim Zeitlin [Thu, 17 Feb 2005 16:56:35 +0000 (16:56 +0000)]
fixed typo in EVT_COMMAND definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32119
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 17 Feb 2005 13:13:01 +0000 (13:13 +0000)]
use without url
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32118
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 17 Feb 2005 10:53:37 +0000 (10:53 +0000)]
sockets require stopwatch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32117
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 17 Feb 2005 10:43:52 +0000 (10:43 +0000)]
Use without mimetypes enabled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32116
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 17 Feb 2005 10:42:22 +0000 (10:42 +0000)]
compile wxFileXXXStream without wxFFileXXXStream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32115
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 17 Feb 2005 10:38:45 +0000 (10:38 +0000)]
Enable compilation on mac without wxFontMapper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32114
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 17 Feb 2005 10:19:31 +0000 (10:19 +0000)]
gcc doesn't have pragma warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32113
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 17 Feb 2005 10:17:04 +0000 (10:17 +0000)]
int argument/unsigned int arg warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32112
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 17 Feb 2005 09:37:13 +0000 (09:37 +0000)]
Added PalmOS to release scripts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32111
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 17 Feb 2005 08:44:37 +0000 (08:44 +0000)]
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
Ryan Norton [Thu, 17 Feb 2005 04:45:13 +0000 (04:45 +0000)]
ComboBox for cocoa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32109
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Thu, 17 Feb 2005 03:20:16 +0000 (03:20 +0000)]
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
Vadim Zeitlin [Thu, 17 Feb 2005 00:25:13 +0000 (00:25 +0000)]
update from Hans F. Nordhaug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32107
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Wed, 16 Feb 2005 23:44:18 +0000 (23:44 +0000)]
implement some missing methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32106
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 16 Feb 2005 23:08:22 +0000 (23:08 +0000)]
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
Robert Roebling [Wed, 16 Feb 2005 22:36:54 +0000 (22:36 +0000)]
Removed the complex popup test.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32104
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 16 Feb 2005 22:08:57 +0000 (22:08 +0000)]
Fixed windows not displaying on SmartPhone
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32103
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Wed, 16 Feb 2005 20:59:19 +0000 (20:59 +0000)]
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
Włodzimierz Skiba [Wed, 16 Feb 2005 20:34:34 +0000 (20:34 +0000)]
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
Stefan Csomor [Wed, 16 Feb 2005 20:13:48 +0000 (20:13 +0000)]
added non-bordered toolbar tools
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32100
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Wed, 16 Feb 2005 20:09:35 +0000 (20:09 +0000)]
fixed Mach-O compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32099
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Dimitri Schoolwerth [Wed, 16 Feb 2005 19:25:35 +0000 (19:25 +0000)]
minor typo fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32098
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 16 Feb 2005 18:02:48 +0000 (18:02 +0000)]
'Compatibility' fix for connecting events.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32097
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 16 Feb 2005 16:38:49 +0000 (16:38 +0000)]
tiny script to generate tags for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32096
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 16 Feb 2005 15:37:09 +0000 (15:37 +0000)]
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
Julian Smart [Wed, 16 Feb 2005 14:44:15 +0000 (14:44 +0000)]
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
Vadim Zeitlin [Wed, 16 Feb 2005 10:14:42 +0000 (10:14 +0000)]
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
Włodzimierz Skiba [Wed, 16 Feb 2005 09:35:31 +0000 (09:35 +0000)]
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
Julian Smart [Wed, 16 Feb 2005 00:08:28 +0000 (00:08 +0000)]
WinCE doesn't have _set_se_translator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32091
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Feb 2005 23:19:32 +0000 (23:19 +0000)]
Better resizing code fro wxComboBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32090
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 15 Feb 2005 22:54:38 +0000 (22:54 +0000)]
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
Julian Smart [Tue, 15 Feb 2005 22:52:27 +0000 (22:52 +0000)]
Ignorant WinCE fixes for compile breakage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32088
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Feb 2005 21:56:07 +0000 (21:56 +0000)]
Typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32087
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Feb 2005 20:27:46 +0000 (20:27 +0000)]
Implemented wxBitmap::HasAlpha() and ::UseAlpha().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32086
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775