]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years ago[ 1518434 ] wxSize::Scale with wxScale and wxPoint operators documented
Włodzimierz Skiba [Mon, 24 Jul 2006 08:26:38 +0000 (08:26 +0000)] 
1518434 ] wxSize::Scale with wxScale and wxPoint operators documented

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

18 years ago[ 1517666 ] suppression of wxVsnprintf() warnings - with little extensions.
Włodzimierz Skiba [Mon, 24 Jul 2006 07:48:24 +0000 (07:48 +0000)] 
1517666 ] suppression of wxVsnprintf() warnings - with little extensions.

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

18 years agoWarning fix.
Włodzimierz Skiba [Mon, 24 Jul 2006 07:46:05 +0000 (07:46 +0000)] 
Warning fix.

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

18 years agoremoved some commented-out code
Benjamin Williams [Mon, 24 Jul 2006 07:16:20 +0000 (07:16 +0000)] 
removed some commented-out code

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

18 years agoPCH build fix.
Włodzimierz Skiba [Mon, 24 Jul 2006 07:02:24 +0000 (07:02 +0000)] 
PCH build fix.

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

18 years agoSource cleaning.
Włodzimierz Skiba [Mon, 24 Jul 2006 06:30:49 +0000 (06:30 +0000)] 
Source cleaning.

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

18 years agoPer Robert R, apply: [ 1484667 ] Make wxWindow::Update() update native controls
Alex Bligh [Sun, 23 Jul 2006 20:56:08 +0000 (20:56 +0000)] 
Per Robert R, apply: [ 1484667 ] Make wxWindow::Update() update native controls

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

18 years agowxAUI: wrap calls to SetTransparent/CanSetTransparent so file can easily be used...
Alex Bligh [Sun, 23 Jul 2006 14:03:37 +0000 (14:03 +0000)] 
wxAUI: wrap calls to SetTransparent/CanSetTransparent so file can easily be used with 2.6

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

18 years agoUse wxCHECK_VERSION not wxABI_VERSION to avoid xrc loader bug
Alex Bligh [Sun, 23 Jul 2006 13:52:40 +0000 (13:52 +0000)] 
Use wxCHECK_VERSION not wxABI_VERSION to avoid xrc loader bug

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

18 years agoAdd ability to test tab stops. Very slightly modified patch from #1518114 (Tim Kosse)
Mart Raudsepp [Sun, 23 Jul 2006 12:07:56 +0000 (12:07 +0000)] 
Add ability to test tab stops. Very slightly modified patch from #1518114 (Tim Kosse)

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

18 years agowxAUI: Don't fade venetian blind effect by default
Alex Bligh [Sun, 23 Jul 2006 11:39:13 +0000 (11:39 +0000)] 
wxAUI: Don't fade venetian blind effect by default

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

18 years agoAdded color setting tool to the RichTextCtrl sample
Robin Dunn [Sat, 22 Jul 2006 23:05:30 +0000 (23:05 +0000)] 
Added color setting tool to the RichTextCtrl sample

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

18 years agosome test code
Robin Dunn [Sat, 22 Jul 2006 23:04:08 +0000 (23:04 +0000)] 
some test code

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

18 years agoAdded support for the wxAUI Notebook
Robin Dunn [Sat, 22 Jul 2006 23:02:47 +0000 (23:02 +0000)] 
Added support for the wxAUI Notebook

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

18 years agoChange the other OnAssert --> OnAssertFailure
Robin Dunn [Sat, 22 Jul 2006 23:01:44 +0000 (23:01 +0000)] 
Change the other OnAssert --> OnAssertFailure

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

18 years agoSome changes needed for wxPython
Robin Dunn [Sat, 22 Jul 2006 22:32:25 +0000 (22:32 +0000)] 
Some changes needed for wxPython

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

18 years agoAlso need to override Show
Robin Dunn [Sat, 22 Jul 2006 22:31:07 +0000 (22:31 +0000)] 
Also need to override Show

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

