Commit Graph

27784 Commits

Author SHA1 Message Date
Robert Roebling
85b38e0bd1 Added GetPureVitualSize() returning just m_virtualSize.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 15:53:25 +00:00
Vadim Zeitlin
1ac4716dd2 compilation fix for !wxUSE_ON_FATAL_EXCEPTION
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 13:54:52 +00:00
Robert Roebling
bf67b13520 Revert patch again, as the scrollbars are now always shown.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 12:36:12 +00:00
Julian Smart
a2d3a3d1d3 Patch by David Brinegar to fix menubar updating after modal dialog shown
See thread: [wx-dev] [wxMac] Menubar UI updates when launching from Finder


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 12:31:02 +00:00
Stefan Csomor
5ecd392970 Mac Core Graphics Implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 12:03:54 +00:00
Stefan Csomor
20b6985553 Mac Core Graphics Implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 11:34:05 +00:00
Julian Smart
271fa25083 Applied [ 1059554 ] patch for [1028659] fixes a couple of bugs with menus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 10:42:00 +00:00
Julian Smart
77b88df26f Applied patch [ 1120683 ] Fix for wxDateTime::Format() under Windows CE
by upcase


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 10:15:18 +00:00
Robert Roebling
bf06fe48ad ALso correct scrollbar calc to not clip division remainder
from the displayed area.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 08:51:53 +00:00
Ryan Norton
bc03601097 Cleanup mediaplayer sample a bit - get rid of bad loop/islooped since it has internal state
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 02:32:29 +00:00
Ryan Norton
bbe5510dcf underscore fix(es)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 02:29:42 +00:00
Ryan Norton
ce756cb06a properly detect gstreamer and libxml headers and libs, reflect that wxMediaCtrl now on unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-12 01:30:39 +00:00
Robin Dunn
68985f0e57 Initialize the new data memebers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 23:54:47 +00:00
Robin Dunn
e8d51145fe reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 23:40:42 +00:00
Robin Dunn
d429e18743 On wxMSW Move an invisible system caret around with the Scintilla
caret to help screen readers and such can follow.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 23:36:59 +00:00
Robert Roebling
e8cd0e5884 Correct rounding up vs. rounding down error in GTK+
wxScrolledWindow so that no contents is ever hidden,


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 23:01:58 +00:00
Robert Roebling
a2ac55f54d Make wxTLW::Raise() actually bring the window to the top
and give it the WM's focus (if supported).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 23:00:31 +00:00
Robin Dunn
a33203cb9f Updated to Scintilla 1.62
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 22:53:19 +00:00
Vadim Zeitlin
cc9a39576a added possibility to throw different objects and crash directly from the main frame; use OnExceptionInMainLoop() instead of overriding HandleEvent()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 22:33:09 +00:00
Vadim Zeitlin
226c11c076 don't translate Win32 structured exceptions into C++ ones (requires always using a special wxEntry for MSW in init.cpp)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 22:31:23 +00:00
Robert Roebling
4843cdfe0f Made gnome printing stuff return wxPRINT_CANCELLED if
it has been canceled.
  Moved the FORCE_LINK code from app.cpp to the sample
    as I cannot find the right place for it. We'd need
    an empty extrya file for ADV lib only for that.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 22:16:41 +00:00
Julian Smart
67edd0c796 Doc tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 21:18:42 +00:00
Julian Smart
dceb1c097c Misc doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 20:08:51 +00:00
Robin Dunn
c6b65b76a1 wx.SL_INVERSE works for the big 3 now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 20:00:18 +00:00
Vadim Zeitlin
106a79999d don't hardcode the array size as done by last commit, just what exactly was the point of this change?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 18:33:42 +00:00
Robert Roebling
2e5c710e90 Make wxConvFile wxConvLibc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 18:31:01 +00:00
Julian Smart
0827d10be2 Reduced Number Of Capitals And Other Fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 17:46:05 +00:00
Julian Smart
17902387c4 English corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 17:35:19 +00:00
Włodzimierz Skiba
b742a43b2a wxBookCtrl overview.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 16:24:25 +00:00
Michael Wetherell
51fb93f1bd Add uxtheme.h to files.bkl, patch 1120747 from Tim Kosse
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 13:31:05 +00:00
Václav Slavík
a2897d4322 install xh_datectrl.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 13:12:11 +00:00
Michael Wetherell
3c70014d96 Add wxGetFileType and IsSeekable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 12:39:03 +00:00
Julian Smart
af44de02ae Spacing fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 12:01:38 +00:00
Ryan Norton
419237157d Change copyright
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 11:06:11 +00:00
Włodzimierz Skiba
8b5d5223d1 Various cleanings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 10:42:05 +00:00
Ryan Norton
7b9472b9c8 Fixup latex in tchanges.tex for rtf
Make pretty bullets for tchages.tex instead of dashes
Postfix ands with slash and don't use tilde
Lots of other niceties for tchanges.tex

Add tchanes.tex back to the topics


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 10:40:10 +00:00
Julian Smart
685bf1829b Updated date
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 09:31:10 +00:00
Julian Smart
93710ae8e6 Avoid double-define on WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 09:20:59 +00:00
Julian Smart
c87fc2859d Don't use mnemonics for OK, Cancel and Close under Windows, to follow
style guidelines


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 09:19:34 +00:00
Julian Smart
461edab540 Don't include tchanges.tex until it's converted to Latex syntax
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 08:58:57 +00:00
Julian Smart
e9f4f51d06 Missing standard ids
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 08:55:45 +00:00
Włodzimierz Skiba
be4e4e27aa Use parents client size and origin in placement of controls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 06:56:47 +00:00
Kevin Hock
6bee5ffba4 wxSL_INVERSE for MSW. Heavily modified patch 1096922.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 04:11:47 +00:00
Kevin Hock
7ad71baf8e Updated wxSlider docs now that wxSL_INVERSE is available on MSW, GTK and Mac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 04:11:23 +00:00
Robin Dunn
7b45094a1c typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 00:22:54 +00:00
Robin Dunn
e41c39d681 Also increment WX_CURRENT and WX_AGE according to the directions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 00:21:31 +00:00
Robin Dunn
c163da42f0 typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-11 00:18:40 +00:00
Robin Dunn
18ef9f51b5 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-10 22:32:48 +00:00
Robin Dunn
874cc42557 Put the deprecation wrapper on __init__, not the class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-10 22:28:44 +00:00
Julian Smart
260c9c7df3 Version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-10 22:07:50 +00:00