wxWidgets.git
17 years agoRemoved unused Symantec (*.sc) build system. Symantec C++ is now replaced by DigitalMars.
Włodzimierz Skiba [Tue, 1 Aug 2006 12:49:12 +0000 (12:49 +0000)] 
Removed unused Symantec (*.sc) build system. Symantec C++ is now replaced by DigitalMars.

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

17 years agofixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS
Václav Slavík [Tue, 1 Aug 2006 12:01:24 +0000 (12:01 +0000)] 
fixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS

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

17 years agoon mac using macroman only created once a successful wxCSConv, because the iconv...
Stefan Csomor [Tue, 1 Aug 2006 09:37:42 +0000 (09:37 +0000)] 
on mac using macroman only created once a successful wxCSConv, because the iconv' miss was entered as a failure into the cache, which then killed any subsequent attempt ..

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

17 years agomove wx11 and (the rest of) wxMGL specific checks into /chkconf.h file
Václav Slavík [Tue, 1 Aug 2006 09:01:01 +0000 (09:01 +0000)] 
move wx11 and (the rest of) wxMGL specific checks into /chkconf.h file

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

17 years agowxX11's wxBitmap requires wxPalette, so check for wxUSE_PALETTE
Václav Slavík [Tue, 1 Aug 2006 08:39:29 +0000 (08:39 +0000)] 
wxX11's wxBitmap requires wxPalette, so check for wxUSE_PALETTE

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

17 years agoRemoved all outdated makefile.dos and their *.msc include.
Włodzimierz Skiba [Tue, 1 Aug 2006 07:09:58 +0000 (07:09 +0000)] 
Removed all outdated makefile.dos and their *.msc include.

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

17 years agocompilation fix for !wxUSE_LOG
Václav Slavík [Tue, 1 Aug 2006 05:46:26 +0000 (05:46 +0000)] 
compilation fix for !wxUSE_LOG

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

17 years agorelease build unused variable warning fix
Vadim Zeitlin [Mon, 31 Jul 2006 22:13:07 +0000 (22:13 +0000)] 
release build unused variable warning fix

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

17 years agoTLW default item changes have changed Enter key processing: it was now handled as...
Vadim Zeitlin [Mon, 31 Jul 2006 22:06:24 +0000 (22:06 +0000)] 
TLW default item changes have changed Enter key processing: it was now handled as TAB even for controls such as wxTree/ListCtrl which need it themselves; fix this by checking for VK_RETURN in these classes MSWShouldPreProcessMessage() implementation; also removed specific test for wxTextCtrl in wxWindowMSW::MSWProcessMessage() and simplified its code

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

17 years agotypo fix
Robin Dunn [Mon, 31 Jul 2006 19:19:59 +0000 (19:19 +0000)] 
typo fix

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

17 years agoAdded wxCB_FILENAME
Robin Dunn [Mon, 31 Jul 2006 19:12:53 +0000 (19:12 +0000)] 
Added wxCB_FILENAME

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

17 years agoAdded wxMouseCaptureLostEvent
Robin Dunn [Mon, 31 Jul 2006 19:12:07 +0000 (19:12 +0000)] 
Added wxMouseCaptureLostEvent

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

17 years agoavoid warnings about undefined wxUSE_LOG_DEBUG if wxUSE_LOG=0
Václav Slavík [Mon, 31 Jul 2006 16:56:51 +0000 (16:56 +0000)] 
avoid warnings about undefined wxUSE_LOG_DEBUG if wxUSE_LOG=0

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

17 years agomade the rest of wxEncodingConverter tables const
Václav Slavík [Mon, 31 Jul 2006 16:28:43 +0000 (16:28 +0000)] 
made the rest of wxEncodingConverter tables const

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

17 years agowarnings fixes for !wxUSE_FONTMAP
Václav Slavík [Mon, 31 Jul 2006 12:28:05 +0000 (12:28 +0000)] 
warnings fixes for !wxUSE_FONTMAP

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

17 years agocompilation fix for !wxUSE_FONTMAPstrconv.cpp
Václav Slavík [Mon, 31 Jul 2006 12:22:33 +0000 (12:22 +0000)] 
compilation fix for !wxUSE_FONTMAPstrconv.cpp

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