18 years agoadded some font measuring to wxAuiMultiNotebook
Benjamin Williams [Sat, 22 Jul 2006 18:51:14 +0000 (18:51 +0000)] 
added some font measuring to wxAuiMultiNotebook

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

18 years agoEscape underscores
Mart Raudsepp [Sat, 22 Jul 2006 18:47:17 +0000 (18:47 +0000)] 
Escape underscores

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

18 years agoAdd support for transparent hint windows under GTK
Alex Bligh [Sat, 22 Jul 2006 17:30:28 +0000 (17:30 +0000)] 
Add support for transparent hint windows under GTK

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

18 years agoDon't handle WM_PRINTCLIENT anymore, manually draw the static box label background...
Jamie Gadd [Sat, 22 Jul 2006 17:20:05 +0000 (17:20 +0000)] 
Don't handle WM_PRINTCLIENT anymore, manually draw the static box label background instead.

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

18 years agowxAUI: Do not leak a wxFrame if transparency is not supported
Alex Bligh [Sat, 22 Jul 2006 16:41:14 +0000 (16:41 +0000)] 
wxAUI: Do not leak a wxFrame if transparency is not supported

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

18 years agoadded auibook.cpp and tabmdi.cpp to build scripts
Benjamin Williams [Sat, 22 Jul 2006 14:00:57 +0000 (14:00 +0000)] 
added auibook.cpp and tabmdi.cpp to build scripts

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

18 years agoFix redraw problems with hint rectangle when there is no transparency
Alex Bligh [Sat, 22 Jul 2006 13:58:53 +0000 (13:58 +0000)] 
Fix redraw problems with hint rectangle when there is no transparency

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

18 years agomore compile fixes on wxGTK; auibook.h and tabmdi.h are now uncommented in aui.h
Benjamin Williams [Sat, 22 Jul 2006 13:14:07 +0000 (13:14 +0000)] 
more compile fixes on wxGTK; auibook.h and tabmdi.h are now uncommented in aui.h

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

18 years agocompile fixes on wxGTK
Benjamin Williams [Sat, 22 Jul 2006 13:12:49 +0000 (13:12 +0000)] 
compile fixes on wxGTK

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

18 years agoClean up wxOwnerDrawnComboBox XRC handler as suggested by abxabx fixing bug
Alex Bligh [Sat, 22 Jul 2006 12:47:44 +0000 (12:47 +0000)] 
Clean up wxOwnerDrawnComboBox XRC handler as suggested by abxabx fixing bug
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1487463&group_id=9863

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

18 years agoadded some overrides to wxTabFrame to remove errors
Benjamin Williams [Sat, 22 Jul 2006 07:34:45 +0000 (07:34 +0000)] 
added some overrides to wxTabFrame to remove errors

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

18 years agofixing this conversion (was essentially a no-op under NON-UNICODE)
Stefan Csomor [Sat, 22 Jul 2006 07:20:59 +0000 (07:20 +0000)] 
fixing this conversion (was essentially a no-op under NON-UNICODE)

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

18 years agoadding back-conversion to filenames (wide composed)
Stefan Csomor [Sat, 22 Jul 2006 07:18:32 +0000 (07:18 +0000)] 
adding back-conversion to filenames (wide composed)

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

18 years agoDocstrings and other fixes from David Hughes
Robin Dunn [Fri, 21 Jul 2006 16:10:42 +0000 (16:10 +0000)] 
Docstrings and other fixes from David Hughes

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

18 years agoPDA adjustements
Włodzimierz Skiba [Fri, 21 Jul 2006 15:28:50 +0000 (15:28 +0000)] 
PDA adjustements

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

18 years agoFix typo
Alex Bligh [Fri, 21 Jul 2006 15:05:44 +0000 (15:05 +0000)] 
Fix typo

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

