]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agocorrected code to not suppose that Write() always writes all the data it was given
Vadim Zeitlin [Wed, 21 Jul 2004 10:41:17 +0000 (10:41 +0000)] 
corrected code to not suppose that Write() always writes all the data it was given

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

20 years agoput the write end of the pipe in non blocking mode to avoid deadlocks and return...
Vadim Zeitlin [Wed, 21 Jul 2004 10:39:23 +0000 (10:39 +0000)] 
put the write end of the pipe in non blocking mode to avoid deadlocks and return from wxPipeOutputStream::OnSysWrite() without having necessarily written all the data as this is not always possible

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

20 years agowxUSE_LOG fixes and sizer adjustements related to positioning with/without LOG output.
Włodzimierz Skiba [Wed, 21 Jul 2004 10:29:21 +0000 (10:29 +0000)] 
wxUSE_LOG fixes and sizer adjustements related to positioning with/without LOG output.

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

20 years agofixes to wx-config config name matching
Václav Slavík [Wed, 21 Jul 2004 10:17:51 +0000 (10:17 +0000)] 
fixes to wx-config config name matching

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

20 years agofirst attempt for full screen implementation
Stefan Csomor [Wed, 21 Jul 2004 09:51:52 +0000 (09:51 +0000)] 
first attempt for full screen implementation

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

20 years agoonly on mouse-down
Stefan Csomor [Wed, 21 Jul 2004 05:25:08 +0000 (05:25 +0000)] 
only on mouse-down

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

20 years agodon't suppose that all 32bpp DIBs have alpha, this is not true, the extra byte may...
Vadim Zeitlin [Tue, 20 Jul 2004 23:45:28 +0000 (23:45 +0000)] 
don't suppose that all 32bpp DIBs have alpha, this is not true, the extra byte may be just padding

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

20 years agodon't waste time initializing the memory of newly created wxImage before filling...
Vadim Zeitlin [Tue, 20 Jul 2004 23:41:54 +0000 (23:41 +0000)] 
don't waste time initializing the memory of newly created wxImage before filling it with PNG data

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

20 years agocompilation warning about printf type mismatch
Vadim Zeitlin [Tue, 20 Jul 2004 22:38:22 +0000 (22:38 +0000)] 
compilation warning about printf type mismatch

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

20 years agoAddFile(wxImage&) -> AddFile(const wxImage&)
Vadim Zeitlin [Tue, 20 Jul 2004 21:59:43 +0000 (21:59 +0000)] 
AddFile(wxImage&) -> AddFile(const wxImage&)

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

20 years agofix for opening files with VC++ 8 (closes bug 994337)
Vadim Zeitlin [Tue, 20 Jul 2004 21:14:52 +0000 (21:14 +0000)] 
fix for opening files with VC++ 8 (closes bug 994337)

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

20 years agowxUSE_LOG fixes.
Włodzimierz Skiba [Tue, 20 Jul 2004 19:30:21 +0000 (19:30 +0000)] 
wxUSE_LOG fixes.

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

20 years agowxUSE_LOG fixes.
Włodzimierz Skiba [Tue, 20 Jul 2004 19:17:52 +0000 (19:17 +0000)] 
wxUSE_LOG fixes.

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

20 years agowxUSE_LOG fixes.
Włodzimierz Skiba [Tue, 20 Jul 2004 19:11:34 +0000 (19:11 +0000)] 
wxUSE_LOG fixes.

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

20 years agoDoPrepareDC needs the dc.
Robin Dunn [Tue, 20 Jul 2004 18:13:12 +0000 (18:13 +0000)] 
DoPrepareDC needs the dc.

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

20 years agowxUSE_LOG fixes.
Włodzimierz Skiba [Tue, 20 Jul 2004 17:18:49 +0000 (17:18 +0000)] 
wxUSE_LOG fixes.

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

20 years agowxUSE_LOG fixes.
Włodzimierz Skiba [Tue, 20 Jul 2004 17:04:02 +0000 (17:04 +0000)] 
wxUSE_LOG fixes.

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

20 years ago10.2 fixes
Stefan Csomor [Tue, 20 Jul 2004 16:48:41 +0000 (16:48 +0000)] 
10.2 fixes

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

20 years agobackground handling
Stefan Csomor [Tue, 20 Jul 2004 16:40:49 +0000 (16:40 +0000)] 
background handling

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

