Commit Graph

43516 Commits

Author SHA1 Message Date
Václav Slavík
b1bb04c5a6 made wxAcceleratorTable work with buttons in wxGTK too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 16:21:15 +00:00
Vadim Zeitlin
8cd6a9ad50 added wxSpinCtrlDouble (slightly modified patch 1835864)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 14:04:19 +00:00
Vadim Zeitlin
04edbb2343 provide stubs for Get/SetStippled() to fix the build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 13:27:10 +00:00
Francesco Montorsi
9f91505d95 remove deprecation for wxBU_AUTODRAW; it needs some more work, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 12:52:11 +00:00
Paul Cornett
edd6813c82 remove duplicate wxTaskBarIconAreaBase::DoPopupMenu, extracting the one-line difference into a new virtual
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 04:06:50 +00:00
Paul Cornett
bcf7614cf3 move wxWindowGTK::DoPopupMenu back to window.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 03:32:27 +00:00
Paul Cornett
3ed946f283 simplify wxEVT_MENU_OPEN/CLOSE generation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 03:01:30 +00:00
Bryan Petty
027c1c27be Added explicit information about which functions and macros are declared in what headers from last commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 01:39:37 +00:00
Bryan Petty
8cd06fb5a2 Finished review of Application Initialization and Termination category of functions and macros.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-18 01:34:57 +00:00
Bryan Petty
9215c73eaf Fixed GENERATE_TAGFILE setting after realizing that the setting turns it on, and sets the output file at the same time.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 22:10:18 +00:00
Benjamin Williams
396f85bac5 vista tree crash fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 22:05:01 +00:00
Bryan Petty
2a6585b851 One last navigation tab font adjustment, and made search input only generate for HTML (what's used for daily online docs).
All formats default to off, and need to be explicitly turned on in alternate configuration files (settings can be overridden).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 21:14:32 +00:00
Vadim Zeitlin
766aecab3a use static functions instead of static variables for critical sections to avoid crashing if a log function using a CS is called during static objects initialization
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 21:09:02 +00:00
Robin Dunn
5cfb6fee91 Make some wxDataViewCustomRenderer virtuals consistent across platforms.
Add missing WXDLLIMPEXP_ADV.
Add missing impl for wxDataViewEvent::GetPosition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 21:00:06 +00:00
Vadim Zeitlin
069b2e5941 don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 20:57:50 +00:00
Vadim Zeitlin
36c10aa142 don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 20:46:36 +00:00
Bryan Petty
d696577ccb Bumped up the size of fonts used in the top tabs and in member tables to something a little more reasonable (if I'm annoyed by the font size, it's definitely too small).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 18:40:11 +00:00
Paul Cornett
04ee05f92a fix a huge number of build errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 18:26:00 +00:00
Francesco Montorsi
41ae85f868 restore previous encoding, changed for error to UTF8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 17:33:57 +00:00
Václav Slavík
491a5ece42 added back docs for wxWindow::WindowToClientSize, added some missing @since tags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 16:14:21 +00:00
Michael Wetherell
c767a8eefb Show compiler version at the top of the logs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 13:48:03 +00:00
Stefan Csomor
9083e7fb1a fix default values after types were changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 08:58:00 +00:00
Paul Cornett
aacd4b50d3 reorganize deferred show logic a bit, to reset m_deferShow properly and avoid realizing unnecessarily
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 04:25:10 +00:00
Francesco Montorsi
8024723d76 revised b* headers; moved wxPenList and wxBrushList to the correct places; partially revised wxPen docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 00:47:38 +00:00
Francesco Montorsi
ed7ec76de3 some more build fix for wxPen/wxBrush style changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-17 00:46:07 +00:00
Francesco Montorsi
9d7a8e4ab4 build fix (looking at buildbot)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 22:42:38 +00:00
Francesco Montorsi
6cef0db280 pen.h depends from brush.h in compat mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 21:50:55 +00:00
Francesco Montorsi
777819af7b fix typos and update MSW code to use new wxPENSTYLE_* enum values
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 21:36:59 +00:00
Francesco Montorsi
82cddbd97a fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 21:11:12 +00:00
Chris Elliott
d36dbec9c6 remove daily build of docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 20:14:53 +00:00
Francesco Montorsi
edbbd74778 sort the errors so it's easy to see if already processed headers still give out warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 17:23:00 +00:00
Francesco Montorsi
6ffb03bec3 fix wxMSW build after wxBrush changes: return wxBRUSHSTYLE_MAX instead of zero; fix include loop in MSW headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 17:00:39 +00:00
Francesco Montorsi
3e6858cdcb introduce wxBrushStyle enum and replace 'int style' occurrences in wxBrush code with 'wxBrushStyle style'; the change is backward compatible and documented in changes.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 16:47:57 +00:00
Francesco Montorsi
6783cae428 enable the search engine so that the manual which gets built on http://wx.ibaku.net/manual become 'searchable'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 14:43:09 +00:00
Julian Smart
e70abc2dd7 Don't accept picker text events from any old text control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 13:50:37 +00:00
Václav Slavík
304435501b ShowWithEffect must call wxWindowBase::Show
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 11:10:40 +00:00
Vadim Zeitlin
f286f23b70 don't use generic process callback for wxGTK/Motif/MGL which have their own versions of it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 02:22:42 +00:00
Václav Slavík
e6e780acb1 Fixed generic art provider to scale bitmaps down to client-specific best size if needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 00:37:17 +00:00
Václav Slavík
bea6ba2d3b if we can't detect tooltip color, yellow as used by Tiger is still better than white, which isn't used anywhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 00:35:24 +00:00
Vadim Zeitlin
3e1924dd5f ignore WinCE projects and build directories
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 00:09:44 +00:00
Vadim Zeitlin
4e71382df8 ignore WinCE build directories
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 00:08:17 +00:00
Vadim Zeitlin
6ef2b23056 added test of focusing/selecting another item
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 00:04:51 +00:00
Bryan Petty
8f5b44d805 Removed layout constaints related docs as discussed on wx-dev.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-16 00:02:39 +00:00
Vadim Zeitlin
684fc22bcc correct typo in wxDIR_STOP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-15 23:44:02 +00:00
Francesco Montorsi
698d17c32c revised base64.h;bitmap.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-15 18:15:46 +00:00
Paul Cornett
390f44afb6 use a different method to prevent an early size_allocate,
removing child has undesirable size effects, such as unsetting the default widget

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-15 18:11:08 +00:00
Vadim Zeitlin
936f635341 rename fobr95.{cpp,h} files to foobar.{cpp,h}
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-15 16:53:06 +00:00
Vadim Zeitlin
9243700fb2 add support for asynchronous execution in wxBase (patch 1906889)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-15 16:46:38 +00:00
Francesco Montorsi
a568316bc5 turn GENERATE_HTML on otherwise CHM generation does not work correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-15 13:58:07 +00:00
Francesco Montorsi
f159c6b575 put the CHM in the out folder instead of out/html; be quiet during output generation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-15 13:36:08 +00:00