Commit Graph

42072 Commits

Author SHA1 Message Date
Vadim Zeitlin
b1f17bf00f refactor wxGTK mnemonics conversion functions in a separate file to be able to reuse them from wxMenu too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 19:41:38 +00:00
Vadim Zeitlin
5226ac62f1 remove declaration of EscapeMnemonics() which doesn't exist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 19:04:15 +00:00
Robert Roebling
64a226f7d0 Adapt for new DC code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 19:03:37 +00:00
Robert Roebling
3204315276 add const overload for GetImpl()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 19:03:03 +00:00
Vadim Zeitlin
8953748b9a update wxUSE_UNICODE and wxUSE_WCHAR_T descriptions, set the former to 1 by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 15:15:47 +00:00
Vadim Zeitlin
b1f8bee533 add std::vector-compatible ctors taking array size and array size and initial value for wxUSE_STL==1 too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 13:58:48 +00:00
Vadim Zeitlin
3dce0e4dc3 clarify wxHandleFatalExceptions() availability (bug 1830196)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 12:09:02 +00:00
Robert Roebling
ce7b001ca6 small fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 11:47:44 +00:00
Robert Roebling
4e63bd7ec6 Disable GStreamer8 by ddefault, otherwise GStreamer10 is not searched for
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 10:44:06 +00:00
Václav Slavík
9d77de918a enabled VS2005 project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 10:19:05 +00:00
Václav Slavík
188ae8645b added namespaces to prevent warnings with Bakefile 0.2.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 10:16:01 +00:00
Václav Slavík
a2b18c5746 renamed wxstd.po to wxstd.pot so that it uses standard gettext extension for catalog templates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 10:12:49 +00:00
Václav Slavík
36e1bcaf99 ignore *.mo files in locale/msw too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 10:03:44 +00:00
Václav Slavík
0f8534bc5e reverted JS's commit that added lots of empty non-MSW translations that have no place here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 09:48:59 +00:00
Paul Cornett
f1c09bed37 destroy created widgets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 04:00:19 +00:00
Paul Cornett
e8cde1f3a7 remove unused function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 01:04:26 +00:00
Paul Cornett
03eaa52a6e cleanup copy-and-paste
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 01:04:02 +00:00
Vadim Zeitlin
e2f3bc4110 some Hildon integration work: use HildonProgram (for integration with the OS), HildonWindow (which has native appearance) and more native-like menus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 00:25:09 +00:00
Vadim Zeitlin
60dd3c0916 compilation fix for some build configurations (forward declare wxMenuItem)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 00:23:15 +00:00
Vadim Zeitlin
58b33f504d move wxGetClientDisplayRect() fix into 2.8.7 section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-12 00:22:31 +00:00
Stefan Neis
932762afbf Avoid passing wxChar* to API functions (patch #1830017).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-11 22:35:20 +00:00
Stefan Neis
c22bb3442e Avoid deprecation warnings for ::IsEmpty (patch #1829909)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-11 22:29:50 +00:00
Stefan Neis
c96cf8d5d1 Avoid deprecation warnings for GetText (patch #1829903)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-11 22:25:52 +00:00
Stefan Neis
b1b09544bc Compilation fix (patch #1829901)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-11 22:22:14 +00:00
Robert Roebling
10c508ef3c Compilation for GTK+
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-11 19:14:09 +00:00
Stefan Csomor
3e70093612 fixing cairo bugs under OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-11 16:46:47 +00:00
Vadim Zeitlin
3b257996a2 correct typo in last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-11 13:08:52 +00:00
Vadim Zeitlin
6c30965353 compilation fixes for wxUSE_ACCEL=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-11 13:08:13 +00:00
Vadim Zeitlin
8d22935dcb unused parameter warning fixes for --disable-all-features build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-11 12:55:43 +00:00
Vadim Zeitlin
66d0513058 X11 implementation of wxClientDisplayRect() doesn't work with Hildon, provide a stub for the latter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-11 12:55:27 +00:00
Vadim Zeitlin
a82b05935e add wxUSE_FILECTRL guards
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-11 12:47:57 +00:00
Vadim Zeitlin
6517fa86c3 define wxUSE_OWNER_DRAWN for OS/2 too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 23:38:15 +00:00
Vadim Zeitlin
4216d21f29 use 0/1 in all tests instead of using sometimes this form and sometimes "0"/"1"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 23:34:43 +00:00
Stefan Csomor
7a5c82b147 adding the python sample for graphicscontext
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 22:05:58 +00:00
Paul Cornett
82a234fbff wxCairoContext doesn't need to know about wxPizza
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 21:28:48 +00:00
Stefan Csomor
c41acdab51 avoiding a -1,-1 being set as icon size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 20:36:22 +00:00
Stefan Csomor
cba7320c9c adding missing file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 20:01:43 +00:00
Kevin Ollivier
b357d84136 Use ldflags instead of ldlibs, because wx-config --libs mixes libs and ldflags, and being able to specify order of ldflags is important. (e.g. on Leopard, if any other *-config script adds -L/usr/lib to the linker flags, wx will link against the system-provided wx.) (2.9 port)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 19:33:10 +00:00
Stefan Csomor
71696da09e enabling clip
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 19:28:13 +00:00
Stefan Csomor
84f67b116a adapting to new pizza, fixing dashes, pango layout
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 17:40:28 +00:00
Vadim Zeitlin
2956d9e1d8 try to fix the problem of built-in libtiff not finding libjpeg introduced in r49598
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 11:50:58 +00:00
Vadim Zeitlin
d1e660b50a document ItemDeleted()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 11:37:52 +00:00
Vadim Zeitlin
8e86978af5 don't forward Enter presses to the default button if any of the ancestor windows has DLGC_WANTMESSAGE dialog code (slightly modified patch 1828309)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 01:15:03 +00:00
Vadim Zeitlin
283db4111b show default title if no custom one was specified instead of clearing it (patch 1829254)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 01:01:46 +00:00
Vadim Zeitlin
67d3fc4926 added functions for setting the columns order in wxListCtrl (modified patch 1828074)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 00:55:14 +00:00
Vadim Zeitlin
5041b46fed added array(size_t count) ctor initializing the array with count items with default value for compatibility with STL version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 00:53:47 +00:00
Vadim Zeitlin
c29bdd5ffe fix unused parameters warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-10 00:46:11 +00:00
Vadim Zeitlin
ba1a59622e cleanup wxURLModule after wxSocketModule to avoid crash when destroying default proxy (patch 1828964)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-09 23:17:49 +00:00
Vadim Zeitlin
141e2c1a49 removed unused gs_centerDialog variable accidentally introduced by the last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-09 23:15:09 +00:00
Stefan Csomor
6239ee0556 forward port from 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-09 21:12:22 +00:00