]>
git.saurik.com Git - wxWidgets.git/log
Julian Smart [Sun, 6 Feb 2005 11:12:48 +0000 (11:12 +0000)]
Fix for menu items not being disabled after a modal dialog is shown
on app startup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31779
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sun, 6 Feb 2005 10:41:35 +0000 (10:41 +0000)]
Miscellaneous compilation and warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31778
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 6 Feb 2005 03:17:39 +0000 (03:17 +0000)]
wxRegKey docs by C.C.Chakkaradeep latexitized, sorted, with some minor edits.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31777
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 6 Feb 2005 02:47:31 +0000 (02:47 +0000)]
Various underscore doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31776
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 6 Feb 2005 01:52:19 +0000 (01:52 +0000)]
two changes and some cleanup:
1. DECLARE_ABSTRACT_CLASS() shouldn't declare wxCreateObject() (which is not
defined by IMPLEMENT_ABSTRACT_CLASS())
2. don't make GetClassInfo() declaration inside DECLARE_CLASS inline in an
attempt to fix linking problems with HP-UX compiler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31775
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 6 Feb 2005 01:31:26 +0000 (01:31 +0000)]
ensure that _WIN32_IE is defined to max value before including commctrl.h, otherwise we don't get support for 32bit spin button range even if the headers have it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31774
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Sun, 6 Feb 2005 00:43:44 +0000 (00:43 +0000)]
As per the docs, the value returned is -1 if the value entered is out of range [patch
1116606 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31773
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sun, 6 Feb 2005 00:27:38 +0000 (00:27 +0000)]
char->wxChar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31772
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 5 Feb 2005 18:44:25 +0000 (18:44 +0000)]
added complex popup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31771
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 5 Feb 2005 18:38:26 +0000 (18:38 +0000)]
created bakefile and generated all makefiles from it; renamed minimal.cpp to popup.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31770
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 5 Feb 2005 15:25:32 +0000 (15:25 +0000)]
Reorganized char and keydown event code, hoping
that Input Method handling is still not broken.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31769
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 5 Feb 2005 14:18:55 +0000 (14:18 +0000)]
Forgot one.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31768
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 5 Feb 2005 14:17:27 +0000 (14:17 +0000)]
Second try to add "support" for deriving from
wxBitmapHandlerBase.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31767
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 5 Feb 2005 13:12:41 +0000 (13:12 +0000)]
Add comment about wxBitmap::SetPalette() not being implemented
under GTK+.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31766
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 5 Feb 2005 13:08:44 +0000 (13:08 +0000)]
Make wxBitmap inherit from wxBitmapBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31765
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 5 Feb 2005 12:51:05 +0000 (12:51 +0000)]
_conncect_after() should be used for controls emitting
command events so as to not confuse GTK+ if the user
intercepts them too early.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31764
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 5 Feb 2005 12:49:08 +0000 (12:49 +0000)]
Blind patch for SetFont() in Unicode mode for wxX11.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31763
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Sat, 5 Feb 2005 11:59:06 +0000 (11:59 +0000)]
Put _something_ there for now....
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31762
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 5 Feb 2005 11:35:48 +0000 (11:35 +0000)]
added test for wxPopupTransientWindow.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31761
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 4 Feb 2005 22:47:48 +0000 (22:47 +0000)]
unix mediactrl stubs...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31760
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 4 Feb 2005 22:24:14 +0000 (22:24 +0000)]
FIX positioning problems with carbon media control - CreateMovieControl positioning is broken in that it resizes to the WindowRef parent, not its real one [thus making you wonder if EmbedControl even _works_ with CreateMovieControl], so we do our own.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31759
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 4 Feb 2005 21:35:54 +0000 (21:35 +0000)]
Fix for assertions when updating UI and focus is on read-only combobox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31758
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 4 Feb 2005 19:35:40 +0000 (19:35 +0000)]
Patch #
1113284 : wx.lib.calendar SetBusType() problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31757
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 4 Feb 2005 19:15:02 +0000 (19:15 +0000)]
the window takes ownership of the caret
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31756
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 4 Feb 2005 19:04:58 +0000 (19:04 +0000)]
Massive commenting/professionalize and add some other new fun stuff to mediaplayer sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31755
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 4 Feb 2005 18:48:09 +0000 (18:48 +0000)]
Use the unicode character, if available in the event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31754
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 4 Feb 2005 17:56:49 +0000 (17:56 +0000)]
fix cocoa wxTimer Stop crash, proper autorelease stuff in cocoa wxtimer, use our own custom c implementation for cocoa wxMediaCtrl because NSMovieView implementation isnt very good
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31753
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 4 Feb 2005 17:21:28 +0000 (17:21 +0000)]
cocoa wxTimer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31752
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 4 Feb 2005 15:15:20 +0000 (15:15 +0000)]
update to patch [
1077074 ] Unit test for large file support from Mike
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31751
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 4 Feb 2005 11:04:43 +0000 (11:04 +0000)]
fixed Inflate() to not move the rectangle (patch
1114622 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31750
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 4 Feb 2005 09:43:47 +0000 (09:43 +0000)]
patch [
1077074 ] Unit test for large file support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31749
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Fri, 4 Feb 2005 09:41:20 +0000 (09:41 +0000)]
fix path for pdf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31748
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 4 Feb 2005 09:37:55 +0000 (09:37 +0000)]
a better fix for using builtin regex under BSD (also fixes compilation for Mac OS X) (patch
1089445 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31747
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 4 Feb 2005 09:23:05 +0000 (09:23 +0000)]
fixed stub code compilation (don't use PSYMBOL_INFO)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31746
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 4 Feb 2005 08:33:00 +0000 (08:33 +0000)]
Updated version to 2.5.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31745
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 4 Feb 2005 07:49:40 +0000 (07:49 +0000)]
make cocoa mediactrl usable. Some touchups to carbon mediactrl code. Add notebook support to mediaplayer sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31744
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 4 Feb 2005 05:59:28 +0000 (05:59 +0000)]
use wx/math.h for math constants - avoids redifinition warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31743
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 4 Feb 2005 05:57:10 +0000 (05:57 +0000)]
fix double->unsigned char warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31742
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Fri, 4 Feb 2005 05:52:32 +0000 (05:52 +0000)]
fix warnings on cocoa 10.2 also
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31741
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 3 Feb 2005 23:25:22 +0000 (23:25 +0000)]
dispose of old control for new one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31740
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 3 Feb 2005 23:12:46 +0000 (23:12 +0000)]
prelimanary wxMediaCtrl cocoa support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31739
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Feb 2005 22:41:08 +0000 (22:41 +0000)]
Ensure the wxVListBox gets the focus when it is clicked upon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31738
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Feb 2005 22:38:20 +0000 (22:38 +0000)]
Shorten key names, add some tooltips
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31737
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Feb 2005 22:37:08 +0000 (22:37 +0000)]
fix for read-only combobox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31736
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Feb 2005 22:36:38 +0000 (22:36 +0000)]
Attempt to display the unicode character if running a unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31735
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 3 Feb 2005 22:34:54 +0000 (22:34 +0000)]
Automatically disable wxDialupManager for wxMac and wxCocoa,
skip dialup sample if wxDialupManager is disabled.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31734
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 3 Feb 2005 22:26:44 +0000 (22:26 +0000)]
Compilation fix for wxUSE_STACKWALKER == 0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31733
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 3 Feb 2005 22:18:18 +0000 (22:18 +0000)]
wxX11 linking fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31732
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 3 Feb 2005 22:14:24 +0000 (22:14 +0000)]
Motif compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31731
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Feb 2005 22:11:43 +0000 (22:11 +0000)]
Include the size of any window borders (size vs. clientsize
differences) in the window's bestsize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31730
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Feb 2005 19:18:59 +0000 (19:18 +0000)]
Patch [
1114647 ] Mouse wheel support for wxVScrolledWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31729
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Feb 2005 19:12:57 +0000 (19:12 +0000)]
Selected --> IsSelected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31728
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 3 Feb 2005 15:29:09 +0000 (15:29 +0000)]
Disable wxMediaCtrl for WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31727
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 3 Feb 2005 15:28:14 +0000 (15:28 +0000)]
Fix for listbox problem, when created on invisible
window. Shown in wxWizard sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31726
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 3 Feb 2005 13:33:36 +0000 (13:33 +0000)]
Fixed missing key down events (probably introduced
by IM patch.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31725
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Thu, 3 Feb 2005 12:56:25 +0000 (12:56 +0000)]
add commands to make non-existent directories when done first time
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31724
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 3 Feb 2005 12:52:38 +0000 (12:52 +0000)]
Committed Raise()Lower() fix.
Committed second part for Input Methode character fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31723
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 3 Feb 2005 12:30:18 +0000 (12:30 +0000)]
Blind fix for Compilo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31722
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 3 Feb 2005 11:11:36 +0000 (11:11 +0000)]
CreateMovieControl change for wxMediaCtrl on OSX 10.2 and up
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31721
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 3 Feb 2005 09:55:38 +0000 (09:55 +0000)]
comment out unused stuff for warning fixing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31720
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 3 Feb 2005 09:54:02 +0000 (09:54 +0000)]
Correction to previous fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31719
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ryan Norton [Thu, 3 Feb 2005 09:52:40 +0000 (09:52 +0000)]
fix pointer conversion warnings on OSX 10.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31718
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 3 Feb 2005 09:45:32 +0000 (09:45 +0000)]
Fix for GCC compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31717
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Feb 2005 03:09:17 +0000 (03:09 +0000)]
Avoid name clash with wx.App.OnExit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31716
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Feb 2005 03:08:37 +0000 (03:08 +0000)]
Add ability to copy the event log to the clipboard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31715
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 2 Feb 2005 22:55:18 +0000 (22:55 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31714
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 2 Feb 2005 22:36:36 +0000 (22:36 +0000)]
misc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31713
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 2 Feb 2005 22:35:27 +0000 (22:35 +0000)]
All the demo samples return a panel now, no need to cater for frames
or dialogs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31712
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 2 Feb 2005 22:34:07 +0000 (22:34 +0000)]
Some new def's, parameters, methods, etc. resulting from recent changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31711
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 2 Feb 2005 17:46:20 +0000 (17:46 +0000)]
move check for compilers not supporting SEH to wx/chkconf.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31710
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Wed, 2 Feb 2005 14:49:55 +0000 (14:49 +0000)]
Buffer Overflow error corrected - SF patch #
1110550
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31709
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Wed, 2 Feb 2005 14:38:05 +0000 (14:38 +0000)]
Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds
Buffer overrun fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31708
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Wed, 2 Feb 2005 14:37:42 +0000 (14:37 +0000)]
Buffer overrun fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31707
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Wed, 2 Feb 2005 14:37:16 +0000 (14:37 +0000)]
Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds
Removed old commented out code that is not needed (cleanup)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31706
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 2 Feb 2005 13:57:02 +0000 (13:57 +0000)]
Last .empty() string source cleaning before 2.5.4.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31705
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 2 Feb 2005 11:08:48 +0000 (11:08 +0000)]
invalidate cache when RefreshLine[s]() is called
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31704
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Wed, 2 Feb 2005 07:02:50 +0000 (07:02 +0000)]
Flags for wxStaticText alignment. Destroying of the control. Internal minor reorganization.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31703
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 2 Feb 2005 00:11:52 +0000 (00:11 +0000)]
added test for items updating and some comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31702
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 2 Feb 2005 00:09:59 +0000 (00:09 +0000)]
invalidate cache when RefreshLine[s]() is called
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31701
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Feb 2005 21:37:07 +0000 (21:37 +0000)]
stubs for wxUSE_DBGHELP == 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31700
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Feb 2005 20:44:06 +0000 (20:44 +0000)]
MinGW warning fixes. Source cleaning. Stock items.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31699
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Feb 2005 20:37:14 +0000 (20:37 +0000)]
MinGW warning fixes. Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31698
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Feb 2005 20:34:39 +0000 (20:34 +0000)]
MinGW warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31697
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Feb 2005 19:54:43 +0000 (19:54 +0000)]
As small as possible reorganization within wxDateTime to please PCH in DLL build under Borland.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31696
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Feb 2005 19:37:36 +0000 (19:37 +0000)]
.empty() string cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31695
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Feb 2005 18:36:34 +0000 (18:36 +0000)]
wxR?_USE_CHECKBOX style for wxPalmOS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31694
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Feb 2005 15:10:59 +0000 (15:10 +0000)]
Readable style name.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31693
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Feb 2005 11:59:21 +0000 (11:59 +0000)]
set wxUSE_CRASHREPORT and wxUSE_STACKWALKER to 0 as well, and not only wxUSE_ON_FATAL_EXCEPTION, if the compiler doesn't support SEH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31692
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Feb 2005 11:53:37 +0000 (11:53 +0000)]
(harmless) warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31691
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Tue, 1 Feb 2005 09:58:58 +0000 (09:58 +0000)]
Further cleaning of the wxPalmOS radiobox code. Sending update event from slider. New styles for wxRadioBox and wxRadioButton for using alternative appearance of the control.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31690
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Tue, 1 Feb 2005 07:30:54 +0000 (07:30 +0000)]
Committing in .
Update configuration of wxX11 for OpenVMS
Modified Files:
wxWidgets/setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31689
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 1 Feb 2005 01:20:52 +0000 (01:20 +0000)]
compilation fix for last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31688
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 31 Jan 2005 23:57:25 +0000 (23:57 +0000)]
fix for losing time information (if present) when converting datetime (fixed patch
1113307 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31687
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 31 Jan 2005 23:45:52 +0000 (23:45 +0000)]
- use CreateWindowEx(), please explain why CreateWindow() is needed if it is
- use window name if it has no title (patch
1106877 )
- corrected error message when window creation fails
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31686
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 31 Jan 2005 22:36:05 +0000 (22:36 +0000)]
define WXMAKINGDLL_GL if WXMAKINGDLL (patch
1106875 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31685
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 31 Jan 2005 22:34:38 +0000 (22:34 +0000)]
reset m_currentView in wxDocManager::Clear() (patch
1106872 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31684
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 31 Jan 2005 22:21:11 +0000 (22:21 +0000)]
fixes for animated GIFs playing (patch
1097003 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31683
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 31 Jan 2005 22:17:18 +0000 (22:17 +0000)]
enclose zip arguments in quotes, fixes behaviour for paths which contain spaces (fixed patch
1092970 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31682
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 31 Jan 2005 22:15:11 +0000 (22:15 +0000)]
apparently unneeded temporary iterator variable removed (patch
1096066 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31681
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 31 Jan 2005 22:08:33 +0000 (22:08 +0000)]
replaced a weird (and wrong when wxUSE_STL == 1) test for string being empty with empty() call (patch
1089458 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31680
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775