]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agofix for [ 950550 ] wxChoice - wxEmptyString (wxChoice::FindString doesn't work with...
Ryan Norton [Sun, 7 Nov 2004 00:09:39 +0000 (00:09 +0000)] 
fix for [ 950550 ] wxChoice - wxEmptyString (wxChoice::FindString doesn't work with empty strings) - confirmed on win2k

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

19 years agofix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl.cpp and bug in listctrl sample
Ryan Norton [Sat, 6 Nov 2004 23:49:28 +0000 (23:49 +0000)] 
fix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl.cpp and bug in listctrl sample

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

19 years agofix for [ 1042972 ] Keycodes above WXK_START conflict with unicode characters
Ryan Norton [Sat, 6 Nov 2004 23:14:16 +0000 (23:14 +0000)] 
fix for [ 1042972 ] Keycodes above WXK_START conflict with unicode characters

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

19 years agoAdded wxStandardPaths implementation for OS/2.
Stefan Neis [Sat, 6 Nov 2004 22:14:04 +0000 (22:14 +0000)] 
Added wxStandardPaths implementation for OS/2.

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

19 years agofixup
Ryan Norton [Sat, 6 Nov 2004 20:39:44 +0000 (20:39 +0000)] 
fixup

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

19 years ago[ 955006 ] wxDb query with column information (modded to overload instead of creating...
Ryan Norton [Sat, 6 Nov 2004 20:32:34 +0000 (20:32 +0000)] 
[ 955006 ] wxDb query with column information (modded to overload instead of creating a new function)

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

19 years agofinal cleanup of string conversion with null characters (hopefully :))
Ryan Norton [Sat, 6 Nov 2004 08:23:50 +0000 (08:23 +0000)] 
final cleanup of string conversion with null characters (hopefully :))

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

19 years agoRevert files to previous version that were affected by wxIsXXX((wxChar)X) change...
Ryan Norton [Sat, 6 Nov 2004 07:09:35 +0000 (07:09 +0000)] 
Revert files to previous version that were affected by wxIsXXX((wxChar)X) change.  Note - passing a negative value to those c lib functions is undefined, and could return true on platforms using a lookup table, for example (might crash also?), which is what will happen when casting to char to ansii mode and a char is above 127

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

19 years agofixup // comment header
Ryan Norton [Sat, 6 Nov 2004 06:57:24 +0000 (06:57 +0000)] 
fixup // comment header

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

19 years agofix warning
Ryan Norton [Sat, 6 Nov 2004 06:42:25 +0000 (06:42 +0000)] 
fix warning

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

19 years agorewrite wxGetKeyState a bit, spun from [ 1058347 ] Fixes wxGetKeyState
Ryan Norton [Sat, 6 Nov 2004 06:41:05 +0000 (06:41 +0000)] 
rewrite wxGetKeyState a bit, spun from [ 1058347 ] Fixes wxGetKeyState

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

19 years agoUse gsockosx.cpp from new corefoundation directory.
David Elliott [Sat, 6 Nov 2004 06:26:53 +0000 (06:26 +0000)] 
Use gsockosx.cpp from new corefoundation directory.

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

19 years agoselection handling for data browser
Stefan Csomor [Sat, 6 Nov 2004 06:19:11 +0000 (06:19 +0000)] 
selection handling for data browser

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

19 years agosyntax fixes
Robin Dunn [Sat, 6 Nov 2004 03:45:48 +0000 (03:45 +0000)] 
syntax fixes

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

19 years agodon't use --jobs
Robin Dunn [Sat, 6 Nov 2004 03:45:05 +0000 (03:45 +0000)] 
don't use --jobs

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

19 years agoin unescape add normal characters in addition to unescaped characters :)
Ryan Norton [Sat, 6 Nov 2004 02:32:51 +0000 (02:32 +0000)] 
in unescape add normal characters in addition to unescaped characters :)

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

