Commit Graph

29799 Commits

Author SHA1 Message Date
Julian Smart
21c358b270 Added more paper sizes and code that falls back to explicit paper size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 11:05:31 +00:00
Robert Roebling
e3ee916b32 We don't have datetime.inl anymore, I think.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 10:50:05 +00:00
Robert Roebling
d9ae517b82 Restored wxGTK.spec again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 10:45:36 +00:00
Robert Roebling
ace35c6293 Apply minimal DC patch.
Implement GetDepth for GTK2.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 10:01:18 +00:00
Robert Roebling
4cfa7abe8e Use dmallocthcxx, not the plain C version.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 09:59:33 +00:00
Robert Roebling
854aa1e15d Don't check for wildcards if wxSAVE is given.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 09:53:53 +00:00
Robert Roebling
3fa5153e98 Add test for new SetBackgroundColour() logic
which should leave the sunken border as it
   is a not give it a green border.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 09:46:26 +00:00
Robert Roebling
7cb93e4565 Setting the background colour of a wxWindow or
wxScrolledWindow etc. should only affect the
    actual background, not the border (sunken)
    or the scrollbars etc.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 09:42:02 +00:00
Robert Roebling
9527eca5de Make PaintBackground virtual, too. Now that we have
broken bin comp.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 07:05:02 +00:00
Kevin Hock
3faa8195d7 wxSTAY_ON_TOP is available on all 3 major platforms now, remove Windows-only note
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 04:20:49 +00:00
Kevin Hock
3ffc1e864a Add wxSTAY_ON_TOP for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 04:17:11 +00:00
Kevin Hock
2fca39c9aa Add wxSTAY_ON_TOP support [Patch 1206023]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 04:15:22 +00:00
Kevin Hock
9489a5357f Add comment to ITEM_MENU reflecting why it's the best choice for context menus in a tree
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 03:03:40 +00:00
Kevin Hock
6eb7ee61da Update description of ITEM_MENU to reflect its increased usefulness
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 03:02:30 +00:00
Kevin Hock
39faaf39b1 Include the location of the item in the ITEM_MENU event generated by the menu key, and send the ITEM_MENU event after the RIGHT_CLICK event (consistent with MSW, but this behavior may change). The latter ITEM_MENU event had previously not been sent at all.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 03:01:04 +00:00
Kevin Hock
147964ca88 Include the location of the right-click, or the item, in the MENU_ITEM event.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-21 02:58:47 +00:00
Robin Dunn
8044571559 The bug is no longer there, but leave the workaround in place for
educational purposes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-20 23:13:46 +00:00
Michael Wetherell
d7bc7fec65 wxUSE_CHECKLISTBOX does not require wxUSE_OWNER_DRAWN when using WXUNIVERSAL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-20 21:30:25 +00:00
Michael Wetherell
f62f161879 The checklst samples requires wxUSE_CHECKLISTBOX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-20 21:28:06 +00:00
Robin Dunn
33e9fc549c Set focus to the grid windwo when it is left-clicked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-20 16:17:57 +00:00
Vadim Zeitlin
b3433ee72c native checkbox didn't have correct state after switching from owner drawn to normal mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-20 12:34:47 +00:00
Julian Smart
35cb486ae0 Image updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-20 09:18:26 +00:00
Julian Smart
c2651b0a5c Renderer should only be used for GTK+ 2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-20 08:17:11 +00:00
Robin Dunn
0d9b889148 Corrections for fonts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 22:32:40 +00:00
Robin Dunn
67644c1dd8 Moved the pending pos and size into wxWindowMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 22:17:01 +00:00
Robin Dunn
561a367d40 No longer using the reserved pointer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 22:16:02 +00:00
Julian Smart
c571d9e817 Replaced cursor images
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 20:53:55 +00:00
Julian Smart
3c203a1851 Removed redundant cursor files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 20:39:06 +00:00
Włodzimierz Skiba
abd20d3013 Export correction (blind fix for error found in Tinderbox logs).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 20:04:42 +00:00
Włodzimierz Skiba
ec75509f94 Avoid warnings from mgl headers if possible.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 19:37:59 +00:00
Julian Smart
b6901bd5ff Removed files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 19:08:04 +00:00
Julian Smart
afa516d43e Replaced images
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 19:02:56 +00:00
Włodzimierz Skiba
3ee8bbb98c Refresh of the build files after recent changes in .bkl specifications.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 18:21:07 +00:00
Włodzimierz Skiba
e0685bb04e Fix for 'using default arguments would be overload ambiguous' warning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 17:37:59 +00:00
Włodzimierz Skiba
3cc14fca20 Build fix for wxMGL found in Tinderbox logs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 17:35:21 +00:00
Julian Smart
a429cb2fc0 Removed unnecessary files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 17:33:22 +00:00
Julian Smart
5344db2113 Replaced images
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 17:22:42 +00:00
Michael Wetherell
8490b71bf0 Warning fixes for Cygwin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 17:03:10 +00:00
Julian Smart
15ff2e7bce Replaced icon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 17:01:43 +00:00
Julian Smart
fcb75b1c81 Removed redundant files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 12:51:28 +00:00
Julian Smart
4fea5f26d4 Replaced image
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 10:15:53 +00:00
Julian Smart
f47ada30fa Removed unnecessary file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 09:46:59 +00:00
Julian Smart
98c32e428d Replaced images
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 09:43:00 +00:00
Julian Smart
c8b8717983 Replaced some images
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 08:47:23 +00:00
Stefan Csomor
699b6af4f4 applied Maximize patches (1203976)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 05:48:47 +00:00
Stefan Csomor
e59ea2c592 fixing mask color correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 05:21:05 +00:00
Robin Dunn
6f1a3f9c1a More updates to the docview library modules and sample apps from the
ActiveGrid folks.  Their sample IDE is now able to integrate with
Subversion.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 00:21:49 +00:00
Robin Dunn
4809f5df5d Patch from Davide Salomoni that adds an optional point
parameter to LineShape.InsertLineControlPoint allowing one to
optionally specify where the new control point has to be drawn.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 00:13:43 +00:00
Vadim Zeitlin
72a55896e5 respect label foreground colour for static boxes when using XP themes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 00:00:26 +00:00
Vadim Zeitlin
fb5e0dcf0d fixed problem with non-const methods not working on wxRegKey initially opened in read-only mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 23:29:54 +00:00