Stefan Csomor
28997d375d
correcting include type
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 19:29:51 +00:00
Vadim Zeitlin
658f53c700
set bg style to custom as we overwrite it anyhow
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 19:20:47 +00:00
Vadim Zeitlin
6421119dd5
fixed XP sash rendering to really do something (using REBAR style didn't work but it was hidden because background was erased anyhow)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 19:17:45 +00:00
Vadim Zeitlin
b8335252d2
don't draw background at all if bg style is custom
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 19:15:53 +00:00
Vadim Zeitlin
caea50acee
removed unnecessary (now that we leave Windows paint background itself) SetBackgroundColour() calls
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 18:22:11 +00:00
Vadim Zeitlin
8681b0940e
restored OnEraseBackground(), we do need it but only for the cases when the window has a non default background colour
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 18:10:48 +00:00
Włodzimierz Skiba
547e2b0c43
wxDC::DrawLabel documented.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 17:58:32 +00:00
Włodzimierz Skiba
0d28c9eb31
Order fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 17:57:05 +00:00
Włodzimierz Skiba
9a431f4d03
Warning fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 17:40:00 +00:00
Włodzimierz Skiba
0de6678dd2
wxUniv actualization.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 17:38:05 +00:00
Włodzimierz Skiba
7166a05d7e
Vertical tabs orientation in gtk renderer of wxUniv.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 17:33:59 +00:00
Julian Smart
c988c5b21b
RC parse fixes from Michael Shamgar
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 17:11:37 +00:00
Vadim Zeitlin
1946085a4c
added \deprecated command
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 14:44:39 +00:00
Vadim Zeitlin
e2c49e5cd2
don't always erase the background ourselves as this is incompatible with XP themed appearance (replaces patch 1046164)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 14:43:51 +00:00
Vadim Zeitlin
5886b072a8
fixed va_copy test
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 13:46:33 +00:00
Włodzimierz Skiba
00e086a7f0
Partial fix to bug #1040607 : support for vertical orientation in win32 renderer of wxUniv notebook.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 11:25:13 +00:00
Václav Slavík
5d7457f9ca
fixed to work with themes that redefine icons (e.g. Fedora's Bluecurve)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 11:15:08 +00:00
Václav Slavík
862f336798
updated to be in sync with wxwin.py code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 09:07:46 +00:00
Ryan Norton
9cc7318052
fix buglet wxKeyEvent->wxMouseEvent
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 07:44:22 +00:00
Ryan Norton
ed5f2bd879
fix technical accuracy of statement
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 07:20:35 +00:00
Ryan Norton
78450975b2
WXUNUSED warning fixes - unicode compilo fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 07:18:22 +00:00
Włodzimierz Skiba
c16ab217c1
Wise path to generic dialogs sources.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 07:08:47 +00:00
Ryan Norton
876f6cee1f
fix for [ 1066432 ] wxTextOutputStream: endl doesn't work
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 06:59:44 +00:00
Włodzimierz Skiba
041ae20237
wxUniv use wxBU flags [bug #1040584 ]
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-15 06:23:57 +00:00
Ryan Norton
fa9ad408a1
generate mediaplayer sample in configure
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 23:43:32 +00:00
Václav Slavík
32efded3f9
compilation fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 23:34:36 +00:00
Ryan Norton
db55c58fa8
doc for mediaplayer sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 23:33:12 +00:00
Ryan Norton
ff4aedc554
Massive reworking of wxMediaCtrl code - backend everything, search for backends via RTTI lookup, and more
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 23:26:55 +00:00
Ryan Norton
6f4a67aca8
doc update for wxMediaCtrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 23:13:18 +00:00
Václav Slavík
1abedc328b
fixed rendering of bitmaps with alpha channel under GTK+ 2.0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 23:03:51 +00:00
Václav Slavík
1df61962e8
added system colours and fonts support to XRC (based on patch #1038207 )
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 21:53:51 +00:00
Robert Roebling
66266922ca
The wxGNOME whitepaper-to-be.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 21:52:55 +00:00
Ryan Norton
6fb603d745
spelling/grammer (lol) :)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 16:56:29 +00:00
Václav Slavík
b1d547ebc5
made wxMBConv_iconv MT-safe
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 10:52:17 +00:00
David Elliott
1e9e8aba5a
Rebaked and autoconfiscated.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 06:53:06 +00:00
David Elliott
0334f97f9c
Moved some OS X only files into MAC_OSX_SRC from MAC_SRC.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 06:51:16 +00:00
David Elliott
031e91607b
Added Mac OS support.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 06:47:58 +00:00
David Elliott
6ff53182ef
Reran aclocal using bakefile.m4 from Bakefile CVS HEAD. This adds support
...
for MacOS and BeOS and includes some other fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-14 05:02:17 +00:00
Robin Dunn
070c48b4c0
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-13 03:24:21 +00:00
Robin Dunn
a68b8331cb
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-13 03:01:02 +00:00
Robin Dunn
69b6d63d01
the python2 check is gone, take out the use of the flag too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-13 03:00:09 +00:00
Robin Dunn
66b50a8ff9
bump subrelease
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-13 02:55:07 +00:00
Robin Dunn
c1cb24a460
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-13 02:40:46 +00:00
Robin Dunn
6b9f434ef3
* wxPrintDialog no longer derives from wxDialog.
...
* Add wxRTTI info for wxPyPrintout
* wxPrintFactory probably doesn't need to be exposed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-13 02:30:14 +00:00
Robin Dunn
7b8a9da3c8
Fix for uninitialized pointer access from wxPrintData's copy ctor
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-13 02:26:20 +00:00
Robin Dunn
d4808d76f9
The assumption that if SIZEOF_INT is defined then SIZEOF_SIZE_T is too
...
is not always true.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-13 02:24:35 +00:00
Václav Slavík
c263eb0384
more wxPostEvent MT fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-12 21:44:26 +00:00
Václav Slavík
281818319b
removed unused static variable
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-12 21:43:25 +00:00
David Elliott
fc480dc16b
Moved wxStandardPathsCF into base library when using CarbonLib or Darwin.
...
Make wxStandardPathsBase::Get() return a wxStandardPathsBase reference.
Implement it using wxAppTraits::GetStandardPaths() which is overridden by
wxMac and wxCocoa GUI libraries to return a reference to a wxStandardPathsCF.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-12 21:21:00 +00:00
Robin Dunn
b7a2ebe671
typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-12 20:38:16 +00:00