18 years agoupdated header file name in source
Benjamin Williams [Fri, 21 Jul 2006 14:55:21 +0000 (14:55 +0000)] 
updated header file name in source

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

18 years agorenamed notebook.h to auibook.h
Benjamin Williams [Fri, 21 Jul 2006 14:49:23 +0000 (14:49 +0000)] 
renamed notebook.h to auibook.h

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

18 years agorenamed notebook.cpp to auibook.cpp
Benjamin Williams [Fri, 21 Jul 2006 14:48:06 +0000 (14:48 +0000)] 
renamed notebook.cpp to auibook.cpp

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

18 years agoadded corresponding notebook.h and tabmdi.h to aui
Benjamin Williams [Fri, 21 Jul 2006 13:36:21 +0000 (13:36 +0000)] 
added corresponding notebook.h and tabmdi.h to aui

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

18 years agoadded notebook.cpp and tabmdi.cpp
Benjamin Williams [Fri, 21 Jul 2006 13:35:00 +0000 (13:35 +0000)] 
added notebook.cpp and tabmdi.cpp

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

18 years ago revert change to bakefile list
Chris Elliott [Fri, 21 Jul 2006 12:01:21 +0000 (12:01 +0000)] 
 revert change to bakefile list

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

18 years agouse Bakefiles in CVS tree
Chris Elliott [Fri, 21 Jul 2006 10:45:39 +0000 (10:45 +0000)] 
use Bakefiles in CVS tree

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

18 years agouse local scripts not the newly downloaded CVS
Chris Elliott [Fri, 21 Jul 2006 09:10:35 +0000 (09:10 +0000)] 
use local scripts not the newly downloaded CVS

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

18 years agoDon't check with CanSetTransparent from within SetTransparent if the former is suppos...
Mart Raudsepp [Fri, 21 Jul 2006 01:49:18 +0000 (01:49 +0000)] 
Don't check with CanSetTransparent from within SetTransparent if the former is supposed to be pessimistic and
latter optimistic about actual visual result.

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

18 years agoout typemap for wxMemorySize
Robin Dunn [Thu, 20 Jul 2006 20:55:59 +0000 (20:55 +0000)] 
out typemap for wxMemorySize

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

18 years agoFollow lib dependancy.
Włodzimierz Skiba [Thu, 20 Jul 2006 20:01:31 +0000 (20:01 +0000)] 
Follow lib dependancy.

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

18 years agoFollow lib dependancy.
Włodzimierz Skiba [Thu, 20 Jul 2006 17:28:18 +0000 (17:28 +0000)] 
Follow lib dependancy.

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

18 years agoWarning fixes.
Włodzimierz Skiba [Thu, 20 Jul 2006 17:26:52 +0000 (17:26 +0000)] 
Warning fixes.

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

18 years ago[ 1523907 ] Remove unnecessary wxComboCtrl window style.
Włodzimierz Skiba [Thu, 20 Jul 2006 15:31:10 +0000 (15:31 +0000)] 
1523907 ] Remove unnecessary wxComboCtrl window style.

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

18 years agomade RE match the otional tag name after the sticky flags
Vadim Zeitlin [Thu, 20 Jul 2006 15:25:26 +0000 (15:25 +0000)] 
made RE match the otional tag name after the sticky flags

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

18 years agofix RE
Chris Elliott [Thu, 20 Jul 2006 15:12:34 +0000 (15:12 +0000)] 
fix RE

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

18 years agoadded more time span formatting tests
Vadim Zeitlin [Thu, 20 Jul 2006 15:11:18 +0000 (15:11 +0000)] 
added more time span formatting tests

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

18 years agohandle negative time spans correctly in Format()
Vadim Zeitlin [Thu, 20 Jul 2006 15:04:10 +0000 (15:04 +0000)] 
handle negative time spans correctly in Format()

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

18 years agoReuse common sample resources. Remove unused files.
Włodzimierz Skiba [Thu, 20 Jul 2006 14:55:38 +0000 (14:55 +0000)] 
Reuse common sample resources. Remove unused files.

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

