]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Sat, 8 Jan 2005 17:44:46 +0000 (17:44 +0000)]
implemented wxIsDebuggerRunning() for Win32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31296
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 8 Jan 2005 15:41:04 +0000 (15:41 +0000)]
Compile fixes for GTK 1.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31295
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sat, 8 Jan 2005 13:56:35 +0000 (13:56 +0000)]
Removed -lcma (added in 1.813), since one can't apparently mix old
threads (-lcma, user land only) and new threads (-lpthread), see
http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1741,00.html#faq-mix-threads
(reported in patch #
1096688 by M.J.Wetherell).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31294
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 8 Jan 2005 10:35:15 +0000 (10:35 +0000)]
Applied wxNO_BORDER patch for text control and combo box.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31293
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 8 Jan 2005 03:29:27 +0000 (03:29 +0000)]
Contains changes for autoconf_inc.m4,1.77,1.78 which was the big cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31292
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
David Elliott [Sat, 8 Jan 2005 03:19:40 +0000 (03:19 +0000)]
Regenerated configure. Contains changes for:
configure.in,1.909,1.910
configure.in,1.908,1.909
configure.in,1.906,1.907
Changes for configure.in,1.907,1.908 were already present as Vadim somehow
got that change in this file while leaving out 1.906,1.907 (hand edit?).
Note: I locally reverted autoconf_inc.m4,1.77,1.78 before doing this generation
so I can illustrate something.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31291
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Jan 2005 23:51:04 +0000 (23:51 +0000)]
made FindWindow() member functions const (this makes it possible to use XRCCTRL() in const methods)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31290
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 7 Jan 2005 22:31:42 +0000 (22:31 +0000)]
Added way to specify in generic tree control
if the drop effect (a line) should be drawn
above or below the item.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31289
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 7 Jan 2005 22:09:08 +0000 (22:09 +0000)]
Corrected drag effect for tree control.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31288
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 7 Jan 2005 21:33:15 +0000 (21:33 +0000)]
fixed condition for using #pragmas
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31287
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 7 Jan 2005 21:27:20 +0000 (21:27 +0000)]
fixed condition for using #pragmas
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31286
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Jan 2005 20:11:24 +0000 (20:11 +0000)]
harmless unused param warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31285
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Jan 2005 20:06:28 +0000 (20:06 +0000)]
corrected bg colour inheritance once again: only immediate transparent children should inherit non inheritable parent bg colour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31284
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 7 Jan 2005 20:03:22 +0000 (20:03 +0000)]
Old API clearly deprecated.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31283
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 7 Jan 2005 19:48:48 +0000 (19:48 +0000)]
OS X savvy implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31282
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 7 Jan 2005 18:48:30 +0000 (18:48 +0000)]
Added wxFopen to the MSLU code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31281
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 7 Jan 2005 18:47:29 +0000 (18:47 +0000)]
Removed useless defines for WinCE which is
always Unicode and never MSLU.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31280
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 7 Jan 2005 18:30:36 +0000 (18:30 +0000)]
Remove some controls from limited screen area of Smartphone.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31279
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 7 Jan 2005 18:29:55 +0000 (18:29 +0000)]
Fix for Bug
1097510 , reset m_selectionOld when the value changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31278
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 7 Jan 2005 18:27:43 +0000 (18:27 +0000)]
MS Smartphone has no input other than phone buttons which limits pointing on screen. Perhaps in the future.....
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31277
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 7 Jan 2005 18:24:54 +0000 (18:24 +0000)]
Include order fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31276
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Jan 2005 17:33:33 +0000 (17:33 +0000)]
invalidate bg brush in the beginning of OnSize() to avoid using outdated brush for child pages background painting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31275
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Jan 2005 17:10:30 +0000 (17:10 +0000)]
don't ignore the background colour set for the dialog, even although it is a standard control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31274
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Jan 2005 16:59:48 +0000 (16:59 +0000)]
use HasTransparentBackground() to correctly draw the background of static text/box on a window with non-inheritable (== own) background set
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31273
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Jan 2005 16:54:09 +0000 (16:54 +0000)]
moved HasTransparentBackground() from wxUniv to common wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31272
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Jan 2005 15:43:02 +0000 (15:43 +0000)]
no changes; just removed some obsolete #ifdefs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31271
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Jan 2005 14:38:07 +0000 (14:38 +0000)]
extracted background painting in a separate function so that it could be called from derived classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31270
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 7 Jan 2005 12:36:03 +0000 (12:36 +0000)]
FreeBSD compilation fixes: rename re_comp and re_exec
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31269
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 6 Jan 2005 19:15:46 +0000 (19:15 +0000)]
Added test to fontencoding -> codepage conversion
which should test if the codepage is actually
installed on that version of Windows. Will do
more testing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31268
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Thu, 6 Jan 2005 15:51:05 +0000 (15:51 +0000)]
whilst -> while
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31267
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 6 Jan 2005 12:49:20 +0000 (12:49 +0000)]
Applied patched for combo box SELECTED events (no
long get lots of surplus events)
Applied patch for menu hihglight colour detection.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31266
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 6 Jan 2005 12:41:27 +0000 (12:41 +0000)]
Old API clearly deprecated. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31265
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 6 Jan 2005 12:35:47 +0000 (12:35 +0000)]
Blind attempt make buttons centered in the generic
msg dialog if it's a yes/no dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31264
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 6 Jan 2005 12:34:23 +0000 (12:34 +0000)]
Second try to commit compilo fix for sizer.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31263
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 6 Jan 2005 12:31:46 +0000 (12:31 +0000)]
Smartphone fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31262
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 6 Jan 2005 12:30:08 +0000 (12:30 +0000)]
wxUSE_LOG (Smartphone) fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31261
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 6 Jan 2005 12:22:06 +0000 (12:22 +0000)]
Use stock labels for Smartphone.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31260
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 6 Jan 2005 12:20:15 +0000 (12:20 +0000)]
Lack of accelerators on Smartphones.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31259
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 6 Jan 2005 12:17:37 +0000 (12:17 +0000)]
eVC3 warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31258
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 6 Jan 2005 12:04:51 +0000 (12:04 +0000)]
Build fix for NOPCH.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31257
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 6 Jan 2005 11:53:53 +0000 (11:53 +0000)]
wxEncodingConverter should and can be compiled
without wxFontMapper and its corresponding wxUSE_FONTMAP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31256
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 6 Jan 2005 11:52:05 +0000 (11:52 +0000)]
#
Compile without fontmapper.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31255
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 5 Jan 2005 22:46:32 +0000 (22:46 +0000)]
don't include wx/msw/wrapwin.h in public header; corrected the m_hDWP type instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31254
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 5 Jan 2005 21:55:39 +0000 (21:55 +0000)]
GetSystemColour --> GetColour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31253
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 5 Jan 2005 21:54:32 +0000 (21:54 +0000)]
Add wxRTTI and OOR info for activex classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31252
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 5 Jan 2005 21:52:41 +0000 (21:52 +0000)]
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31251
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 5 Jan 2005 21:51:50 +0000 (21:51 +0000)]
More methods for wxStdDialogButtonSizer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31250
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 5 Jan 2005 21:33:11 +0000 (21:33 +0000)]
Set the window id for key events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31249
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 5 Jan 2005 19:25:02 +0000 (19:25 +0000)]
Old API clearly deprecated.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31248
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 5 Jan 2005 18:39:48 +0000 (18:39 +0000)]
wxMSWUniv wxWindowMSW vs. wxWindow fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31247
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 5 Jan 2005 18:37:42 +0000 (18:37 +0000)]
Removed all duplicated and complicated #ifdefs for enabling Skip and Abort in progress dialog (Smartphone fixes).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31246
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 5 Jan 2005 18:32:29 +0000 (18:32 +0000)]
Error fix after recent changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31245
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 5 Jan 2005 18:30:10 +0000 (18:30 +0000)]
Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31244
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 5 Jan 2005 10:47:50 +0000 (10:47 +0000)]
MS Smartphone fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31243
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 5 Jan 2005 07:36:14 +0000 (07:36 +0000)]
Check for end of buffer in wxMemoryInputStream::Peek.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31242
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 5 Jan 2005 07:29:24 +0000 (07:29 +0000)]
Correct malloc()/delete[] mismatch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31241
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 5 Jan 2005 07:28:42 +0000 (07:28 +0000)]
Additional sanity check.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31240
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 5 Jan 2005 07:28:04 +0000 (07:28 +0000)]
Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31239
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 5 Jan 2005 07:26:40 +0000 (07:26 +0000)]
Allow building with wxUSE_PROTOCOL_FTP/HTTP == 0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31238
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 5 Jan 2005 00:32:40 +0000 (00:32 +0000)]
Continued tests of drawing a widget to a DC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31237
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 4 Jan 2005 22:22:23 +0000 (22:22 +0000)]
Commit wxFontEncoding -> MS codepage conversion code
based on MSDN's docs instead of the round trip through
character sets.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31236
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 4 Jan 2005 19:43:04 +0000 (19:43 +0000)]
Old API depreciated. Use of new API. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31235
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 4 Jan 2005 19:35:52 +0000 (19:35 +0000)]
Old API depreciated. Use of new API. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31234
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 4 Jan 2005 19:19:39 +0000 (19:19 +0000)]
Initial wxSystemSettings::GetColour() for PalmOS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31233
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 4 Jan 2005 18:57:41 +0000 (18:57 +0000)]
restored using DeferWindowPos() for moving all windows at once (this does help with flicker somewhat) but now call EndDeferWindowPos() from WM_WINDOWPOSCHANGED handler, not WM_SIZE one which is never generated for the dialogs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31232
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 4 Jan 2005 17:41:47 +0000 (17:41 +0000)]
Untabify.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31231
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 4 Jan 2005 17:40:43 +0000 (17:40 +0000)]
Change FIXME in TODO and clarify its meaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31230
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 4 Jan 2005 17:35:35 +0000 (17:35 +0000)]
Deprecation warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31229
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 4 Jan 2005 10:56:02 +0000 (10:56 +0000)]
fixed parameters to Blit()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31228
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 4 Jan 2005 07:03:09 +0000 (07:03 +0000)]
as we cannot handle zero commands properly, we have to warn
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31227
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 4 Jan 2005 06:45:27 +0000 (06:45 +0000)]
using lang param, to have a CFLanguage be consistent with C-Locale
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31226
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 4 Jan 2005 06:22:37 +0000 (06:22 +0000)]
falling back to wxImage handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31225
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 4 Jan 2005 06:20:54 +0000 (06:20 +0000)]
24 bit depth
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31224
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 3 Jan 2005 22:10:10 +0000 (22:10 +0000)]
Factor out the OnSize code so it can also be used in other places
where the header window needs to be adjusted.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31223
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 3 Jan 2005 15:47:57 +0000 (15:47 +0000)]
added a test to check how exception handling works with Win32 SEH; corrected copyright
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31222
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 3 Jan 2005 14:20:53 +0000 (14:20 +0000)]
GCC warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31221
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 3 Jan 2005 13:51:06 +0000 (13:51 +0000)]
fix to the last fix (see comments in patch
1093811 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31220
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 3 Jan 2005 07:22:48 +0000 (07:22 +0000)]
Pasting typo fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31219
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 3 Jan 2005 07:08:17 +0000 (07:08 +0000)]
Full support to the native progress dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31218
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Mon, 3 Jan 2005 07:03:31 +0000 (07:03 +0000)]
Incomplete (PalmOS) setup compatibility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31217
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 2 Jan 2005 23:54:40 +0000 (23:54 +0000)]
don't crash in wxStrftime() if conversion of strftime() result to Unicode fails (modified patch
1094100 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31216
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 2 Jan 2005 23:44:36 +0000 (23:44 +0000)]
fixed crash when setting locale failed (replaces patch
1093811 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31215
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 2 Jan 2005 22:52:22 +0000 (22:52 +0000)]
fixed IMPLEMENT_DYNAMIC_CLASS2 macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31214
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 2 Jan 2005 22:48:24 +0000 (22:48 +0000)]
added TOOL_RCLICKED test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31213
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 2 Jan 2005 22:46:52 +0000 (22:46 +0000)]
pass correct tool id (and not always -1) to EVT_TOOL_RCLICKED() handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31212
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 1 Jan 2005 17:26:30 +0000 (17:26 +0000)]
Allow to set the various buttons explicitly (and
not through IDs) in the wxStdButtonSizer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31211
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 1 Jan 2005 13:36:29 +0000 (13:36 +0000)]
Second attempt to fix a rare crash (bad mem access
after deletion of a control)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31210
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 1 Jan 2005 11:39:12 +0000 (11:39 +0000)]
German translation mostly uptodate now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31209
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 31 Dec 2004 23:16:03 +0000 (23:16 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31208
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 31 Dec 2004 23:01:01 +0000 (23:01 +0000)]
Send EVT_TEXT from wxTextCtrl::SetValue to conform with the wx standard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31207
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 31 Dec 2004 22:58:48 +0000 (22:58 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31206
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 31 Dec 2004 22:56:39 +0000 (22:56 +0000)]
updated note about the patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31205
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 31 Dec 2004 22:55:57 +0000 (22:55 +0000)]
Added wxStdDialogButtonSizer, which is a a special sizer that knows
how to order and position standard buttons in order to conform to the
current platform's standards. You simply need to add each `wx.Button`
to the sizer, and be sure to create the buttons using the standard
ID's. Then call `Finalize` and the sizer will take care of the rest.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31204
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 31 Dec 2004 22:54:40 +0000 (22:54 +0000)]
docstring fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31203
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 31 Dec 2004 22:54:16 +0000 (22:54 +0000)]
Added EVT_COMMAND_TREE_ITEM_MENU
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31202
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 31 Dec 2004 22:53:50 +0000 (22:53 +0000)]
Added back wx.PD_SMOOTH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31201
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 31 Dec 2004 22:27:51 +0000 (22:27 +0000)]
fix compilo for when there are no precompiled headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31200
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 31 Dec 2004 20:21:44 +0000 (20:21 +0000)]
Correct some redraw glitches in the header when resizing, and also
double buffer the header to eliminate the rest of the flicker.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31199
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 31 Dec 2004 18:57:25 +0000 (18:57 +0000)]
Applied modified form of the StdButtonSize patch.
Tested on GTK2, MSW and Mac.
Adapted various generic dialogs to stretch the
button sizer so that the buttons don't end
up centered but right aligned.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31198
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 31 Dec 2004 13:29:35 +0000 (13:29 +0000)]
SetFocus fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31197
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775