20 years agoupdate from Marco Cavallini
Vadim Zeitlin [Tue, 20 Jul 2004 16:34:15 +0000 (16:34 +0000)] 
update from Marco Cavallini

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

20 years agoadded DoPrepareDC()
Vadim Zeitlin [Tue, 20 Jul 2004 16:30:22 +0000 (16:30 +0000)] 
added DoPrepareDC()

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

20 years agofixing best size to really include only 5 lines
Stefan Csomor [Tue, 20 Jul 2004 14:53:57 +0000 (14:53 +0000)] 
fixing best size to really include only 5 lines

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

20 years agocorrecting window variant
Stefan Csomor [Tue, 20 Jul 2004 14:38:18 +0000 (14:38 +0000)] 
correcting window variant

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

20 years agofor built-in dialogs, there is no m_peer instance, and still we might have a Refresh...
Stefan Csomor [Tue, 20 Jul 2004 14:34:18 +0000 (14:34 +0000)] 
for built-in dialogs, there is no m_peer instance, and still we might have a Refresh call issued, just leave

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

20 years agotrying to support non-wx controls on a window
Stefan Csomor [Tue, 20 Jul 2004 14:10:11 +0000 (14:10 +0000)] 
trying to support non-wx controls on a window

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

20 years agoexplicit scrollbar style flags needed
Stefan Csomor [Tue, 20 Jul 2004 14:08:27 +0000 (14:08 +0000)] 
explicit scrollbar style flags needed

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

20 years agoWinCE fixes.
Włodzimierz Skiba [Tue, 20 Jul 2004 11:11:46 +0000 (11:11 +0000)] 
WinCE fixes.

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

20 years agowxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
Włodzimierz Skiba [Tue, 20 Jul 2004 10:09:47 +0000 (10:09 +0000)] 
wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.

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

20 years agoadded except sample
Vadim Zeitlin [Tue, 20 Jul 2004 10:09:43 +0000 (10:09 +0000)] 
added except sample

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

20 years agoadd except to the samples being built; verify that --enable-exceptions and --enable...
Vadim Zeitlin [Tue, 20 Jul 2004 10:05:56 +0000 (10:05 +0000)] 
add except to the samples being built; verify that --enable-exceptions and --enable-no_exceptions are not used simultaneously

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

20 years agodocumented DoPrepareDC()
Vadim Zeitlin [Tue, 20 Jul 2004 10:04:25 +0000 (10:04 +0000)] 
documented DoPrepareDC()

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

20 years agocorrected cwd manipulation for unicode builds
Stefan Csomor [Tue, 20 Jul 2004 09:19:22 +0000 (09:19 +0000)] 
corrected cwd manipulation for unicode builds

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

20 years agoremoved mpthread and added thread.cpp and tglbutton.cpp
Stefan Csomor [Tue, 20 Jul 2004 09:18:15 +0000 (09:18 +0000)] 
removed mpthread and added thread.cpp and tglbutton.cpp

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

20 years agoavoid unimplemented wx stubs being used
Stefan Csomor [Tue, 20 Jul 2004 09:16:01 +0000 (09:16 +0000)] 
avoid unimplemented wx stubs being used

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

