wxWidgets.git
16 years agoignore *.mo files in locale/msw too
Václav Slavík [Mon, 12 Nov 2007 10:03:44 +0000 (10:03 +0000)] 
ignore *.mo files in locale/msw too

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

16 years agoreverted JS's commit that added lots of empty non-MSW translations that have no place...
Václav Slavík [Mon, 12 Nov 2007 09:48:59 +0000 (09:48 +0000)] 
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

16 years agodestroy created widgets
Paul Cornett [Mon, 12 Nov 2007 04:00:19 +0000 (04:00 +0000)] 
destroy created widgets

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

16 years agoremove unused function
Paul Cornett [Mon, 12 Nov 2007 01:04:26 +0000 (01:04 +0000)] 
remove unused function

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

16 years agocleanup copy-and-paste
Paul Cornett [Mon, 12 Nov 2007 01:04:02 +0000 (01:04 +0000)] 
cleanup copy-and-paste

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

16 years agosome Hildon integration work: use HildonProgram (for integration with the OS), Hildon...
Vadim Zeitlin [Mon, 12 Nov 2007 00:25:09 +0000 (00:25 +0000)] 
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

16 years agocompilation fix for some build configurations (forward declare wxMenuItem)
Vadim Zeitlin [Mon, 12 Nov 2007 00:23:15 +0000 (00:23 +0000)] 
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

16 years agomove wxGetClientDisplayRect() fix into 2.8.7 section
Vadim Zeitlin [Mon, 12 Nov 2007 00:22:31 +0000 (00:22 +0000)] 
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