17 years agodon't pass window argument to NotifyCaptureLost, it's not needed/used
Václav Slavík [Mon, 31 Jul 2006 12:17:39 +0000 (12:17 +0000)] 
don't pass window argument to NotifyCaptureLost, it's not needed/used

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

17 years agowxFileModificationTime() needs wxDateTime, put it inside wxUSE_DATETIME
Václav Slavík [Mon, 31 Jul 2006 12:03:22 +0000 (12:03 +0000)] 
wxFileModificationTime() needs wxDateTime, put it inside wxUSE_DATETIME

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

17 years ago'[ 1530831 ] wxOwnerDrawnComboBox page for Widgets sample' extended with icon.
Włodzimierz Skiba [Mon, 31 Jul 2006 10:48:58 +0000 (10:48 +0000)] 
'[ 1530831 ] wxOwnerDrawnComboBox page for Widgets sample' extended with icon.

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

17 years agoadded wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss...
Václav Slavík [Mon, 31 Jul 2006 09:40:28 +0000 (09:40 +0000)] 
added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss (bug #1153662)

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

17 years agoadded wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss...
Václav Slavík [Mon, 31 Jul 2006 09:27:54 +0000 (09:27 +0000)] 
added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss (bug #1153662)

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

17 years agosupress unused var warning
Benjamin Williams [Mon, 31 Jul 2006 07:24:23 +0000 (07:24 +0000)] 
supress unused var warning

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

17 years agowrapped up Show() calls to prevent gtk bug from manifesting
Benjamin Williams [Mon, 31 Jul 2006 06:54:49 +0000 (06:54 +0000)] 
wrapped up Show() calls to prevent gtk bug from manifesting

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

17 years agoDon't use filename encoding conversion when passing string to gtk_file_chooser_set_cu...
Mart Raudsepp [Mon, 31 Jul 2006 00:35:08 +0000 (00:35 +0000)] 
Don't use filename encoding conversion when passing string to gtk_file_chooser_set_current_name (save as dialog
suggested filename) - it takes a UTF-8 per gtk+ documentation and common sense, so use wxGTK_CONV instead.
Fixes wxFileDialog save mode default filename with non-utf8 G_FILENAME_ENCODING (bug #1497800). Thanks to
Konstantin Anory for pointing this out.

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

17 years agoreverted the move of wxComboBox styles from wx/defs.h to wx/combobox.h, a lot of...
Vadim Zeitlin [Sun, 30 Jul 2006 23:36:38 +0000 (23:36 +0000)] 
reverted the move of wxComboBox styles from wx/defs.h to wx/combobox.h, a lot of existing code (including wxChoice implementation inside wx itself) uses these styles without including wx/combobox.h

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

17 years agoreverted the move of wxComboBox styles from wx/defs.h to wx/combobox.h, a lot of...
Vadim Zeitlin [Sun, 30 Jul 2006 20:04:10 +0000 (20:04 +0000)] 
reverted the move of wxComboBox styles from wx/defs.h to wx/combobox.h, a lot of existing code (including wxChoice implementation inside wx itself) uses these styles without including wx/combobox.h

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

17 years agoworkaround for bug #1531361
Benjamin Williams [Sun, 30 Jul 2006 19:57:35 +0000 (19:57 +0000)] 
workaround for bug #1531361

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

17 years ago Next compilo.
Robert Roebling [Sun, 30 Jul 2006 12:56:59 +0000 (12:56 +0000)] 
  Next compilo.

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

17 years ago Compilation fix after wxCB_ flags move.
Robert Roebling [Sun, 30 Jul 2006 12:49:37 +0000 (12:49 +0000)] 
  Compilation fix after wxCB_ flags move.

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

17 years ago Compile fix.
Robert Roebling [Sun, 30 Jul 2006 12:38:39 +0000 (12:38 +0000)] 
  Compile fix.

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

17 years agodon't append -ansi to source package
Vadim Zeitlin [Sun, 30 Jul 2006 01:33:39 +0000 (01:33 +0000)] 
don't append -ansi to source package

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

17 years agonicer messages for gstreamer detection
Vadim Zeitlin [Sat, 29 Jul 2006 23:54:05 +0000 (23:54 +0000)] 
nicer messages for gstreamer detection

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

17 years agoadded wxMediaCttl build dependencies
Vadim Zeitlin [Sat, 29 Jul 2006 23:53:37 +0000 (23:53 +0000)] 
added wxMediaCttl build dependencies

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

17 years ago--enable-debug shouldn't be in COMMON_CONFIGURE_OPTIONS, it's used for dbg packages...
Vadim Zeitlin [Sat, 29 Jul 2006 23:35:33 +0000 (23:35 +0000)] 
--enable-debug shouldn't be in COMMON_CONFIGURE_OPTIONS, it's used for dbg packages only

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

17 years agoadded support for building non-Unicode packages which can be installed in parallel...
Vadim Zeitlin [Sat, 29 Jul 2006 23:33:52 +0000 (23:33 +0000)] 
added support for building non-Unicode packages which can be installed in parallel with the (official) Unicode ones

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

17 years agoreSWIGged
Robin Dunn [Sat, 29 Jul 2006 23:30:45 +0000 (23:30 +0000)] 
reSWIGged

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

17 years agoreSWIGged
Robin Dunn [Sat, 29 Jul 2006 23:05:38 +0000 (23:05 +0000)] 
reSWIGged

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

17 years agoDLL compilation fixes
Robin Dunn [Sat, 29 Jul 2006 23:01:08 +0000 (23:01 +0000)] 
DLL compilation fixes

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

17 years agoVarious little tweaks to get up to date with CVS
Robin Dunn [Sat, 29 Jul 2006 21:49:25 +0000 (21:49 +0000)] 
Various little tweaks to get up to date with CVS

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

17 years agotypo (patch 1528925)
Vadim Zeitlin [Sat, 29 Jul 2006 20:47:32 +0000 (20:47 +0000)] 
typo (patch 1528925)

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

17 years agoadd @DATE@, @TIME@ and @TITLE@ macros to HTML printing (extended/modified patch 1528679)
Vadim Zeitlin [Sat, 29 Jul 2006 20:45:13 +0000 (20:45 +0000)] 
add @DATE@, @TIME@ and @TITLE@ macros to HTML printing (extended/modified patch 1528679)

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

17 years agocompilation fix for wxUSE_DYNLIB_CLASS == 0
Vadim Zeitlin [Sat, 29 Jul 2006 20:33:10 +0000 (20:33 +0000)] 
compilation fix for wxUSE_DYNLIB_CLASS == 0

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

17 years agowxUSE_DATAOBJ requires wxUSE_OLE (bug 1526189)
Vadim Zeitlin [Sat, 29 Jul 2006 20:31:41 +0000 (20:31 +0000)] 
wxUSE_DATAOBJ requires wxUSE_OLE (bug 1526189)

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

17 years agomoved combobox styles from defs.to to combobox.h; added wxTE/wxCB_FILENAME styles...
Vadim Zeitlin [Sat, 29 Jul 2006 19:19:50 +0000 (19:19 +0000)] 
moved combobox styles from defs.to to combobox.h; added wxTE/wxCB_FILENAME styles (MSW only for now); show them in the widgets sample and use for file/dir pickers text controls

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

17 years agocorrected a target name
Vadim Zeitlin [Sat, 29 Jul 2006 17:54:01 +0000 (17:54 +0000)] 
corrected a target name

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

17 years agocopy most of the files for all of the samples automatically instead of listing all...
Vadim Zeitlin [Sat, 29 Jul 2006 17:42:33 +0000 (17:42 +0000)] 
copy most of the files for all of the samples automatically instead of listing all of them manually

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

17 years agoregenerated after recent changes (MirBSD support; continue even if the system is...
Vadim Zeitlin [Sat, 29 Jul 2006 15:13:32 +0000 (15:13 +0000)] 
regenerated after recent changes (MirBSD support; continue even if the system is unknown)

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

17 years agorebaked after wxrc-related change
Vadim Zeitlin [Sat, 29 Jul 2006 15:11:58 +0000 (15:11 +0000)] 
rebaked after wxrc-related change

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

17 years agoAdded default value for "pos" parameter in constructor and Create function.
Stefan Neis [Sat, 29 Jul 2006 14:26:36 +0000 (14:26 +0000)] 
Added default value for "pos" parameter in constructor and Create function.

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

17 years agoOnly do Armel Asselin's memory reduction patch in Paste in the Unicode
Robin Dunn [Sat, 29 Jul 2006 01:53:18 +0000 (01:53 +0000)] 
Only do Armel Asselin's memory reduction patch in Paste in the Unicode
build because in the ansi build wxWX2MBbuf is just a char* pointing
into the text wxString's buffer

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

17 years agoupdates from Adrián González Alba
Vadim Zeitlin [Sat, 29 Jul 2006 01:40:09 +0000 (01:40 +0000)] 
updates from Adrián González Alba

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

17 years agoremoved wxLANGUAGE_SERBIAN, we must explicitly use either or wxLANGUAGE_SERBIAN_CYRIL...
Vadim Zeitlin [Fri, 28 Jul 2006 23:55:17 +0000 (23:55 +0000)] 
removed wxLANGUAGE_SERBIAN, we must explicitly use either or wxLANGUAGE_SERBIAN_CYRILLIC/LATIN variants alone as just wxLANGUAGE_SERBIA is equivalent to wXLANGUAGE_CROATION under Windows resulting in unwelcome confusion; and there is no default sublanguage for Serbian anyhow

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

17 years agoallow changing the page from keyboard in property sheet like controls even when the...
Vadim Zeitlin [Fri, 28 Jul 2006 23:48:50 +0000 (23:48 +0000)] 
allow changing the page from keyboard in property sheet like controls even when the notebook doesn't have focus

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

17 years agoadded HasMultiplePages()
Vadim Zeitlin [Fri, 28 Jul 2006 23:46:32 +0000 (23:46 +0000)] 
added HasMultiplePages()

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

17 years agocontinue even if the system name is not recognized
Vadim Zeitlin [Fri, 28 Jul 2006 23:28:06 +0000 (23:28 +0000)] 
continue even if the system name is not recognized

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

17 years agowxaui/tabmdi size fix for gtk
Benjamin Williams [Fri, 28 Jul 2006 16:03:22 +0000 (16:03 +0000)] 
wxaui/tabmdi size fix for gtk

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

17 years agofixed makefiles to fail if building wxrc fails
Václav Slavík [Fri, 28 Jul 2006 10:38:22 +0000 (10:38 +0000)] 
fixed makefiles to fail if building wxrc fails

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

17 years agoreverted the change to not use wxList until dynarray.h is fixed to provide operator...
Václav Slavík [Fri, 28 Jul 2006 07:14:14 +0000 (07:14 +0000)] 
reverted the change to not use wxList until dynarray.h is fixed to provide operator* in both STL and non-STL modes

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

17 years agoremove -mt from gstreamer CFLAGS/LIBS under Solaris/gcc
Vadim Zeitlin [Thu, 27 Jul 2006 23:02:22 +0000 (23:02 +0000)] 
remove -mt from gstreamer CFLAGS/LIBS under Solaris/gcc

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

17 years agodon't use untyped wxList in wxXmlResource
Václav Slavík [Thu, 27 Jul 2006 14:03:02 +0000 (14:03 +0000)] 
don't use untyped wxList in wxXmlResource

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

17 years agoInclude wx/dataobj.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Thu, 27 Jul 2006 12:57:16 +0000 (12:57 +0000)] 
Include wx/dataobj.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

17 years agoKill typo noticed by Priit Laes.
Mart Raudsepp [Thu, 27 Jul 2006 11:55:13 +0000 (11:55 +0000)] 
Kill typo noticed by Priit Laes.

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

17 years agoDon't mark "." and ".." for translation when they are used as a check that the user...
Mart Raudsepp [Thu, 27 Jul 2006 11:46:26 +0000 (11:46 +0000)] 
Don't mark "." and ".." for translation when they are used as a check that the user didn't enter "current
directory" or "parent directory" as a new directory name to use...

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

17 years agoUse wxPLURAL to allow for singular "%ld bytes" version. Noticed by Priit Laes.
Mart Raudsepp [Thu, 27 Jul 2006 11:40:15 +0000 (11:40 +0000)] 
Use wxPLURAL to allow for singular "%ld bytes" version. Noticed by Priit Laes.
This is the first usage of wxPLURAL inside the library itself. We surely have more singular/plural strings than
one?

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

17 years agoNote that wxSlider::Get/SetLineSize is implemented now.
Mart Raudsepp [Thu, 27 Jul 2006 05:53:27 +0000 (05:53 +0000)] 
Note that wxSlider::Get/SetLineSize is implemented now.

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

17 years ago[wxGTK] Implement wxSlider::GetLineSize and wxSlider::SetLineSize
Mart Raudsepp [Thu, 27 Jul 2006 05:32:01 +0000 (05:32 +0000)] 
[wxGTK] Implement wxSlider::GetLineSize and wxSlider::SetLineSize

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

17 years agoUse GTK casts.
Mart Raudsepp [Thu, 27 Jul 2006 05:17:36 +0000 (05:17 +0000)] 
Use GTK casts.
Use gtk_range_get_adjustment instead of GtkRange::adjustment - latter is not documented and therefore not public.

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

17 years agoAdd line and page size modification possibility.
Mart Raudsepp [Thu, 27 Jul 2006 05:05:21 +0000 (05:05 +0000)] 
Add line and page size modification possibility.
Fix tick freq text field going insensitive and unusable.

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

17 years agodefine _TM_DEFINED if we define struct tm here
Vadim Zeitlin [Wed, 26 Jul 2006 13:21:02 +0000 (13:21 +0000)] 
define _TM_DEFINED if we define struct tm here

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

17 years agoremove debugging printf() from wxGridCellFloatEditor::IsAcceptedKey(); cleaned up...
Vadim Zeitlin [Wed, 26 Jul 2006 13:00:49 +0000 (13:00 +0000)] 
remove debugging printf() from wxGridCellFloatEditor::IsAcceptedKey(); cleaned up the code a bit

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

17 years agoPCH build fix.
Jamie Gadd [Wed, 26 Jul 2006 05:58:54 +0000 (05:58 +0000)] 
PCH build fix.

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

17 years agoPCH build fix.
Jamie Gadd [Wed, 26 Jul 2006 05:23:40 +0000 (05:23 +0000)] 
PCH build fix.

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

17 years agodon't make wxPathList dtor virtual, this is unneeded and results in gcc warning
Vadim Zeitlin [Tue, 25 Jul 2006 18:48:52 +0000 (18:48 +0000)] 
don't make wxPathList dtor virtual, this is unneeded and results in gcc warning

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

17 years agouse GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the...
Vadim Zeitlin [Tue, 25 Jul 2006 18:47:39 +0000 (18:47 +0000)] 
use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB

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

17 years agoWork around problems with sizing floating panes on GTK
Alex Bligh [Tue, 25 Jul 2006 18:46:12 +0000 (18:46 +0000)] 
Work around problems with sizing floating panes on GTK

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

17 years agoadded possibility to strip only mnemonics, not accels, in wxStripMenuCodes(); added...
Vadim Zeitlin [Tue, 25 Jul 2006 18:40:04 +0000 (18:40 +0000)] 
added possibility to strip only mnemonics, not accels, in wxStripMenuCodes(); added wxControl::GetLabelText()

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

17 years agoanother bug fix for the sample
Benjamin Williams [Tue, 25 Jul 2006 16:43:40 +0000 (16:43 +0000)] 
another bug fix for the sample

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

17 years agofixed bad pane name
Benjamin Williams [Tue, 25 Jul 2006 16:29:22 +0000 (16:29 +0000)] 
fixed bad pane name

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

17 years agoMinor header cleaning.
Włodzimierz Skiba [Tue, 25 Jul 2006 14:31:55 +0000 (14:31 +0000)] 
Minor header cleaning.

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

17 years agoFix for function access shown in Tinderbox builds.
Włodzimierz Skiba [Tue, 25 Jul 2006 13:53:55 +0000 (13:53 +0000)] 
Fix for function access shown in Tinderbox builds.

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

17 years agowxAUI: fixed pane saving design thinko
Alex Bligh [Tue, 25 Jul 2006 13:16:41 +0000 (13:16 +0000)] 
wxAUI: fixed pane saving design thinko

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

17 years ago[ 1528248 ] Fix to the width of the wxGenericColourButton
Włodzimierz Skiba [Tue, 25 Jul 2006 11:41:53 +0000 (11:41 +0000)] 
[ 1528248 ] Fix to the width of the wxGenericColourButton

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

17 years agowxAUI: Support serialization of individual PaneInfo structures
Alex Bligh [Tue, 25 Jul 2006 11:41:46 +0000 (11:41 +0000)] 
wxAUI: Support serialization of individual PaneInfo structures

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

17 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 11:15:13 +0000 (11:15 +0000)] 
PCH build fix.

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

17 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 11:02:41 +0000 (11:02 +0000)] 
PCH build fix.

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