19 years agoAdd ability to position and/or center the dialog for wxGetPasswordFromUser like you...
Kevin Hock [Sat, 6 Nov 2004 02:24:01 +0000 (02:24 +0000)] 
Add ability to position and/or center the dialog for wxGetPasswordFromUser like you can for wxGetTextFrom User (documentation)

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

19 years agoAdd ability to position and/or center the dialog for wxGetPasswordFromUser like you...
Kevin Hock [Sat, 6 Nov 2004 02:21:39 +0000 (02:21 +0000)] 
Add ability to position and/or center the dialog for wxGetPasswordFromUser like you can for wxGetTextFrom User

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

19 years agoSimplified the wxCENTRE style check
Kevin Hock [Sat, 6 Nov 2004 02:19:33 +0000 (02:19 +0000)] 
Simplified the wxCENTRE style check

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

19 years ago I admit I have no good solution for wxPrinter::Setup(wxWindow*)
Robert Roebling [Fri, 5 Nov 2004 22:25:25 +0000 (22:25 +0000)] 
  I admit I have no good solution for wxPrinter::Setup(wxWindow*)
    yet. I'd just remove it but I'll think it over if there is
    or was any use for it.

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

19 years ago Mem leaks in connection with print factory code.
Robert Roebling [Fri, 5 Nov 2004 21:33:27 +0000 (21:33 +0000)] 
  Mem leaks in connection with print factory code.

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

19 years agoWarning fixes to unused variables, int/wxChar keycode and other typecasting, not...
Włodzimierz Skiba [Fri, 5 Nov 2004 21:18:04 +0000 (21:18 +0000)] 
Warning fixes to unused variables, int/wxChar keycode and other typecasting, not mixing 'type*' and 'type' variables in single line, IsEmpty to empty replacement etc.

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

19 years agouse wxNewId in wxEditableListBox to avoid conflicts with XRC
Václav Slavík [Fri, 5 Nov 2004 21:17:45 +0000 (21:17 +0000)] 
use wxNewId in wxEditableListBox to avoid conflicts with XRC

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

19 years agouse wxNewId() to implement XRCID
Václav Slavík [Fri, 5 Nov 2004 21:12:41 +0000 (21:12 +0000)] 
use wxNewId() to implement XRCID

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

19 years agomake sure that wxNewId() doesn't return standard ID's value
Václav Slavík [Fri, 5 Nov 2004 21:10:45 +0000 (21:10 +0000)] 
make sure that wxNewId() doesn't return standard ID's value

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

19 years agoSimplify wxRect construction at the wxPoint(0,0) with given size.
Włodzimierz Skiba [Fri, 5 Nov 2004 21:04:46 +0000 (21:04 +0000)] 
Simplify wxRect construction at the wxPoint(0,0) with given size.

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

19 years agoOW warning fix.
Włodzimierz Skiba [Fri, 5 Nov 2004 20:53:23 +0000 (20:53 +0000)] 
OW warning fix.

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

19 years agoStill needs a typecasting to please warning about loosing bits.
Włodzimierz Skiba [Fri, 5 Nov 2004 20:49:37 +0000 (20:49 +0000)] 
Still needs a typecasting to please warning about loosing bits.

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

19 years agoWe need a char, not wxChar.
Włodzimierz Skiba [Fri, 5 Nov 2004 20:45:23 +0000 (20:45 +0000)] 
We need a char, not wxChar.

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

19 years agoSimplify wxRect construction at the wxPoint(0,0) with given size.
Włodzimierz Skiba [Fri, 5 Nov 2004 19:54:29 +0000 (19:54 +0000)] 
Simplify wxRect construction at the wxPoint(0,0) with given size.

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

19 years agoNULL is not bool.
Włodzimierz Skiba [Fri, 5 Nov 2004 19:42:15 +0000 (19:42 +0000)] 
NULL is not bool.

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

19 years agoFaster Deselect
Stefan Csomor [Fri, 5 Nov 2004 19:07:22 +0000 (19:07 +0000)] 
Faster Deselect

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

19 years agoFixed typo
Robin Dunn [Fri, 5 Nov 2004 18:38:53 +0000 (18:38 +0000)] 
Fixed typo

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