16 years agoAvoid passing wxChar* to API functions (patch #1830017).
Stefan Neis [Sun, 11 Nov 2007 22:35:20 +0000 (22:35 +0000)] 
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

16 years agoAvoid deprecation warnings for ::IsEmpty (patch #1829909)
Stefan Neis [Sun, 11 Nov 2007 22:29:50 +0000 (22:29 +0000)] 
Avoid deprecation warnings for ::IsEmpty (patch #1829909)

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

16 years agoAvoid deprecation warnings for GetText (patch #1829903)
Stefan Neis [Sun, 11 Nov 2007 22:25:52 +0000 (22:25 +0000)] 
Avoid deprecation warnings for GetText (patch #1829903)

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

16 years agoCompilation fix (patch #1829901)
Stefan Neis [Sun, 11 Nov 2007 22:22:14 +0000 (22:22 +0000)] 
Compilation fix (patch #1829901)

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

16 years agoCompilation for GTK+
Robert Roebling [Sun, 11 Nov 2007 19:14:09 +0000 (19:14 +0000)] 
Compilation for GTK+

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

16 years agofixing cairo bugs under OS X
Stefan Csomor [Sun, 11 Nov 2007 16:46:47 +0000 (16:46 +0000)] 
fixing cairo bugs under OS X

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

16 years agocorrect typo in last commit
Vadim Zeitlin [Sun, 11 Nov 2007 13:08:52 +0000 (13:08 +0000)] 
correct typo in last commit

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

16 years agocompilation fixes for wxUSE_ACCEL=0
Vadim Zeitlin [Sun, 11 Nov 2007 13:08:13 +0000 (13:08 +0000)] 
compilation fixes for wxUSE_ACCEL=0

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

16 years agounused parameter warning fixes for --disable-all-features build
Vadim Zeitlin [Sun, 11 Nov 2007 12:55:43 +0000 (12:55 +0000)] 
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

16 years agoX11 implementation of wxClientDisplayRect() doesn't work with Hildon, provide a stub...
Vadim Zeitlin [Sun, 11 Nov 2007 12:55:27 +0000 (12:55 +0000)] 
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

16 years agoadd wxUSE_FILECTRL guards
Vadim Zeitlin [Sun, 11 Nov 2007 12:47:57 +0000 (12:47 +0000)] 
add wxUSE_FILECTRL guards

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

16 years agodefine wxUSE_OWNER_DRAWN for OS/2 too
Vadim Zeitlin [Sat, 10 Nov 2007 23:38:15 +0000 (23:38 +0000)] 
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

16 years agouse 0/1 in all tests instead of using sometimes this form and sometimes "0"/"1"
Vadim Zeitlin [Sat, 10 Nov 2007 23:34:43 +0000 (23:34 +0000)] 
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

16 years agoadding the python sample for graphicscontext
Stefan Csomor [Sat, 10 Nov 2007 22:05:58 +0000 (22:05 +0000)] 
adding the python sample for graphicscontext

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

16 years agowxCairoContext doesn't need to know about wxPizza
Paul Cornett [Sat, 10 Nov 2007 21:28:48 +0000 (21:28 +0000)] 
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

16 years agoavoiding a -1,-1 being set as icon size
Stefan Csomor [Sat, 10 Nov 2007 20:36:22 +0000 (20:36 +0000)] 
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

16 years agoadding missing file
Stefan Csomor [Sat, 10 Nov 2007 20:01:43 +0000 (20:01 +0000)] 
adding missing file

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

16 years agoUse ldflags instead of ldlibs, because wx-config --libs mixes libs and ldflags, and...
Kevin Ollivier [Sat, 10 Nov 2007 19:33:10 +0000 (19:33 +0000)] 
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

16 years agoenabling clip
Stefan Csomor [Sat, 10 Nov 2007 19:28:13 +0000 (19:28 +0000)] 
enabling clip

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

16 years agoadapting to new pizza, fixing dashes, pango layout
Stefan Csomor [Sat, 10 Nov 2007 17:40:28 +0000 (17:40 +0000)] 
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

16 years agotry to fix the problem of built-in libtiff not finding libjpeg introduced in r49598
Vadim Zeitlin [Sat, 10 Nov 2007 11:50:58 +0000 (11:50 +0000)] 
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

16 years agodocument ItemDeleted()
Vadim Zeitlin [Sat, 10 Nov 2007 11:37:52 +0000 (11:37 +0000)] 
document ItemDeleted()

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

16 years agodon't forward Enter presses to the default button if any of the ancestor windows...
Vadim Zeitlin [Sat, 10 Nov 2007 01:15:03 +0000 (01:15 +0000)] 
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

16 years agoshow default title if no custom one was specified instead of clearing it (patch 1829254)
Vadim Zeitlin [Sat, 10 Nov 2007 01:01:46 +0000 (01:01 +0000)] 
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

16 years agoadded functions for setting the columns order in wxListCtrl (modified patch 1828074)
Vadim Zeitlin [Sat, 10 Nov 2007 00:55:14 +0000 (00:55 +0000)] 
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

16 years agoadded array(size_t count) ctor initializing the array with count items with default...
Vadim Zeitlin [Sat, 10 Nov 2007 00:53:47 +0000 (00:53 +0000)] 
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

16 years agofix unused parameters warnings
Vadim Zeitlin [Sat, 10 Nov 2007 00:46:11 +0000 (00:46 +0000)] 
fix unused parameters warnings

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

16 years agocleanup wxURLModule after wxSocketModule to avoid crash when destroying default proxy...
Vadim Zeitlin [Fri, 9 Nov 2007 23:17:49 +0000 (23:17 +0000)] 
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

16 years agoremoved unused gs_centerDialog variable accidentally introduced by the last change
Vadim Zeitlin [Fri, 9 Nov 2007 23:15:09 +0000 (23:15 +0000)] 
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

16 years agoforward port from 2.8
Stefan Csomor [Fri, 9 Nov 2007 21:12:22 +0000 (21:12 +0000)] 
forward port from 2.8

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

16 years agoforward port from 2.8
Stefan Csomor [Fri, 9 Nov 2007 20:59:08 +0000 (20:59 +0000)] 
forward port from 2.8

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

16 years agoMore attempts to better support theme borders
Robert Roebling [Fri, 9 Nov 2007 20:57:39 +0000 (20:57 +0000)] 
More attempts to better support theme borders

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

16 years agoforward port from 2.8
Stefan Csomor [Fri, 9 Nov 2007 20:57:38 +0000 (20:57 +0000)] 
forward port from 2.8

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

16 years agoforward port from 2.8
Stefan Csomor [Fri, 9 Nov 2007 20:55:50 +0000 (20:55 +0000)] 
forward port from 2.8

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

16 years agoforward port from 2.8
Stefan Csomor [Fri, 9 Nov 2007 20:45:56 +0000 (20:45 +0000)] 
forward port from 2.8

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

16 years agoforward port from 2.8
Stefan Csomor [Fri, 9 Nov 2007 20:39:58 +0000 (20:39 +0000)] 
forward port from 2.8

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

16 years agoforward port from 2.8
Stefan Csomor [Fri, 9 Nov 2007 20:36:20 +0000 (20:36 +0000)] 
forward port from 2.8

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

16 years agoforward port from 2.8
Stefan Csomor [Fri, 9 Nov 2007 20:35:17 +0000 (20:35 +0000)] 
forward port from 2.8

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

16 years agocompilation fix for VC6 with standard (i.e. not updated) SDK (patch 1828610)
Vadim Zeitlin [Fri, 9 Nov 2007 20:34:56 +0000 (20:34 +0000)] 
compilation fix for VC6 with standard (i.e. not updated) SDK (patch 1828610)

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

16 years agodon't call SetInsertionPointEnd() on a read-only combobox (patch 1828963)
Vadim Zeitlin [Fri, 9 Nov 2007 20:31:50 +0000 (20:31 +0000)] 
don't call SetInsertionPointEnd() on a read-only combobox (patch 1828963)

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

16 years agoforward port from 2.8
Stefan Csomor [Fri, 9 Nov 2007 20:30:16 +0000 (20:30 +0000)] 
forward port from 2.8

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

16 years agoforward port from 2.8
Stefan Csomor [Fri, 9 Nov 2007 20:29:28 +0000 (20:29 +0000)] 
forward port from 2.8

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

16 years agoforward ported changes in 2.8.7 from WX_2_8_BRNACH
Vadim Zeitlin [Fri, 9 Nov 2007 20:28:43 +0000 (20:28 +0000)] 
forward ported changes in 2.8.7 from WX_2_8_BRNACH

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

16 years agoforward port from 2.8
Stefan Csomor [Fri, 9 Nov 2007 20:25:57 +0000 (20:25 +0000)] 
forward port from 2.8

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

16 years agodon't show more than one about dialog (slightly modified patch 1829097)
Vadim Zeitlin [Fri, 9 Nov 2007 20:19:11 +0000 (20:19 +0000)] 
don't show more than one about dialog (slightly modified patch 1829097)

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

16 years agofixed bugs with moving/centering the file dialog (replaces patch 1825170)
Vadim Zeitlin [Fri, 9 Nov 2007 20:02:47 +0000 (20:02 +0000)] 
fixed bugs with moving/centering the file dialog (replaces patch 1825170)

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

16 years agoResynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__)
David Elliott [Fri, 9 Nov 2007 19:02:06 +0000 (19:02 +0000)] 
Resynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__)

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

16 years agoAdd RCS-ID and normalize whitespace.
David Elliott [Fri, 9 Nov 2007 18:58:47 +0000 (18:58 +0000)] 
Add RCS-ID and normalize whitespace.

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

16 years agoMake new wxCocoaMessageDialog suitable for backport to 2.8.
David Elliott [Fri, 9 Nov 2007 18:26:21 +0000 (18:26 +0000)] 
Make new wxCocoaMessageDialog suitable for backport to 2.8.

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

16 years agoApplied slightly-modified patch 1826540 from Gareth Simpson.
David Elliott [Fri, 9 Nov 2007 18:11:17 +0000 (18:11 +0000)] 
Applied slightly-modified patch 1826540 from Gareth Simpson.

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

16 years agocompilation
Robert Roebling [Fri, 9 Nov 2007 15:31:11 +0000 (15:31 +0000)] 
compilation

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

16 years agolittle fix
Robert Roebling [Fri, 9 Nov 2007 15:26:53 +0000 (15:26 +0000)] 
little fix

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

16 years agoTrying to get these drawing right (little success)
Robert Roebling [Fri, 9 Nov 2007 15:07:14 +0000 (15:07 +0000)] 
Trying to get these drawing right (little success)

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

16 years agoFixed compilo with VC++
Julian Smart [Fri, 9 Nov 2007 12:14:08 +0000 (12:14 +0000)] 
Fixed compilo with VC++

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

16 years agoadded test for simplistic control with border
Robert Roebling [Fri, 9 Nov 2007 12:12:47 +0000 (12:12 +0000)] 
added test for simplistic control with border

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

16 years agoFix from wxAUI forum (http://www.kirix.com/forums/viewtopic.php?f=16&t=564) for displ...
Julian Smart [Fri, 9 Nov 2007 12:06:29 +0000 (12:06 +0000)] 
Fix from wxAUI forum (kirix.com/forums/viewtopic.php?f=16&t=564) for display problem on Vista

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

16 years agoDon't delete dangling pointers in destructor (ported from 2.8)
Julian Smart [Fri, 9 Nov 2007 11:01:53 +0000 (11:01 +0000)] 
Don't delete dangling pointers in destructor (ported from 2.8)

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

16 years agoRemoved redundant iostream inclusion
Julian Smart [Fri, 9 Nov 2007 10:10:35 +0000 (10:10 +0000)] 
Removed redundant iostream inclusion

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

16 years agoUse const for xpm icons
Robert Roebling [Fri, 9 Nov 2007 09:06:22 +0000 (09:06 +0000)] 
Use const for xpm icons

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

16 years agoWe don't use the old GtkCombo widget any more
Robert Roebling [Fri, 9 Nov 2007 09:04:17 +0000 (09:04 +0000)] 
We don't use the old GtkCombo widget any more

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

16 years agoWe don't use the old GtkCombo widget any more
Robert Roebling [Fri, 9 Nov 2007 09:00:57 +0000 (09:00 +0000)] 
We don't use the old GtkCombo widget any more

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

16 years agouse const for xpm icons
Robert Roebling [Fri, 9 Nov 2007 08:53:58 +0000 (08:53 +0000)] 
use const for xpm icons

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

16 years agouse const for xpm icons
Robert Roebling [Fri, 9 Nov 2007 08:52:52 +0000 (08:52 +0000)] 
use const for xpm icons

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

16 years agomodified fix for empty client area, first one broke sizing of some children
Paul Cornett [Fri, 9 Nov 2007 05:10:41 +0000 (05:10 +0000)] 
modified fix for empty client area, first one broke sizing of some children

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

16 years agoAdd wxDataViewTextRendererAttr, blind noop under wxMac
Robert Roebling [Thu, 8 Nov 2007 22:51:58 +0000 (22:51 +0000)] 
Add wxDataViewTextRendererAttr, blind noop under wxMac

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

16 years agofix for blank client area after restoring a "rolled up" tlw
Paul Cornett [Thu, 8 Nov 2007 19:22:23 +0000 (19:22 +0000)] 
fix for blank client area after restoring a "rolled up" tlw

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

16 years agoMenubar accelerators are now preserved
Julian Smart [Thu, 8 Nov 2007 14:56:36 +0000 (14:56 +0000)] 
Menubar accelerators are now preserved

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

16 years agoCompilationf fixes according to patch #1828105.
Stefan Neis [Thu, 8 Nov 2007 08:29:06 +0000 (08:29 +0000)] 
Compilationf fixes according to patch #1828105.

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

16 years agoFixed compilation error (patch #1827541).
Stefan Neis [Wed, 7 Nov 2007 22:32:40 +0000 (22:32 +0000)] 
Fixed compilation error (patch #1827541).

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

16 years agoWarning fix
Julian Smart [Wed, 7 Nov 2007 18:16:12 +0000 (18:16 +0000)] 
Warning fix

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

16 years agoVertically centres a left-aligned wxChoiceBook controller
Julian Smart [Wed, 7 Nov 2007 12:49:05 +0000 (12:49 +0000)] 
Vertically centres a left-aligned wxChoiceBook controller

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

16 years agoUpport hint window improvement using custom GTK+ code
Robert Roebling [Wed, 7 Nov 2007 11:12:08 +0000 (11:12 +0000)] 
Upport hint window improvement using custom GTK+ code

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

16 years agoUpport wxMiniFrame corrections
Robert Roebling [Wed, 7 Nov 2007 11:04:27 +0000 (11:04 +0000)] 
Upport wxMiniFrame corrections

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

16 years agoreplaced FIXME comment left in the last commit with an explanation
Vadim Zeitlin [Wed, 7 Nov 2007 00:16:40 +0000 (00:16 +0000)] 
replaced FIXME comment left in the last commit with an explanation

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

16 years agoRemoved no longer needed desktop size hack
Julian Smart [Tue, 6 Nov 2007 23:05:38 +0000 (23:05 +0000)] 
Removed no longer needed desktop size hack

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

16 years agoimplement wxGetCientDisplayRect() correctly for X11-based ports
Vadim Zeitlin [Tue, 6 Nov 2007 22:27:15 +0000 (22:27 +0000)] 
implement wxGetCientDisplayRect() correctly for X11-based ports

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

16 years agoNew "pizza" widget implementation (should have been part of previous commit)
Paul Cornett [Tue, 6 Nov 2007 18:20:57 +0000 (18:20 +0000)] 
New "pizza" widget implementation (should have been part of previous commit)

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

16 years agoNew "pizza" widget implementation. Window border widths now match the GtkStyle they...
Paul Cornett [Tue, 6 Nov 2007 18:14:15 +0000 (18:14 +0000)] 
New "pizza" widget implementation. Window border widths now match the GtkStyle they are drawn with.

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

16 years agodon't renumber dock rows to remove gaps
Benjamin Williams [Tue, 6 Nov 2007 17:03:00 +0000 (17:03 +0000)] 
don't renumber dock rows to remove gaps

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

16 years agoaui dock renumbering fix
Benjamin Williams [Tue, 6 Nov 2007 14:03:13 +0000 (14:03 +0000)] 
aui dock renumbering fix

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

16 years agoMoved desktop margin options to a more sensible place
Julian Smart [Tue, 6 Nov 2007 10:52:14 +0000 (10:52 +0000)] 
Moved desktop margin options to a more sensible place

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

16 years agoAdded sizer.desktopmargin.x, sizer.desktopmargin.y options to allow for desktop decor...
Julian Smart [Tue, 6 Nov 2007 09:42:28 +0000 (09:42 +0000)] 
Added sizer.desktopmargin.x, sizer.desktopmargin.y options to allow for desktop decorations in wxSizer::Fit

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

16 years agodon't add 0.5 to GetTextExtent() results and do take trailing spaces into account...
Vadim Zeitlin [Tue, 6 Nov 2007 01:43:56 +0000 (01:43 +0000)] 
don't add 0.5 to GetTextExtent() results and do take trailing spaces into account, as wxDC does (patch 1814620)

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

16 years agoFix compilation of gnome-vfs module after dynlib.h changes back in September:
Mart Raudsepp [Tue, 6 Nov 2007 01:35:56 +0000 (01:35 +0000)] 
Fix compilation of gnome-vfs module after dynlib.h changes back in September:
* Use wxDL_VOIDMETHOD_DEFINE where necessary
* Add a semi-colon after wxDL_METHOD_LOAD calls

Linking is still broken though (MimeTypesManagerImpl::AddToMimeData required, but not exported from base)

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

16 years agoInclude the parent classes header to fix compilation of wxGTK core after these contro...
Mart Raudsepp [Tue, 6 Nov 2007 00:32:34 +0000 (00:32 +0000)] 
Include the parent classes header to fix compilation of wxGTK core after these controls don't inherit from generic control anymore (which happened to do the include of button.h before)

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

16 years agoimplemented wxTextEntry for wxMotif, made wxComboBox derive from it
Vadim Zeitlin [Mon, 5 Nov 2007 23:13:09 +0000 (23:13 +0000)] 
implemented wxTextEntry for wxMotif, made wxComboBox derive from it

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

16 years agoundid an overeager WXUNUSED() which broke non-Mac compilation
Vadim Zeitlin [Mon, 5 Nov 2007 22:47:05 +0000 (22:47 +0000)] 
undid an overeager WXUNUSED() which broke non-Mac compilation

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

16 years agomore unused parameters warnings (should have been part of r49659)
Vadim Zeitlin [Mon, 5 Nov 2007 22:33:54 +0000 (22:33 +0000)] 
more unused parameters warnings (should have been part of r49659)

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

16 years agodon't include generic files in wxGTK build (should have been part of r49660)
Vadim Zeitlin [Mon, 5 Nov 2007 22:33:24 +0000 (22:33 +0000)] 
don't include generic files in wxGTK build (should have been part of r49660)

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

16 years agorequire GTK+ 2.4 for wxGTK2
Vadim Zeitlin [Mon, 5 Nov 2007 22:32:45 +0000 (22:32 +0000)] 
require GTK+ 2.4 for wxGTK2

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

16 years agoremoved all compile- and run-time checks for GTK+ < 2.4; don't include the generic...
Vadim Zeitlin [Mon, 5 Nov 2007 22:31:24 +0000 (22:31 +0000)] 
removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build

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

16 years agofix a few hundreds of harmless unused parameters warnings and a couple of real bugs...
Vadim Zeitlin [Mon, 5 Nov 2007 22:29:16 +0000 (22:29 +0000)] 
fix a few hundreds of harmless unused parameters warnings and a couple of real bugs discovered thanks to them

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