17 years agoBlind Tinderbox build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 10:31:38 +0000 (10:31 +0000)] 
Blind Tinderbox build fix.

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

17 years agoRemoved unused files.
Włodzimierz Skiba [Tue, 25 Jul 2006 10:07:16 +0000 (10:07 +0000)] 
Removed unused files.

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

17 years agoMake wxTreebook use wxControlContainer.
Jamie Gadd [Tue, 25 Jul 2006 09:30:19 +0000 (09:30 +0000)] 
Make wxTreebook use wxControlContainer.

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

17 years agoWarning fix for the warning fix.
Jamie Gadd [Tue, 25 Jul 2006 09:24:03 +0000 (09:24 +0000)] 
Warning fix for the warning fix.

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

17 years agoAllow wxUSE_INTL==0 builds.
Włodzimierz Skiba [Tue, 25 Jul 2006 09:08:46 +0000 (09:08 +0000)] 
Allow wxUSE_INTL==0 builds.

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

17 years agoInclude wx/stopwatch.h according to precompiled headers of wx/wx.h (with other minor...
Włodzimierz Skiba [Tue, 25 Jul 2006 08:47:47 +0000 (08:47 +0000)] 
Include wx/stopwatch.h according to precompiled headers of wx/wx.h (with other minor cleaning).

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

17 years agoSimplify PCH support. Minor source cleaning.
Włodzimierz Skiba [Tue, 25 Jul 2006 08:39:57 +0000 (08:39 +0000)] 
Simplify PCH support. Minor source cleaning.

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

17 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:50:19 +0000 (06:50 +0000)] 
PCH build fix.

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