18 years ago[ 1524693 ] wxOwnerDrawnComboBox focus paint fix.
Włodzimierz Skiba [Thu, 20 Jul 2006 14:37:47 +0000 (14:37 +0000)] 
1524693 ] wxOwnerDrawnComboBox focus paint fix.

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

18 years agoWarning fix.
Włodzimierz Skiba [Thu, 20 Jul 2006 14:01:57 +0000 (14:01 +0000)] 
Warning fix.

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

18 years agofixed TestTimeFormat() test: and can use 2 digit years which broke dates comparison...
Vadim Zeitlin [Thu, 20 Jul 2006 13:41:49 +0000 (13:41 +0000)] 
fixed TestTimeFormat() test:  and  can use 2 digit years which broke dates comparison for dates not in this (nor last) century

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

18 years agoadded non-static GetCentury(), removed default value for static GetCentury() paramete...
Vadim Zeitlin [Thu, 20 Jul 2006 13:40:11 +0000 (13:40 +0000)] 
added non-static GetCentury(), removed default value for static GetCentury() parameter which didn't make any sense at all

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

18 years agoadded wxTimeSpan::Format() test
Vadim Zeitlin [Thu, 20 Jul 2006 13:20:00 +0000 (13:20 +0000)] 
added wxTimeSpan::Format() test

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

18 years agoReuse common sample resources. Little code cleanup. Removed unused files.
Włodzimierz Skiba [Thu, 20 Jul 2006 11:57:15 +0000 (11:57 +0000)] 
Reuse common sample resources. Little code cleanup. Removed unused files.

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

18 years agoremove file lists on exit
Chris Elliott [Thu, 20 Jul 2006 11:14:38 +0000 (11:14 +0000)] 
remove file lists on exit

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

18 years agorestore snapshot and remove 2 toplevels dirs from tarball
Chris Elliott [Thu, 20 Jul 2006 10:52:18 +0000 (10:52 +0000)] 
restore snapshot and remove 2 toplevels dirs from tarball

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

18 years agoFixes according to patch #1523304.
Stefan Neis [Wed, 19 Jul 2006 20:55:04 +0000 (20:55 +0000)] 
Fixes according to patch #1523304.

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

18 years agoSizing fixes according to patch #1523304.
Stefan Neis [Wed, 19 Jul 2006 20:52:06 +0000 (20:52 +0000)] 
Sizing fixes according to patch #1523304.

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

18 years ago[wxGTK] Be pessimistic about transparency being visually shown in CanSetTransparent...
Mart Raudsepp [Wed, 19 Jul 2006 18:59:03 +0000 (18:59 +0000)] 
[wxGTK] Be pessimistic about transparency being visually shown in CanSetTransparent. With current code
CanSetTransparent will only return TRUE if gtk+ version is at least 2.10 AND there is a running compositing
manager that implements the _NET_WM_CM_Sn EWMH spec addition proposal (at this point only metacity GL based
compositor, afaik). This is for wxAUI to be able to implement dock preview correctly. In general these behaviours
needs some discussion.

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

18 years agoInitial wxTLW::(Can)SetTransparent support for wxGTK. The return value of SetTranspar...
Mart Raudsepp [Wed, 19 Jul 2006 17:18:12 +0000 (17:18 +0000)] 
Initial wxTLW::(Can)SetTransparent support for wxGTK. The return value of SetTransparent is currently very
optimistic and doesn't use the EWMH composite manager spec update proposal (_NET_WM_CM_Sn) yet. This is on purpose
until the proposal appears in EWMH new version draft and it gets used by more composite managers.
See http://www.nabble.com/Interaction-between-applications-and-compositing-managers-t1389248.html and in the
future http://standards.freedesktop.org/wm-spec/latest/ for details.
Some code reordering is probably in order (helper function to utilsx11?) and testing on non-traditional X servers
appreciated.

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

