Václav Slavík
3c665b38c0
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
2006-07-31 09:40:28 +00:00
Václav Slavík
63e819f298
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
2006-07-31 09:27:54 +00:00
Benjamin Williams
f9c240ec1e
supress unused var warning
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-31 07:24:23 +00:00
Benjamin Williams
26178b5d2a
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
2006-07-31 06:54:49 +00:00
Mart Raudsepp
f0f1afb8b9
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
2006-07-31 00:35:08 +00:00
Vadim Zeitlin
6a06841c34
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
2006-07-30 23:36:38 +00:00
Vadim Zeitlin
ef43e62e77
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
2006-07-30 20:04:10 +00:00
Benjamin Williams
f88d171659
workaround for bug #1531361
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-30 19:57:35 +00:00
Robert Roebling
7f7348b143
Next compilo.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-30 12:56:59 +00:00
Robert Roebling
79f9018c70
Compilation fix after wxCB_ flags move.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-30 12:49:37 +00:00
Robert Roebling
83beee574e
Compile fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-30 12:38:39 +00:00
Vadim Zeitlin
7fa5e1e820
don't append -ansi to source package
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-30 01:33:39 +00:00
Vadim Zeitlin
2f6c5bb5f2
nicer messages for gstreamer detection
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 23:54:05 +00:00
Vadim Zeitlin
961fb5337c
added wxMediaCttl build dependencies
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 23:53:37 +00:00
Vadim Zeitlin
6890c56e85
--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
2006-07-29 23:35:33 +00:00
Vadim Zeitlin
6b2c5736c9
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
2006-07-29 23:33:52 +00:00
Robin Dunn
1eeb270e7c
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 23:30:45 +00:00
Robin Dunn
10044bf187
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 23:05:38 +00:00
Robin Dunn
14a010678d
DLL compilation fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 23:01:08 +00:00
Robin Dunn
6aaca5bac6
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
2006-07-29 21:49:25 +00:00
Vadim Zeitlin
b253fb5cea
typo (patch 1528925)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 20:47:32 +00:00
Vadim Zeitlin
766571a703
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
2006-07-29 20:45:13 +00:00
Vadim Zeitlin
40e0cf4894
compilation fix for wxUSE_DYNLIB_CLASS == 0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 20:33:10 +00:00
Vadim Zeitlin
42ef5bda0e
wxUSE_DATAOBJ requires wxUSE_OLE (bug 1526189)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 20:31:41 +00:00
Vadim Zeitlin
5f6475c145
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
2006-07-29 19:19:50 +00:00
Vadim Zeitlin
54aa3821fc
corrected a target name
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 17:54:01 +00:00
Vadim Zeitlin
4b9c5d0c5b
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
2006-07-29 17:42:33 +00:00
Vadim Zeitlin
c9a6600136
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
2006-07-29 15:13:32 +00:00
Vadim Zeitlin
fdb41a39a0
rebaked after wxrc-related change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 15:11:58 +00:00
Stefan Neis
a1a77e0c4b
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
2006-07-29 14:26:36 +00:00
Robin Dunn
e968f10872
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
2006-07-29 01:53:18 +00:00
Vadim Zeitlin
6d7b547184
updates from Adrián González Alba
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-29 01:40:09 +00:00
Vadim Zeitlin
1a8e309166
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
2006-07-28 23:55:17 +00:00
Vadim Zeitlin
507abc7b3a
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
2006-07-28 23:48:50 +00:00
Vadim Zeitlin
e71c530e03
added HasMultiplePages()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-28 23:46:32 +00:00
Vadim Zeitlin
88aaf4f5bf
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
2006-07-28 23:28:06 +00:00
Benjamin Williams
a94476deb9
wxaui/tabmdi size fix for gtk
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-28 16:03:22 +00:00
Václav Slavík
09abe5d47d
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
2006-07-28 10:38:22 +00:00
Václav Slavík
8e8a4e8587
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
2006-07-28 07:14:14 +00:00
Vadim Zeitlin
122ff921f0
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
2006-07-27 23:02:22 +00:00
Václav Slavík
67868c1e6c
don't use untyped wxList in wxXmlResource
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-27 14:03:02 +00:00
Włodzimierz Skiba
28f92d74ee
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
2006-07-27 12:57:16 +00:00
Mart Raudsepp
eab77b5983
Kill typo noticed by Priit Laes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-27 11:55:13 +00:00
Mart Raudsepp
47b8afadea
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
2006-07-27 11:46:26 +00:00
Mart Raudsepp
75575b6020
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
2006-07-27 11:40:15 +00:00
Mart Raudsepp
9df58a28b0
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
2006-07-27 05:53:27 +00:00
Mart Raudsepp
98a0564ea6
[wxGTK] Implement wxSlider::GetLineSize and wxSlider::SetLineSize
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-27 05:32:01 +00:00
Mart Raudsepp
20c3174dd1
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
2006-07-27 05:17:36 +00:00
Mart Raudsepp
d6c1aef837
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
2006-07-27 05:05:21 +00:00
Vadim Zeitlin
2f6ea0bc00
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
2006-07-26 13:21:02 +00:00