17 years agoUse same type in both results of A?B:C operator (Tinderbox build fix).
Włodzimierz Skiba [Tue, 25 Jul 2006 06:48:03 +0000 (06:48 +0000)] 
Use same type in both results of A?B:C operator (Tinderbox build fix).

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

17 years agoFinal steps to move to common icon.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:43:18 +0000 (06:43 +0000)] 
Final steps to move to common icon.

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

17 years agoPCH build fix.
Włodzimierz Skiba [Tue, 25 Jul 2006 06:07:01 +0000 (06:07 +0000)] 
PCH build fix.

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

17 years agomove default button handling code from wxControlContainer to wxTLW (patch 1524441)
Vadim Zeitlin [Tue, 25 Jul 2006 01:31:13 +0000 (01:31 +0000)] 
move default button handling code from wxControlContainer to wxTLW (patch 1524441)

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

17 years agoinclude X11/Xutil.h for wxMotif compilation
Vadim Zeitlin [Tue, 25 Jul 2006 01:28:10 +0000 (01:28 +0000)] 
include X11/Xutil.h for wxMotif compilation

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

17 years agocompilation fix for platforms where size_t is unsigned long, not int
Vadim Zeitlin [Tue, 25 Jul 2006 01:05:49 +0000 (01:05 +0000)] 
compilation fix for platforms where size_t is unsigned long, not int

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

17 years agodocument HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)
Vadim Zeitlin [Tue, 25 Jul 2006 00:49:19 +0000 (00:49 +0000)] 
document HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)

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