18 years agoWarning fix.
Włodzimierz Skiba [Wed, 19 Jul 2006 15:52:28 +0000 (15:52 +0000)] 
Warning fix.

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

18 years agoCrash fix for working without selecting subpage.
Włodzimierz Skiba [Wed, 19 Jul 2006 15:50:51 +0000 (15:50 +0000)] 
Crash fix for working without selecting subpage.

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

18 years agorevert to unix2dos
Chris Elliott [Wed, 19 Jul 2006 13:56:41 +0000 (13:56 +0000)] 
revert to unix2dos

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

18 years agoremove duplicate dir
Chris Elliott [Wed, 19 Jul 2006 13:55:43 +0000 (13:55 +0000)] 
remove duplicate dir

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

18 years agoMissing header
Michael Wetherell [Wed, 19 Jul 2006 12:23:40 +0000 (12:23 +0000)] 
Missing header

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

18 years agocopy install.txt and readme.txt
Chris Elliott [Wed, 19 Jul 2006 10:31:08 +0000 (10:31 +0000)] 
copy install.txt and readme.txt

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

18 years agofix todos conversion (unix2dos called to dos
Chris Elliott [Wed, 19 Jul 2006 10:28:57 +0000 (10:28 +0000)] 
fix todos conversion (unix2dos called to dos

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

18 years agoRemove malloc.h
Michael Wetherell [Tue, 18 Jul 2006 16:23:52 +0000 (16:23 +0000)] 
Remove malloc.h

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

18 years agoRemove malloc.h
Michael Wetherell [Tue, 18 Jul 2006 09:47:16 +0000 (09:47 +0000)] 
Remove malloc.h

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

18 years agofixes for York delivery
Chris Elliott [Tue, 18 Jul 2006 06:56:23 +0000 (06:56 +0000)] 
fixes for York delivery

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

18 years agoFixed version of unix2dos conversion.
Kevin Ollivier [Tue, 18 Jul 2006 06:54:02 +0000 (06:54 +0000)] 
Fixed version of unix2dos conversion.

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

18 years agoMoving to new approach that uses CVS entries to determine text/binary state of file.
Kevin Ollivier [Tue, 18 Jul 2006 00:50:06 +0000 (00:50 +0000)] 
Moving to new approach that uses CVS entries to determine text/binary state of file.

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

18 years agofixed merge conflict
Robin Dunn [Mon, 17 Jul 2006 21:45:30 +0000 (21:45 +0000)] 
fixed merge conflict

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

18 years agoenable sound and mediactrl
Robin Dunn [Mon, 17 Jul 2006 21:37:08 +0000 (21:37 +0000)] 
enable sound and mediactrl

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

18 years agofix for import error
Robin Dunn [Mon, 17 Jul 2006 21:36:25 +0000 (21:36 +0000)] 
fix for import error

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

18 years agoWrap new AddPane method as AddPaneAtPos
Robin Dunn [Mon, 17 Jul 2006 21:34:32 +0000 (21:34 +0000)] 
Wrap new AddPane method as AddPaneAtPos

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

18 years agoGetTmpDefaultItem
Robin Dunn [Mon, 17 Jul 2006 21:32:24 +0000 (21:32 +0000)] 
GetTmpDefaultItem

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

18 years agoAdded note about CanSetTransparent and SetTransparent
Robin Dunn [Mon, 17 Jul 2006 21:31:21 +0000 (21:31 +0000)] 
Added note about CanSetTransparent and SetTransparent

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

18 years agoTranslucency --> Transparent
Robin Dunn [Mon, 17 Jul 2006 21:30:08 +0000 (21:30 +0000)] 
Translucency --> Transparent

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

18 years agoif Acrobat is >= 7.0 then use acrobat by embedding it in a IE window
Robin Dunn [Mon, 17 Jul 2006 20:58:10 +0000 (20:58 +0000)] 
if Acrobat is >= 7.0 then use acrobat by embedding it in a IE window

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

18 years agotypo
Robin Dunn [Mon, 17 Jul 2006 20:53:16 +0000 (20:53 +0000)] 
typo

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

18 years agoframe should call skip on child focus event to give owner a chance
Benjamin Williams [Mon, 17 Jul 2006 19:23:54 +0000 (19:23 +0000)] 
frame should call skip on child focus event to give owner a chance

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

18 years agoCompile fix for OS X 10.2
Michael Wetherell [Mon, 17 Jul 2006 17:54:39 +0000 (17:54 +0000)] 
Compile fix for OS X 10.2

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

18 years agoRestore wxUSE_MS_HTML_HELP to setup.h.in
Michael Wetherell [Mon, 17 Jul 2006 16:19:07 +0000 (16:19 +0000)] 
Restore wxUSE_MS_HTML_HELP to setup.h.in

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

18 years agoFile/font/colour/dir picker fixes for GTK Universal
Michael Wetherell [Mon, 17 Jul 2006 15:02:35 +0000 (15:02 +0000)] 
File/font/colour/dir picker fixes for GTK Universal

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

18 years agoDrop non-ANSI malloc.h
Michael Wetherell [Mon, 17 Jul 2006 13:17:57 +0000 (13:17 +0000)] 
Drop non-ANSI malloc.h

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

18 years agoRename log2 to avoid conflict standard log2 which is a macro on Cygwin.
Michael Wetherell [Mon, 17 Jul 2006 13:06:37 +0000 (13:06 +0000)] 
Rename log2 to avoid conflict standard log2 which is a macro on Cygwin.

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

18 years agofixed crash in wxDb::Open() in Unicode build due to wrong interpretation of BufferLen...
Vadim Zeitlin [Mon, 17 Jul 2006 10:42:55 +0000 (10:42 +0000)] 
fixed crash in wxDb::Open() in Unicode build due to wrong interpretation of BufferLength argument of SQLDriverConnect()

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

18 years agoUse substitions when converting gnome mime files from UTF-8 (bug 1518012)
Michael Wetherell [Mon, 17 Jul 2006 09:39:11 +0000 (09:39 +0000)] 
Use substitions when converting gnome mime files from UTF-8 (bug 1518012)

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

18 years ago[ 1519202 ] wxComboCtrl::SetButtonPosition() to support -1 width/height
Włodzimierz Skiba [Mon, 17 Jul 2006 08:45:12 +0000 (08:45 +0000)] 
1519202 ] wxComboCtrl::SetButtonPosition() to support -1 width/height

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

18 years ago[ 1522987 ] wxComboCtrl crashes if TAB is pressed while popup is open
Włodzimierz Skiba [Mon, 17 Jul 2006 07:40:04 +0000 (07:40 +0000)] 
1522987 ] wxComboCtrl crashes if TAB is pressed while popup is open

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

18 years ago[ 1522988 ] Keypress causes crash in combo sample
Włodzimierz Skiba [Mon, 17 Jul 2006 07:22:22 +0000 (07:22 +0000)] 
1522988 ] Keypress causes crash in combo sample

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

18 years agocreate_archives.sh
Włodzimierz Skiba [Mon, 17 Jul 2006 06:37:40 +0000 (06:37 +0000)] 
create_archives.sh

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

18 years agoBetter temporary fix.
Włodzimierz Skiba [Mon, 17 Jul 2006 06:28:39 +0000 (06:28 +0000)] 
Better temporary fix.

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

18 years agoBuild fix to make tinderbox work, needs asap change.
Włodzimierz Skiba [Mon, 17 Jul 2006 06:19:29 +0000 (06:19 +0000)] 
Build fix to make tinderbox work, needs asap change.

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

18 years agoBe careful about file extensions.
Kevin Ollivier [Sun, 16 Jul 2006 23:19:03 +0000 (23:19 +0000)] 
Be careful about file extensions.

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