]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoOld API depreciated. Use of new API. Source cleaning.
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

19 years agoInitial wxSystemSettings::GetColour() for PalmOS.
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

19 years agorestored using DeferWindowPos() for moving all windows at once (this does help with...
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

19 years ago Untabify.
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

19 years ago Change FIXME in TODO and clarify its meaning.
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

19 years ago Deprecation warning fix.
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

19 years agofixed parameters to Blit()
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

19 years agoas we cannot handle zero commands properly, we have to warn
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

19 years agousing lang param, to have a CFLanguage be consistent with C-Locale
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

19 years agofalling back to wxImage handler
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

19 years ago24 bit depth
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

19 years agoFactor out the OnSize code so it can also be used in other places
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

19 years agoadded a test to check how exception handling works with Win32 SEH; corrected copyright
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

19 years agoGCC warning fix.
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

19 years agofix to the last fix (see comments in patch 1093811)
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

19 years agoPasting typo fix.
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

19 years agoFull support to the native progress dialog.
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

19 years agoIncomplete (PalmOS) setup compatibility.
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

19 years agodon't crash in wxStrftime() if conversion of strftime() result to Unicode fails ...
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

19 years agofixed crash when setting locale failed (replaces patch 1093811)
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

19 years agofixed IMPLEMENT_DYNAMIC_CLASS2 macro
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

19 years agoadded TOOL_RCLICKED test
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

19 years agopass correct tool id (and not always -1) to EVT_TOOL_RCLICKED() handler
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

19 years ago Allow to set the various buttons explicitly (and
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

19 years ago Second attempt to fix a rare crash (bad mem access
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

19 years ago German translation mostly uptodate now.
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

19 years agoreSWIGged
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

19 years agoSend EVT_TEXT from wxTextCtrl::SetValue to conform with the wx standard
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

19 years agoreSWIGged
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

19 years agoupdated note about the patch
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

19 years agoAdded wxStdDialogButtonSizer, which is a a special sizer that knows
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

19 years agodocstring fix
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

19 years agoAdded EVT_COMMAND_TREE_ITEM_MENU
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

19 years agoAdded back wx.PD_SMOOTH
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

19 years agofix compilo for when there are no precompiled headers
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

19 years agoCorrect some redraw glitches in the header when resizing, and also
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

19 years ago Applied modified form of the StdButtonSize patch.
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

19 years agoSetFocus fixed
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

19 years agosetting focus explicitely when using showmodal
Stefan Csomor [Fri, 31 Dec 2004 13:19:18 +0000 (13:19 +0000)] 
setting focus explicitely when using showmodal

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years ago Fixes a rare crash.
Robert Roebling [Fri, 31 Dec 2004 10:22:32 +0000 (10:22 +0000)] 
  Fixes a rare crash.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agowxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog.
Włodzimierz Skiba [Fri, 31 Dec 2004 07:08:11 +0000 (07:08 +0000)] 
wxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agowxPD_CAN_SKIP for skipping parts of progress and reintroduced wxPD_SMOOTH after remov...
Włodzimierz Skiba [Thu, 30 Dec 2004 15:07:28 +0000 (15:07 +0000)] 
wxPD_CAN_SKIP for skipping parts of progress and reintroduced wxPD_SMOOTH after removal of modal dialog flag.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoFix position of the movie when the immediate parent is not the
Robin Dunn [Wed, 29 Dec 2004 22:48:50 +0000 (22:48 +0000)] 
Fix position of the movie when the immediate parent is not the
top-level parent and the offset from the top-level parent origin needs
to be accounted for.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoWarning fixes, source cleaning.
Włodzimierz Skiba [Wed, 29 Dec 2004 21:19:39 +0000 (21:19 +0000)] 
Warning fixes, source cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoFixes to FIXME about stock IDs usage.
Włodzimierz Skiba [Wed, 29 Dec 2004 21:15:57 +0000 (21:15 +0000)] 
Fixes to FIXME about stock IDs usage.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadded RequestUserAttention
Stefan Csomor [Wed, 29 Dec 2004 10:10:14 +0000 (10:10 +0000)] 
added RequestUserAttention

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoEmpty container and design description for native PalmOS wxPrefConfig. Remove MSW...
Włodzimierz Skiba [Wed, 29 Dec 2004 09:48:43 +0000 (09:48 +0000)] 
Empty container and design description for native PalmOS wxPrefConfig. Remove MSW configs from PalmOS.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agomoving cursor update AFTER the mouse event handling, otherwise things like eg drawing...
Stefan Csomor [Wed, 29 Dec 2004 07:12:32 +0000 (07:12 +0000)] 
moving cursor update AFTER the mouse event handling, otherwise things like eg drawing a splitter from right to left leads to wrong cursor, because - at the time of the cursos update - the splitter is not yet move below the mouse pos.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoAdded wxBitmap::UseAlpha() stub.
David Elliott [Wed, 29 Dec 2004 04:00:28 +0000 (04:00 +0000)] 
Added wxBitmap::UseAlpha() stub.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoSome platforms that use socklen_t don't use it for the fifth argument to
David Elliott [Wed, 29 Dec 2004 03:55:10 +0000 (03:55 +0000)] 
Some platforms that use socklen_t don't use it for the fifth argument to
getsockopt.  Do a separate test and define SOCKOPTLEN_T appropriately.

NOTE: Forgot to commit this earlier.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoAdded more support for using SQL_WVARCHAR and SQL_WCHAR data types
George Tasker [Tue, 28 Dec 2004 22:30:27 +0000 (22:30 +0000)] 
Added more support for using SQL_WVARCHAR and SQL_WCHAR data types
Blind postgres fixes for calls to TableExists() and TablePrivileges() inside the Open() function to not pass the user name when postgres is expecting the schema.  We REALLY need to add schema support...wish I had the time

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoAdded more support for using SQL_WVARCHAR and SQL_WCHAR data types
George Tasker [Tue, 28 Dec 2004 22:28:42 +0000 (22:28 +0000)] 
Added more support for using SQL_WVARCHAR and SQL_WCHAR data types

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoAdded SQL_WVARCHAR and SQL_WCHAR to the data types that the sample checks to see...
George Tasker [Tue, 28 Dec 2004 22:27:45 +0000 (22:27 +0000)] 
Added SQL_WVARCHAR and SQL_WCHAR to the data types that the sample checks to see if they are supported by the datasource when the DATATYPES button is pressed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoRemoved old bakefile cruft by doing a bakefile_gen -f autoconf -c followed
David Elliott [Tue, 28 Dec 2004 22:06:17 +0000 (22:06 +0000)] 
Removed old bakefile cruft by doing a bakefile_gen -f autoconf -c followed
by a bakefile_gen -f autoconf.  I then hand edited the file to add
back in the dnl ### begin block 00_header ### line, the
BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.4" line (confusingly only generated by
a CVS copy newer than 0.1.4) and remove the dnl Conditions: line.

This file's size is now less than half of what it was!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoMore parameter variable names fixed to make them more readable by replacing abbreviat...
George Tasker [Tue, 28 Dec 2004 21:32:38 +0000 (21:32 +0000)] 
More parameter variable names fixed to make them more readable by replacing abbreviations with the full word

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoDocs for [GS]etDefaultPyEncoding
Robin Dunn [Tue, 28 Dec 2004 21:16:50 +0000 (21:16 +0000)] 
Docs for [GS]etDefaultPyEncoding

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoNon-standard abbreviations of words in function/variable names changed to standard...
George Tasker [Tue, 28 Dec 2004 21:10:12 +0000 (21:10 +0000)] 
Non-standard abbreviations of words in function/variable names changed to  standard abbreviations or the entire word (e.g. colNo is now colNum)
If SetColDef is called with an out of range index, the function in debug will throw an assert msg, and call wxLogDebug(), and then return without doing anything.  The function now returns a boolean to indicate if the column definition was successfully created or not

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoCompilation fix with last checkin....ooops
George Tasker [Tue, 28 Dec 2004 21:03:13 +0000 (21:03 +0000)] 
Compilation fix with last checkin....ooops

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoDocumentation updated to reflect Unicode support
George Tasker [Tue, 28 Dec 2004 20:59:14 +0000 (20:59 +0000)] 
Documentation updated to reflect Unicode support
Updated to show current function names

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoFixed some potential buffer overruns
George Tasker [Tue, 28 Dec 2004 20:01:33 +0000 (20:01 +0000)] 
Fixed some potential buffer overruns

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoImplemented a fix to allow Unicode builds to work with MSACCESS. This fix should...
George Tasker [Tue, 28 Dec 2004 19:22:37 +0000 (19:22 +0000)] 
Implemented a fix to allow Unicode builds to work with MSACCESS.  This fix should be tested against other databases also to ensure that the determination of the type to be used for character strings correctly finds that right type in unicode mode for other DBs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoLookup result windows now force the first column size to be no great than 20 characte...
George Tasker [Tue, 28 Dec 2004 18:35:08 +0000 (18:35 +0000)] 
Lookup result windows now force the first column size to be no great than 20 characters to avoid the code that calls the DB to find the length of the longest string in column, as the code used to get that value is not necessarily portable across all DB platforms

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoChanged error messages so that if a DB error occurs in the ListDb code, the native...
George Tasker [Tue, 28 Dec 2004 18:32:40 +0000 (18:32 +0000)] 
Changed error messages so that if a DB error occurs in the ListDb code, the native DB error message is displayed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoChanged the hardcoded table name to be in all caps for those DBs that only allow...
George Tasker [Tue, 28 Dec 2004 18:30:36 +0000 (18:30 +0000)] 
Changed the hardcoded table name to be in all caps for those DBs that only allow table names to be in caps

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoRebaked (Bakefile 0.1.4). Corresponds to tests.bkl,1.30,1.31
David Elliott [Tue, 28 Dec 2004 18:18:04 +0000 (18:18 +0000)] 
Rebaked (Bakefile 0.1.4).  Corresponds to tests.bkl,1.30,1.31

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoRebaked (Bakefile 0.1.4). Corresponds to dialogs.bkl,1.7,1.8
David Elliott [Tue, 28 Dec 2004 18:15:11 +0000 (18:15 +0000)] 
Rebaked (Bakefile 0.1.4). Corresponds to dialogs.bkl,1.7,1.8

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoRebaked (Bakefile 0.1.4)
David Elliott [Tue, 28 Dec 2004 17:51:56 +0000 (17:51 +0000)] 
Rebaked (Bakefile 0.1.4)
* Remove installation of afm and gsafm
* Remove configure during distclean
* Copy *.mpg files during SAMPLES_DIST

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years ago Added TREE_ITEM_MENU event to MSW control.
Robert Roebling [Tue, 28 Dec 2004 16:00:35 +0000 (16:00 +0000)] 
  Added TREE_ITEM_MENU event to MSW control.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years ago Also check for range on Mac's spin controls.
Robert Roebling [Tue, 28 Dec 2004 15:59:22 +0000 (15:59 +0000)] 
  Also check for range on Mac's spin controls.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years ago Check for range on wxSpinCtrl and wxSpinButton's GetValue()
Robert Roebling [Tue, 28 Dec 2004 15:57:43 +0000 (15:57 +0000)] 
  Check for range on wxSpinCtrl and wxSpinButton's GetValue()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years ago Documented the special meaning of wxID_EXIT and wxID_ABOUT
Robert Roebling [Tue, 28 Dec 2004 14:13:06 +0000 (14:13 +0000)] 
 Documented the special meaning of wxID_EXIT and wxID_ABOUT
  under MacOS X.
 Documented the existence of the GNOME printing code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoAdded wxODBC changes to the log
George Tasker [Tue, 28 Dec 2004 13:34:21 +0000 (13:34 +0000)] 
Added wxODBC changes to the log

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoOutdated informations refreshed.
Włodzimierz Skiba [Tue, 28 Dec 2004 12:14:27 +0000 (12:14 +0000)] 
Outdated informations refreshed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agohandling wxSTAY_ON_TOP by changing the window group instead of window class
Stefan Csomor [Tue, 28 Dec 2004 10:18:48 +0000 (10:18 +0000)] 
handling wxSTAY_ON_TOP by changing the window group instead of window class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agogetting rid of redefines
Stefan Csomor [Tue, 28 Dec 2004 10:16:51 +0000 (10:16 +0000)] 
getting rid of redefines

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoSome platforms that use socklen_t don't use it for the fifth argument to
David Elliott [Tue, 28 Dec 2004 03:17:50 +0000 (03:17 +0000)] 
Some platforms that use socklen_t don't use it for the fifth argument to
getsockopt.  Do a separate test and define SOCKOPTLEN_T appropriately.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoRetain/release the NSButtonCell during user action so that if the button
David Elliott [Tue, 28 Dec 2004 01:40:03 +0000 (01:40 +0000)] 
Retain/release the NSButtonCell during user action so that if the button
is deleted by the user action the program does not crash sending
the setHighlighted:NO message to it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoFirebird DB support added. Basic testing is done, and appears to work fully. Need...
George Tasker [Tue, 28 Dec 2004 00:33:09 +0000 (00:33 +0000)] 
Firebird DB support added.  Basic testing is done, and appears to work fully.  Need real users to test the additions please

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoDisplay message typo corrected
George Tasker [Tue, 28 Dec 2004 00:31:41 +0000 (00:31 +0000)] 
Display message typo corrected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoAdjust documentation to implementations and alphabetical order.
Włodzimierz Skiba [Mon, 27 Dec 2004 20:48:31 +0000 (20:48 +0000)] 
Adjust documentation to implementations and alphabetical order.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoGetFreeSpace is here since 1993 and returns crazy values. Let's have win64/win32...
Włodzimierz Skiba [Mon, 27 Dec 2004 20:17:44 +0000 (20:17 +0000)] 
GetFreeSpace is here since 1993 and returns crazy values. Let's have win64/win32 cases only.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agowxLongLong to wxString operators.
Włodzimierz Skiba [Mon, 27 Dec 2004 18:57:21 +0000 (18:57 +0000)] 
wxLongLong to wxString operators.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoTake best fitting type for available memory measurement.
Włodzimierz Skiba [Mon, 27 Dec 2004 18:47:26 +0000 (18:47 +0000)] 
Take best fitting type for available memory measurement.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoblind fix for GCC compilation when #pragmas are honored
Václav Slavík [Mon, 27 Dec 2004 08:52:17 +0000 (08:52 +0000)] 
blind fix for GCC compilation when #pragmas are honored

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoMSW and source cleaning.
Włodzimierz Skiba [Mon, 27 Dec 2004 08:36:21 +0000 (08:36 +0000)] 
MSW and source cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoSome PalmOS utils implementations.
Włodzimierz Skiba [Mon, 27 Dec 2004 07:30:29 +0000 (07:30 +0000)] 
Some PalmOS utils implementations.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years ago Added TREE_ITEM_MENU event that gets sent if the
Robert Roebling [Sun, 26 Dec 2004 17:37:59 +0000 (17:37 +0000)] 
 Added TREE_ITEM_MENU event that gets sent if the
   user hits the "Menu" key on the newer keyboards.
   So far generic control only.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agounicode fix
Stefan Csomor [Sun, 26 Dec 2004 09:16:29 +0000 (09:16 +0000)] 
unicode fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agochecking for dom.encoding == None
Roman Rolinsky [Sun, 26 Dec 2004 02:35:35 +0000 (02:35 +0000)] 
checking for dom.encoding == None

temporary fix for wxPyAssertion from XRC library

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agowxIcon correctly handled now (it has no "icon" tag)
Roman Rolinsky [Sun, 26 Dec 2004 02:32:23 +0000 (02:32 +0000)] 
wxIcon correctly handled now (it has no "icon" tag)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years ago Deselect a child item on Collapse. Otherwise
Robert Roebling [Sat, 25 Dec 2004 18:27:59 +0000 (18:27 +0000)] 
  Deselect a child item on Collapse. Otherwise
   we end up with 2 selected item even in
   single selection mode. This is a follow-up
   to the no-dangling pointer patch and also
   reflects MSW behaviour.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years ago Documented findings about how to use mo files
Robert Roebling [Sat, 25 Dec 2004 15:04:30 +0000 (15:04 +0000)] 
  Documented findings about how to use mo files
   with MacOS X's bundles.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoadded SetCmdLine(int, char **) overload even when building a Unicode app
Vadim Zeitlin [Sat, 25 Dec 2004 01:58:36 +0000 (01:58 +0000)] 
added SetCmdLine(int, char **) overload even when building a Unicode app

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoDoc corrections
Julian Smart [Fri, 24 Dec 2004 12:29:43 +0000 (12:29 +0000)] 
Doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agosecurity fix (patch 1089659)
Václav Slavík [Fri, 24 Dec 2004 11:48:14 +0000 (11:48 +0000)] 
security fix (patch 1089659)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years ago Committing in .
Jouk Jansen [Fri, 24 Dec 2004 09:02:34 +0000 (09:02 +0000)] 
 Committing in .

 correcting an obvious typo in the GTK1.x part

 Modified Files:
  wxWidgets/src/gtk/choice.cpp
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agowxPalmOS port started its development so let's list it in the changes.
Włodzimierz Skiba [Fri, 24 Dec 2004 07:52:37 +0000 (07:52 +0000)] 
wxPalmOS port started its development so let's list it in the changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoFirst nonminimal wxPalmOS functionality: enumeration of available volumes.
Włodzimierz Skiba [Fri, 24 Dec 2004 07:44:44 +0000 (07:44 +0000)] 
First nonminimal wxPalmOS functionality: enumeration of available volumes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agowxPalmOS was introduced long after 2.4.
Włodzimierz Skiba [Fri, 24 Dec 2004 07:41:53 +0000 (07:41 +0000)] 
wxPalmOS was introduced long after 2.4.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

19 years agoMake the wx.MediaCtrl demo more functional, and add a sample movie.
Robin Dunn [Fri, 24 Dec 2004 00:43:24 +0000 (00:43 +0000)] 
Make the wx.MediaCtrl demo more functional, and add a sample movie.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775