19 years agoPyPlot updates from Oliver Schoenborn:
Robin Dunn [Fri, 5 Nov 2004 18:38:04 +0000 (18:38 +0000)] 
PyPlot updates from Oliver Schoenborn:
    - Factored out "draw command" so extensions easier to implement: clean
      separation b/w user's "draw" (Draw) and internal "draw" (_draw)
    - Added ability to define your own ticks at PlotCanvas.Draw
    - Added better bar charts: PolyBar class and getBarTicksGen()
    - Put legend writing for a Poly* into Poly* class where it belongs
    - If no legend specified or exists, no gap created

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

19 years agoOnly do this Show on wxGTK as it is needed there but can cause display
Robin Dunn [Fri, 5 Nov 2004 18:30:41 +0000 (18:30 +0000)] 
Only do this Show on wxGTK as it is needed there but can cause display
problems on MSW.

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

19 years agoswitch needsfocusrect to hiveiw version
Ryan Norton [Fri, 5 Nov 2004 17:41:34 +0000 (17:41 +0000)] 
switch needsfocusrect to hiveiw version

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

19 years agocast fix, workaround for pickeir compilers
Ryan Norton [Fri, 5 Nov 2004 16:33:47 +0000 (16:33 +0000)] 
cast fix, workaround for pickeir compilers

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

19 years agorest of 1061091, clean up define a bit
Ryan Norton [Fri, 5 Nov 2004 16:06:54 +0000 (16:06 +0000)] 
rest of 1061091, clean up define a bit

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