20 years agouse regexes, not wildcards, for config file matching (but it's still broken)
Václav Slavík [Tue, 20 Jul 2004 08:44:17 +0000 (08:44 +0000)] 
use regexes, not wildcards, for config file matching (but it's still broken)

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

20 years agocorrected copied headers
Stefan Csomor [Tue, 20 Jul 2004 05:21:39 +0000 (05:21 +0000)] 
corrected copied headers

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

20 years agofix compile error
Robin Dunn [Mon, 19 Jul 2004 21:08:28 +0000 (21:08 +0000)] 
fix compile error

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

20 years agoFixed display issues for Panther now that wxTextCtrl has been fixed there.
Kevin Ollivier [Mon, 19 Jul 2004 20:56:00 +0000 (20:56 +0000)] 
Fixed display issues for Panther now that wxTextCtrl has been fixed there.

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

20 years agoDon't output the script name twice
Robin Dunn [Mon, 19 Jul 2004 20:52:36 +0000 (20:52 +0000)] 
Don't output the script name twice

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

20 years agoHandle terminating NULL correctly
Robin Dunn [Mon, 19 Jul 2004 20:51:18 +0000 (20:51 +0000)] 
Handle terminating NULL correctly

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

20 years agoswitching to correct name as Tiger doesn't have the workaround anymore
Stefan Csomor [Mon, 19 Jul 2004 19:34:40 +0000 (19:34 +0000)] 
switching to correct name as Tiger doesn't have the workaround anymore

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

20 years agoFixes for wxUSE_STATUSBAR.
Włodzimierz Skiba [Mon, 19 Jul 2004 15:36:01 +0000 (15:36 +0000)] 
Fixes for wxUSE_STATUSBAR.

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

20 years agoFixes for wxUSE_STATUSBAR.
Włodzimierz Skiba [Mon, 19 Jul 2004 15:14:07 +0000 (15:14 +0000)] 
Fixes for wxUSE_STATUSBAR.

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

20 years agoFixed typo.
Włodzimierz Skiba [Mon, 19 Jul 2004 11:43:00 +0000 (11:43 +0000)] 
Fixed typo.

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

20 years agoUpdating the ::Open() function to help clarify that SetColDefs() must be called befor...
George Tasker [Mon, 19 Jul 2004 10:07:06 +0000 (10:07 +0000)] 
Updating the ::Open() function to help clarify that SetColDefs() must be called before opening the table

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

20 years agoGetItemCount is int.
Włodzimierz Skiba [Mon, 19 Jul 2004 09:42:25 +0000 (09:42 +0000)] 
GetItemCount is int.

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

20 years agoFixes for wxUSE_STATUSBAR.
Włodzimierz Skiba [Mon, 19 Jul 2004 09:39:38 +0000 (09:39 +0000)] 
Fixes for wxUSE_STATUSBAR.

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

20 years agocompilation fix for wxUSE_THREADS == 0
Vadim Zeitlin [Mon, 19 Jul 2004 08:47:08 +0000 (08:47 +0000)] 
compilation fix for wxUSE_THREADS == 0

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

20 years agostring constants unicode savvy
Stefan Csomor [Mon, 19 Jul 2004 06:01:13 +0000 (06:01 +0000)] 
string constants unicode savvy

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

20 years agofixed MSW crashes when choosing Exit in popup menu
Václav Slavík [Sun, 18 Jul 2004 21:58:28 +0000 (21:58 +0000)] 
fixed MSW crashes when choosing Exit in popup menu

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

20 years agoCorrect slider width when labels are used.
Kevin Ollivier [Sun, 18 Jul 2004 19:13:50 +0000 (19:13 +0000)] 
Correct slider width when labels are used.

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

20 years agoHAVE_XIM is disabled in GTK2 build, don't include useless member variables
Václav Slavík [Sun, 18 Jul 2004 17:11:02 +0000 (17:11 +0000)] 
HAVE_XIM is disabled in GTK2 build, don't include useless member variables

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

20 years ago*** empty log message ***
Václav Slavík [Sun, 18 Jul 2004 11:19:34 +0000 (11:19 +0000)] 
*** empty log message ***

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

20 years agoadapted to wx-config libraries list changes
Václav Slavík [Sun, 18 Jul 2004 10:55:22 +0000 (10:55 +0000)] 
adapted to wx-config libraries list changes

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

20 years agouse wxLogTrace(htmldebug) instead of wxLogDebug() for messages about HTML syntax...
Vadim Zeitlin [Sun, 18 Jul 2004 10:05:06 +0000 (10:05 +0000)] 
use wxLogTrace(htmldebug) instead of wxLogDebug() for messages about HTML syntax errors

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

20 years agoBaked (clntdata.cpp core->base)
David Elliott [Sun, 18 Jul 2004 03:10:04 +0000 (03:10 +0000)] 
Baked (clntdata.cpp core->base)

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

20 years agofixed typo
Robin Dunn [Sun, 18 Jul 2004 00:03:13 +0000 (00:03 +0000)] 
fixed typo

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

20 years agoreSWIGged
Robin Dunn [Sat, 17 Jul 2004 23:32:47 +0000 (23:32 +0000)] 
reSWIGged

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

20 years agoUse DeafultAttributes instead of hard coded defaults
Robin Dunn [Sat, 17 Jul 2004 23:22:26 +0000 (23:22 +0000)] 
Use DeafultAttributes instead of hard coded defaults

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

20 years agominor tweaks
Robin Dunn [Sat, 17 Jul 2004 22:57:33 +0000 (22:57 +0000)] 
minor tweaks

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

20 years agoAvoid using the OOR typemap in the constructors
Robin Dunn [Sat, 17 Jul 2004 22:51:01 +0000 (22:51 +0000)] 
Avoid using the OOR typemap in the constructors

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

20 years agocomplain about unrecognized flags
Václav Slavík [Sat, 17 Jul 2004 21:54:31 +0000 (21:54 +0000)] 
complain about unrecognized flags

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

20 years agoDon't show focus rectangle if wxNO_BORDER specified
Julian Smart [Sat, 17 Jul 2004 21:41:35 +0000 (21:41 +0000)] 
Don't show focus rectangle if wxNO_BORDER specified

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

20 years agoremoved accidentally committed debugging code
Václav Slavík [Sat, 17 Jul 2004 21:14:59 +0000 (21:14 +0000)] 
removed accidentally committed debugging code

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

20 years agouse corrent charset for page title in ANSI builds
Václav Slavík [Sat, 17 Jul 2004 21:13:36 +0000 (21:13 +0000)] 
use corrent charset for page title in ANSI builds

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

20 years agomore GTK2+ANSI fixes
Václav Slavík [Sat, 17 Jul 2004 20:50:46 +0000 (20:50 +0000)] 
more GTK2+ANSI fixes

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

20 years agocleaned up --inplace description
Václav Slavík [Sat, 17 Jul 2004 18:52:18 +0000 (18:52 +0000)] 
cleaned up --inplace description

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

20 years agoAllow the release tag to be specified on the rpmbuild command line
Robin Dunn [Sat, 17 Jul 2004 18:20:08 +0000 (18:20 +0000)] 
Allow the release tag to be specified on the rpmbuild command line

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

20 years agoAdded wxXRC_NO_RELOADING
Robin Dunn [Sat, 17 Jul 2004 18:19:25 +0000 (18:19 +0000)] 
Added wxXRC_NO_RELOADING

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

20 years agoNavigate docstring update
Robin Dunn [Sat, 17 Jul 2004 18:18:44 +0000 (18:18 +0000)] 
Navigate docstring update

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

20 years agoprevent a reference leak when OOR objects are created
Robin Dunn [Sat, 17 Jul 2004 17:52:29 +0000 (17:52 +0000)] 
prevent a reference leak when OOR objects are created

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

20 years agomodified arguments syntax to be wx-config [options] [libraries list]
Václav Slavík [Sat, 17 Jul 2004 17:48:37 +0000 (17:48 +0000)] 
modified arguments syntax to be wx-config [options] [libraries list]

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

20 years agorebaked
Robin Dunn [Sat, 17 Jul 2004 17:44:06 +0000 (17:44 +0000)] 
rebaked

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

20 years agowxTLW::IsMaximized for wxGTK2 (patch 992743)
Václav Slavík [Sat, 17 Jul 2004 16:53:28 +0000 (16:53 +0000)] 
wxTLW::IsMaximized for wxGTK2 (patch 992743)

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

20 years agomade GTK+2 the default
Václav Slavík [Sat, 17 Jul 2004 16:39:28 +0000 (16:39 +0000)] 
made GTK+2 the default

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

20 years agoEnsure we don't get an empty help menu on Mac
Julian Smart [Sat, 17 Jul 2004 15:04:19 +0000 (15:04 +0000)] 
Ensure we don't get an empty help menu on Mac

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

20 years agofixed TABs handling
Václav Slavík [Sat, 17 Jul 2004 10:59:42 +0000 (10:59 +0000)] 
fixed TABs handling

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

20 years agoadded wxXRC_NO_RELOADING
Václav Slavík [Fri, 16 Jul 2004 22:01:47 +0000 (22:01 +0000)] 
added wxXRC_NO_RELOADING

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

20 years agoWrappers for *ToText
Robin Dunn [Fri, 16 Jul 2004 21:41:00 +0000 (21:41 +0000)] 
Wrappers for *ToText

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

20 years agoMore notes about sizer changes
Robin Dunn [Fri, 16 Jul 2004 21:40:01 +0000 (21:40 +0000)] 
More notes about sizer changes

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

20 years agoBlind fix to avoid a PyDeadObject error
Robin Dunn [Fri, 16 Jul 2004 20:35:10 +0000 (20:35 +0000)] 
Blind fix to avoid a PyDeadObject error

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

20 years agoAllow style to be specified for ScrolledMessageDialog
Robin Dunn [Fri, 16 Jul 2004 20:34:19 +0000 (20:34 +0000)] 
Allow style to be specified for ScrolledMessageDialog

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

20 years agofixed syntax error
Robin Dunn [Fri, 16 Jul 2004 20:33:37 +0000 (20:33 +0000)] 
fixed syntax error

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

20 years agoFixed typo and increased the size of the cache used by DoGetPartialTextExtents
Robin Dunn [Fri, 16 Jul 2004 20:31:48 +0000 (20:31 +0000)] 
Fixed typo and increased the size of the cache used by DoGetPartialTextExtents

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

20 years agoAllow any too-large index to mean Append, just like on MSW.
Robin Dunn [Fri, 16 Jul 2004 20:29:17 +0000 (20:29 +0000)] 
Allow any too-large index to mean Append, just like on MSW.

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

20 years agoAdded notes about the sizer changes
Robin Dunn [Fri, 16 Jul 2004 20:27:09 +0000 (20:27 +0000)] 
Added notes about the sizer changes

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

20 years agomade SelectionToText and ToText public
Václav Slavík [Fri, 16 Jul 2004 19:35:06 +0000 (19:35 +0000)] 
made SelectionToText and ToText public

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

20 years agodocumented wxHtmlWindow::SelectionToText and ToText
Václav Slavík [Fri, 16 Jul 2004 18:35:30 +0000 (18:35 +0000)] 
documented wxHtmlWindow::SelectionToText and ToText

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

20 years agoWarning fixes for Digital Mars.
Włodzimierz Skiba [Fri, 16 Jul 2004 18:06:34 +0000 (18:06 +0000)] 
Warning fixes for Digital Mars.

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

20 years agodon't use deprecated function wxUslepp
Václav Slavík [Fri, 16 Jul 2004 17:27:25 +0000 (17:27 +0000)] 
don't use deprecated function wxUslepp

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

20 years agoadded wxHtmlWindow::ToText
Václav Slavík [Fri, 16 Jul 2004 17:19:17 +0000 (17:19 +0000)] 
added wxHtmlWindow::ToText

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

20 years agofixed fatal bug in wxString ctor from wxCharBuffer when wxUSE_STL==1
Vadim Zeitlin [Fri, 16 Jul 2004 17:17:51 +0000 (17:17 +0000)] 
fixed fatal bug in wxString ctor from wxCharBuffer when wxUSE_STL==1

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

20 years agoFixes to warnings about assigning unused values.
Włodzimierz Skiba [Fri, 16 Jul 2004 13:19:32 +0000 (13:19 +0000)] 
Fixes to warnings about assigning unused values.

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

20 years ago * add documentation for wxMemoryBuffer
Roger Gammans [Fri, 16 Jul 2004 13:09:52 +0000 (13:09 +0000)] 
 * add documentation for wxMemoryBuffer
 * add suport for values of type REG_BINARY in the msw registry.

   Such values are converted to wxMemoryBuffer for internal handling

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

20 years agoSizer based placement of controls in generic colour dialog (patch #991595)
Włodzimierz Skiba [Fri, 16 Jul 2004 13:08:44 +0000 (13:08 +0000)] 
Sizer based placement of controls in generic colour dialog (patch #991595)

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

20 years agoCorrection to recently added wrong asserts.
Włodzimierz Skiba [Fri, 16 Jul 2004 13:05:36 +0000 (13:05 +0000)] 
Correction to recently added wrong asserts.

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

20 years agoreSWIGged
Robin Dunn [Fri, 16 Jul 2004 00:33:01 +0000 (00:33 +0000)] 
reSWIGged

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

20 years agoreSWIGged
Robin Dunn [Fri, 16 Jul 2004 00:13:17 +0000 (00:13 +0000)] 
reSWIGged

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

20 years agoSkip, Skip, Skip
Robin Dunn [Fri, 16 Jul 2004 00:12:48 +0000 (00:12 +0000)] 
Skip, Skip, Skip

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

20 years agoLittle tweaks to match recent CVS changes.
Robin Dunn [Fri, 16 Jul 2004 00:06:11 +0000 (00:06 +0000)] 
Little tweaks to match recent CVS changes.
Fixed wxFontEnumerator GetFacename and GetEncodings to return an empty
list instead of crashing if the Enumerate function hasn't been called
yet.

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