Commit Graph

42328 Commits

Author SHA1 Message Date
Stefan Csomor
3a12b759c9 emulate expected setlocale(0,"") behaviour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-04 17:49:29 +00:00
Bryan Petty
5e4b470119 Cleaned up LaTeX CSS definitions (these modifications have been used for the online docs since 2.8.0 now with no problems).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-04 17:33:50 +00:00
Paul Cornett
53e3cd047c Only account for WM frame extents in tlw size if WM supports _NET_FRAME_EXTENTS. Extents cache no longer needed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-04 17:26:57 +00:00
Václav Slavík
9dcff96ba9 when testing for GCC's atomic builtins, try to link too (see bug #1844128); also more closely mirror wx's use by using unsigned int and not int for tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-04 15:29:17 +00:00
Julian Smart
dc0c395d83 Context menu event from keyboard records the mouse position, not -1, -1,
in line with wxMSW


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-04 13:38:45 +00:00
David Elliott
938156b255 Make wxCocoa compile with new pImpl wxDC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-04 04:22:16 +00:00
Vadim Zeitlin
9b3b7f5556 use wxFileName to construct well-formed paths in GetMsgCatalogSubdirs() instead of doing it ourselves with string manipulations wrongly (patch 1835208)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-04 01:34:32 +00:00
Vadim Zeitlin
2a11c8265e use CreateWindow() instead of CreateStatusWindow() for statusbar creation as the latter is not supported by MSLU and so doesn't work under Win9x
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-04 01:29:46 +00:00
Robert Roebling
61314f91d0 correct wxMemoryDC constr. to not use m_owner
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 22:26:21 +00:00
Vadim Zeitlin
9d55bfef2c don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 22:09:26 +00:00
Stefan Csomor
9412ee9a2a fixing warning about missing virt destructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 16:35:05 +00:00
Stefan Csomor
4dd36d1d69 fixing warning about missing virt destructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 16:34:29 +00:00
Robert Roebling
50a743c9e4 compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 10:21:44 +00:00
Robert Roebling
5c04afea29 Mention different internal usage of index list model
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 10:09:44 +00:00
Robert Roebling
9c150d5f5c Resize col to fill entire client area if only 1 col.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 09:56:25 +00:00
Julian Smart
68ca12fef6 Fixed player dialog listbox size and app icon on wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 09:44:41 +00:00
Robert Roebling
1a07a730f0 Add support for wxDC_ROW_LINES for GTK+ and OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 09:44:29 +00:00
Julian Smart
64af7c2419 Added Forty Thieves icon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 09:23:53 +00:00
Paul Cornett
204abcd474 remove unneccessary header dependencies on wx/thread.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 02:55:14 +00:00
Paul Cornett
363e2dc013 non-pch build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 02:20:49 +00:00
Paul Cornett
11a0827d14 non-pch build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 02:15:43 +00:00
Paul Cornett
6267c3ead9 build fix for -D__WXUNIVERSAL__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-03 02:15:24 +00:00
Robert Roebling
350df6ae4f further work on custom renderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 22:05:11 +00:00
Vadim Zeitlin
98f3ec0fb0 added wxMSW notifmsg.h/cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 21:29:47 +00:00
Paul Cornett
aa71af91f4 non-pch build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 20:25:16 +00:00
Paul Cornett
d475dd2247 keep initial size from changing when frame extents become known
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 20:16:37 +00:00
Vadim Zeitlin
e5dbea4951 added support for icon flags to wxGenericNotificationMessage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 19:43:04 +00:00
Vadim Zeitlin
5e6b39c9d6 added wxNotificationMessage::AlwaysUseGeneric() MSW-specific method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 19:42:15 +00:00
Vadim Zeitlin
1970409e33 added wxArtProvider::GetMessageBoxIcon() to avoid duplicating the same code in generic message and log dialogs (and soon notification message too)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 19:39:59 +00:00
Paul Cornett
faeaa9db1c don't set resize mode to QUEUE, it seems to be wrong for a wxWindow in a native container
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 18:13:07 +00:00
Vadim Zeitlin
e187c604ab removed the "Silver theme fix" which made the controls in the toolbars invisible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 17:28:09 +00:00
Vadim Zeitlin
6433692716 correct the wxEVT_TASKBAR_BALLOON_CLICK handler name (it doesn't change anything for now)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 17:09:51 +00:00
Vadim Zeitlin
e2d5abbf52 implemented wxNotificationMessage for wxMSW using wxTaskBarIcon and fallback to generic implementation on older systems; added wxNotificationMessage::SetFlags()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 17:02:30 +00:00
Vadim Zeitlin
bebe622dff delete the TLW used by taskbar icons instead of destroying it to avoid hang on exit if there are no other windows left in the program
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 16:47:34 +00:00
Stefan Csomor
3a39a9da98 removing non darwin mac source
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 16:15:54 +00:00
Vadim Zeitlin
5e9b921dc6 added wxApp::GetShell32Version() to test for shell32.dll support of balloon tooltips
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 16:12:19 +00:00
Stefan Csomor
1046cbe168 fixing new inheritance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 14:54:35 +00:00
Robert Roebling
abcdba0ad6 Use FillHilite style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 14:09:42 +00:00
Robert Roebling
c576a25a19 test for valid icon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 13:51:45 +00:00
Robert Roebling
959f1933e3 Mention DC change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 13:44:43 +00:00
Robert Roebling
95aefe5124 Fix docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 13:40:43 +00:00
Vadim Zeitlin
c6e72bbf34 define NIN_BALLOONXXX constants if the SDK doesn't
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 12:38:01 +00:00
Stefan Csomor
a5388f80f3 making sure the clientdc gets destroyed, otherwise we will have stale dc information that will interfere with drawing in unpredictable ways
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-02 11:20:45 +00:00
Bryan Petty
10368bffe1 Replaced moved wxVScrolledWindow HitTest methods fixing bug 1841939 (wxVListBox and wxHtmlListBox).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-01 22:58:16 +00:00
Vadim Zeitlin
d3f1209867 added wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will be used by the wxMSW wxNotificationMessage implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-01 22:48:06 +00:00
Robert Roebling
83aa1cf4db Forgot to actually use image list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-01 20:43:02 +00:00
Vadim Zeitlin
477c48bf58 add wxPrintData forward declaration (blind fix for Mac compilation)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-01 20:04:53 +00:00
Robert Roebling
6f0a23b86e Mention wxDataViewTreeCtrl in wxDataViewCtrl docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-01 19:06:10 +00:00
Robert Roebling
a75124d0da Added wxDataViewTreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-01 19:01:47 +00:00
Paul Cornett
380740af5d non-pch build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-01 18:37:08 +00:00