19 years agoupgraded to zlib 1.2.2 (replaces patch with CAN-2004-0797 vulnerability fix with...
Václav Slavík [Fri, 5 Nov 2004 15:55:19 +0000 (15:55 +0000)] 
upgraded to zlib 1.2.2 (replaces patch with CAN-2004-0797 vulnerability fix with official upstream fix)

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

19 years agoThis commit was generated by cvs2svn to compensate for changes in r30285,
Václav Slavík [Fri, 5 Nov 2004 15:46:58 +0000 (15:46 +0000)] 
This commit was generated by cvs2svn to compensate for changes in r30285,
which included commits to RCS files with non-trunk default branches.

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

19 years agoUpdates to reflect changes in db.cpp member variables
George Tasker [Fri, 5 Nov 2004 14:30:05 +0000 (14:30 +0000)] 
Updates to reflect changes in db.cpp member variables

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

19 years agoListbox fixes
Stefan Csomor [Fri, 5 Nov 2004 12:50:51 +0000 (12:50 +0000)] 
Listbox fixes

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

19 years agofix for [ 1060093 ] wxURI && wxStringBufferLength part 2 - query and fragment not...
Ryan Norton [Fri, 5 Nov 2004 08:50:30 +0000 (08:50 +0000)] 
fix for [ 1060093 ] wxURI && wxStringBufferLength part 2 - query and fragment not appended to URL in getinputstream

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

19 years ago Committing in .
Jouk Jansen [Fri, 5 Nov 2004 08:04:38 +0000 (08:04 +0000)] 
 Committing in .

 Another update of the configurations for OpenVMS

 Modified Files:
  wxWidgets/setup.h_vms
 ----------------------------------------------------------------------

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

19 years agoSome support for parallelizing builds
Robin Dunn [Fri, 5 Nov 2004 00:48:54 +0000 (00:48 +0000)] 
Some support for parallelizing builds

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

19 years agocompilation fix for GTK+ 2.0
Václav Slavík [Thu, 4 Nov 2004 23:57:19 +0000 (23:57 +0000)] 
compilation fix for GTK+ 2.0

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

19 years agoURL conditional and consistent intendation.
Włodzimierz Skiba [Thu, 4 Nov 2004 21:56:29 +0000 (21:56 +0000)] 
URL conditional and consistent intendation.

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

19 years agorpmbuild may not exist
Robin Dunn [Thu, 4 Nov 2004 21:56:10 +0000 (21:56 +0000)] 
rpmbuild may not exist

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

19 years agoUse relative paths for inplace builds, it helps ccache
Robin Dunn [Thu, 4 Nov 2004 21:55:00 +0000 (21:55 +0000)] 
Use relative paths for inplace builds, it helps ccache

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

19 years agoURL test needs net lib.
Włodzimierz Skiba [Thu, 4 Nov 2004 21:54:29 +0000 (21:54 +0000)] 
URL test needs net lib.

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

19 years agoSet some minsizes
Robin Dunn [Thu, 4 Nov 2004 21:54:08 +0000 (21:54 +0000)] 
Set some minsizes

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

19 years agowxODBC changes logged
George Tasker [Thu, 4 Nov 2004 21:38:19 +0000 (21:38 +0000)] 
wxODBC changes logged

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

19 years agoUnicode support added
George Tasker [Thu, 4 Nov 2004 21:36:32 +0000 (21:36 +0000)] 
Unicode support added
SQL_C_WXCHAR now used throughout the code

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

19 years agoUnicode support added
George Tasker [Thu, 4 Nov 2004 21:35:39 +0000 (21:35 +0000)] 
Unicode support added
SQL_C_WXCHAR now used throughout the code
BLOB example added to samples\db

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

19 years agoUnicode support
George Tasker [Thu, 4 Nov 2004 21:31:12 +0000 (21:31 +0000)] 
Unicode support
Several error conditions when connecting to databases are corrected

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

19 years agoMake internal type for ToAscii conversion written once but do not forget all necessar...
Włodzimierz Skiba [Thu, 4 Nov 2004 20:22:44 +0000 (20:22 +0000)] 
Make internal type for ToAscii conversion written once but do not forget all necessary type casts (aka warning fix).

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

19 years agoIsEmpty to empty change, warning fix to OW, whitespaces cleaning.
Włodzimierz Skiba [Thu, 4 Nov 2004 20:12:04 +0000 (20:12 +0000)] 
IsEmpty to empty change, warning fix to OW, whitespaces cleaning.

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

19 years agoCompare and assign wxChars to wxChar instead char local variable.
Włodzimierz Skiba [Thu, 4 Nov 2004 20:09:05 +0000 (20:09 +0000)] 
Compare and assign wxChars to wxChar instead char local variable.

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

19 years ago(hopefully) fixed race condition in installing idle handler (calling wxPostEvent...
Václav Slavík [Thu, 4 Nov 2004 20:04:59 +0000 (20:04 +0000)] 
(hopefully) fixed race condition in installing idle handler (calling wxPostEvent from non-main thread)

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

19 years agoTabs to spaces
David Elliott [Thu, 4 Nov 2004 19:58:10 +0000 (19:58 +0000)] 
Tabs to spaces

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

19 years agoMoved duplicated wxMac/wxCocoa code into src/mac/corefoundation/utilsexc_cf.cpp
David Elliott [Thu, 4 Nov 2004 19:45:42 +0000 (19:45 +0000)] 
Moved duplicated wxMac/wxCocoa code into src/mac/corefoundation/utilsexc_cf.cpp

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

19 years agoMake temporary MSWUniv buildable and mark problem for the future (or for now if the...
Włodzimierz Skiba [Thu, 4 Nov 2004 19:13:31 +0000 (19:13 +0000)] 
Make temporary MSWUniv buildable and mark problem for the future (or for now if the print changes are supposed to be complete).

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

19 years agom_wakeUpTimerTag is not used anywhere, removed
Václav Slavík [Thu, 4 Nov 2004 19:13:07 +0000 (19:13 +0000)] 
m_wakeUpTimerTag is not used anywhere, removed

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

19 years agoslightly nicer workaround for pickier compiler warning
Ryan Norton [Thu, 4 Nov 2004 19:07:12 +0000 (19:07 +0000)] 
slightly nicer workaround for pickier compiler warning

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

19 years agoLine at the end to please warning generator aka GCC ;)
Włodzimierz Skiba [Thu, 4 Nov 2004 19:04:00 +0000 (19:04 +0000)] 
Line at the end to please warning generator aka GCC ;)

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

19 years agoremove hack since it doubly-draws focus rects
Ryan Norton [Thu, 4 Nov 2004 18:59:17 +0000 (18:59 +0000)] 
remove hack since it doubly-draws focus rects

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

19 years agoWarning fix.
Włodzimierz Skiba [Thu, 4 Nov 2004 18:58:04 +0000 (18:58 +0000)] 
Warning fix.

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

19 years ago'Unused ...' warning fix.
Włodzimierz Skiba [Thu, 4 Nov 2004 18:45:02 +0000 (18:45 +0000)] 
'Unused ...' warning fix.

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

19 years agoDo not mention MacOS usage in makefiles dedicated to MSW.
Włodzimierz Skiba [Thu, 4 Nov 2004 18:31:20 +0000 (18:31 +0000)] 
Do not mention MacOS usage in makefiles dedicated to MSW.

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

19 years agoFix to broken windows makefiles with ADV lib usage. New line broke linking while...
Włodzimierz Skiba [Thu, 4 Nov 2004 17:57:38 +0000 (17:57 +0000)] 
Fix to broken windows makefiles with ADV lib usage. New line broke linking while all in single line works fine.

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

19 years agodon't add empty image to tabs
Václav Slavík [Thu, 4 Nov 2004 17:53:20 +0000 (17:53 +0000)] 
don't add empty image to tabs

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

19 years agowxstringbufferlen stl fixup
Ryan Norton [Thu, 4 Nov 2004 17:51:28 +0000 (17:51 +0000)] 
wxstringbufferlen stl fixup

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

19 years agowxdocmpnocase fixup
Ryan Norton [Thu, 4 Nov 2004 17:47:33 +0000 (17:47 +0000)] 
wxdocmpnocase fixup

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

19 years ago Committing in .
Jouk Jansen [Thu, 4 Nov 2004 13:57:08 +0000 (13:57 +0000)] 
 Committing in .

 Update OpenVMS configurations

 Modified Files:
  wxWidgets/setup.h_vms
 ----------------------------------------------------------------------

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

19 years agodll dec
Ryan Norton [Thu, 4 Nov 2004 02:58:13 +0000 (02:58 +0000)] 
dll dec

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

19 years agomade it possible to customize wxGenericDirCtrl, such as using checked wxTreeCtrl...
Václav Slavík [Wed, 3 Nov 2004 23:01:57 +0000 (23:01 +0000)] 
made it possible to customize wxGenericDirCtrl, such as using checked wxTreeCtrl (patch #1019699)

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

19 years ago Added printing images.
Robert Roebling [Wed, 3 Nov 2004 21:47:55 +0000 (21:47 +0000)] 
  Added printing images.

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

19 years ago Applied patch to reorder includes. Not the most
Robert Roebling [Wed, 3 Nov 2004 21:13:28 +0000 (21:13 +0000)] 
  Applied patch to reorder includes. Not the most
   important patch in the world, but still.

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

19 years ago Forgot to commit header.
Robert Roebling [Wed, 3 Nov 2004 20:47:05 +0000 (20:47 +0000)] 
 Forgot to commit header.

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

19 years agofix typos
Robin Dunn [Wed, 3 Nov 2004 17:28:37 +0000 (17:28 +0000)] 
fix typos

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

19 years agobump RC number
Robin Dunn [Wed, 3 Nov 2004 17:27:16 +0000 (17:27 +0000)] 
bump RC number

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

19 years ago Corrected typo in font scaling code.
Robert Roebling [Tue, 2 Nov 2004 21:21:53 +0000 (21:21 +0000)] 
  Corrected typo in font scaling code.
  More printing code for GNOME.

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

19 years ago Applied patch to show title bar changes
Robert Roebling [Tue, 2 Nov 2004 19:47:41 +0000 (19:47 +0000)] 
  Applied patch to show title bar changes
    immidiately in wxMiniFrame

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

19 years ago Some more printing code to clear most of
Robert Roebling [Tue, 2 Nov 2004 14:32:59 +0000 (14:32 +0000)] 
  Some more printing code to clear most of
   the printing sample.

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

19 years agowxMax instead of max, former is always around
Stefan Csomor [Tue, 2 Nov 2004 09:36:13 +0000 (09:36 +0000)] 
wxMax instead of max, former is always around

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

19 years agocorrecting allocated buffer size
Stefan Csomor [Tue, 2 Nov 2004 09:03:35 +0000 (09:03 +0000)] 
correcting allocated buffer size

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

19 years agoadded corefoundation and base classes
Stefan Csomor [Tue, 2 Nov 2004 08:35:22 +0000 (08:35 +0000)] 
added corefoundation and base classes

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

19 years ago Committing in .
Jouk Jansen [Tue, 2 Nov 2004 08:31:08 +0000 (08:31 +0000)] 
 Committing in .

 Patches for OpenVMS

 Modified Files:
  wxWidgets/src/common/descrip.mms
  wxWidgets/src/common/strconv.cpp
----------------------------------------------------------------------

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

19 years ago Committing in .
Jouk Jansen [Tue, 2 Nov 2004 07:13:19 +0000 (07:13 +0000)] 
 Committing in .

 Patches to compile on OpenVMS

 Modified Files:
  wxWidgets/descrip.mms wxWidgets/src/common/db.cpp
  wxWidgets/src/common/stream.cpp
 Added Files:
  wxWidgets/src/xml/descrip.mms wxWidgets/src/xrc/descrip.mms
 ----------------------------------------------------------------------

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

19 years agoMetrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa
David Elliott [Tue, 2 Nov 2004 06:22:11 +0000 (06:22 +0000)] 
Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa

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

19 years ago Adapted printing samples makefiles.
Robert Roebling [Mon, 1 Nov 2004 23:07:49 +0000 (23:07 +0000)] 
  Adapted printing samples makefiles.

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

19 years ago Added gprint.cpp to bakefiles.
Robert Roebling [Mon, 1 Nov 2004 23:06:30 +0000 (23:06 +0000)] 
  Added gprint.cpp to bakefiles.

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

19 years ago Further compile fixes.
Robert Roebling [Mon, 1 Nov 2004 23:05:24 +0000 (23:05 +0000)] 
  Further compile fixes.
  Added module so that linking to GNOME printing
    code will install its wxPrintFactory.

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

19 years agoOnGetItemText is const
Václav Slavík [Mon, 1 Nov 2004 21:03:30 +0000 (21:03 +0000)] 
OnGetItemText is const

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

19 years agoIncrement RC number
Robin Dunn [Mon, 1 Nov 2004 19:48:04 +0000 (19:48 +0000)] 
Increment RC number

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

19 years agoUse a MessagePanel instead of a MessageDialog for samples that may not
Robin Dunn [Mon, 1 Nov 2004 19:39:09 +0000 (19:39 +0000)] 
Use a MessagePanel instead of a MessageDialog for samples that may not
be runnable in certain conditions

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

19 years ago define EXTRALIBS_GNOMEPRINT
Robert Roebling [Mon, 1 Nov 2004 19:02:11 +0000 (19:02 +0000)] 
  define EXTRALIBS_GNOMEPRINT

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

19 years ago Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
Robert Roebling [Mon, 1 Nov 2004 18:40:51 +0000 (18:40 +0000)] 
  Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
  Removed the now obsolete test for FT2 (FreeType)
    which was used by the Pango based printing which
    I removed.

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

19 years agorewrite core foundation conversion to be efficient, double-pass mac WC2MB to verify...
Ryan Norton [Mon, 1 Nov 2004 18:03:04 +0000 (18:03 +0000)] 
rewrite core foundation conversion to be efficient, double-pass mac WC2MB to verify that there were no invalid characters converted, set amount of memory to allocate to 32 for mac conversion to prevent needless large buffer allocations

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

19 years agowarning fix for 10.2
Ryan Norton [Mon, 1 Nov 2004 18:03:03 +0000 (18:03 +0000)] 
warning fix for 10.2

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