Commit Graph

34869 Commits

Author SHA1 Message Date
Włodzimierz Skiba
4444d148a5 Source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-24 06:30:49 +00:00
Alex Bligh
6bdeda4785 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
2006-07-23 20:56:08 +00:00
Alex Bligh
815eadf3d0 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
2006-07-23 14:03:37 +00:00
Alex Bligh
728e18f612 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
2006-07-23 13:52:40 +00:00
Mart Raudsepp
7fb3f3c448 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
2006-07-23 12:07:56 +00:00
Alex Bligh
5826659c99 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
2006-07-23 11:39:13 +00:00
Robin Dunn
b97ff8ed66 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
2006-07-22 23:05:30 +00:00
Robin Dunn
591ab02f8c some test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-22 23:04:08 +00:00
Robin Dunn
1c976bff2d Added support for the wxAUI Notebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-22 23:02:47 +00:00
Robin Dunn
b1dc7b4c5d Change the other OnAssert --> OnAssertFailure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-22 23:01:44 +00:00
Robin Dunn
d91fa2829b Some changes needed for wxPython
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-22 22:32:25 +00:00
Robin Dunn
4f450f41a2 Also need to override Show
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-22 22:31:07 +00:00
Benjamin Williams
da5e85d989 added some font measuring to wxAuiMultiNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-22 18:51:14 +00:00
Mart Raudsepp
6bd719f16c Escape underscores
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-22 18:47:17 +00:00
Alex Bligh
7a5b04a65e 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
2006-07-22 17:30:28 +00:00
Jamie Gadd
24e35cf87b 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
2006-07-22 17:20:05 +00:00
Alex Bligh
f2c78bada4 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
2006-07-22 16:41:14 +00:00
Benjamin Williams
96fc10390b 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
2006-07-22 14:00:57 +00:00
Alex Bligh
8b001346df 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
2006-07-22 13:58:53 +00:00
Benjamin Williams
9fabaac49c 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
2006-07-22 13:14:07 +00:00
Benjamin Williams
fe498448fc compile fixes on wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-22 13:12:49 +00:00
Alex Bligh
9366ec4e1e 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
2006-07-22 12:47:44 +00:00
Benjamin Williams
134e83cbea 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
2006-07-22 07:34:45 +00:00
Stefan Csomor
5088ab3fdd 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
2006-07-22 07:20:59 +00:00
Stefan Csomor
fbb0b8afd0 adding back-conversion to filenames (wide composed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-22 07:18:32 +00:00
Robin Dunn
f3768653d6 Docstrings and other fixes from David Hughes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-21 16:10:42 +00:00
Włodzimierz Skiba
4753c7ce48 PDA adjustements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-21 15:28:50 +00:00
Alex Bligh
d9b72d2540 Fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-21 15:05:44 +00:00
Benjamin Williams
189da67c55 updated header file name in source
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-21 14:55:21 +00:00
Benjamin Williams
9364257861 renamed notebook.h to auibook.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-21 14:49:23 +00:00
Benjamin Williams
974dee61a9 renamed notebook.cpp to auibook.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-21 14:48:06 +00:00
Benjamin Williams
a3219eea26 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
2006-07-21 13:36:21 +00:00
Benjamin Williams
cd05bf23f6 added notebook.cpp and tabmdi.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-21 13:35:00 +00:00
Chris Elliott
e7ac413268 revert change to bakefile list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-21 12:01:21 +00:00
Chris Elliott
9bedb9585f use Bakefiles in CVS tree
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-21 10:45:39 +00:00
Chris Elliott
8afb1dca50 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
2006-07-21 09:10:35 +00:00
Mart Raudsepp
3eecbda80c 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
2006-07-21 01:49:18 +00:00
Robin Dunn
941afb6b65 out typemap for wxMemorySize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 20:55:59 +00:00
Włodzimierz Skiba
c7e4ff1497 Follow lib dependancy.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 20:01:31 +00:00
Włodzimierz Skiba
5c993ea4f8 Follow lib dependancy.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 17:28:18 +00:00
Włodzimierz Skiba
9de1027152 Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 17:26:52 +00:00
Włodzimierz Skiba
21d6b09b10 [ 1523907 ] Remove unnecessary wxComboCtrl window style.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 15:31:10 +00:00
Vadim Zeitlin
da44b91efc 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
2006-07-20 15:25:26 +00:00
Chris Elliott
708e73052e fix RE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 15:12:34 +00:00
Vadim Zeitlin
c7564c6ac9 added more time span formatting tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 15:11:18 +00:00
Vadim Zeitlin
e566ccf1ba handle negative time spans correctly in Format()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 15:04:10 +00:00
Włodzimierz Skiba
1226b3b335 Reuse common sample resources. Remove unused files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 14:55:38 +00:00
Włodzimierz Skiba
e83844692e [ 1524693 ] wxOwnerDrawnComboBox focus paint fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 14:37:47 +00:00
Włodzimierz Skiba
c5a3900a26 Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-20 14:01:57 +00:00
Vadim Zeitlin
9807f99505 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
2006-07-20 13:41:49 +00:00