Robin Dunn
1eba219387
Added wxSizerItem::SetMinSize that calls m_window->SetSizeHints if not
...
wxFIXED_MINSIZE, SetInitSize and SetItemMinSize uses SetMinSize, and
fixed [ 934651 ] sizeritem's 'minsize' value has no effect in xrc resources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-14 23:45:21 +00:00
Robin Dunn
dbe839cc25
Compilation fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-14 05:41:52 +00:00
Václav Slavík
e7a0050ff5
added more styles (patch 933354)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-11 20:59:39 +00:00
Václav Slavík
a1c7668e50
added wxTE_AUTO_SCROLL and wxTE_NO_VSCROLL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-11 19:11:27 +00:00
David Elliott
3fd9c29882
Baked with Bakefile 0.1.4
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-09 21:44:08 +00:00
Robin Dunn
c66b63e565
Changed name to wxFIXED_MINSIZE since that is more descriptive of what
...
it does. The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 23:22:50 +00:00
Robin Dunn
078a0f5444
XRC needs to know about wxFIXED_SIZE too.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 20:43:58 +00:00
Dimitri Schoolwerth
d1f4723592
applied patch #929947 : "Various cleaning of warnings under MSW"; removed some tabs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-06 13:19:42 +00:00
Vadim Zeitlin
dfc2d51987
fixed compilation for Mac (MacUpdateImmediately() doesn't exist any more)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-31 08:15:19 +00:00
Robin Dunn
9efe0302c3
Check that the file successfully loaded, use the length read for the conversion.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-29 20:01:16 +00:00
Stefan Csomor
1346242154
corrected Info.plist.in location
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-27 10:54:30 +00:00
Robin Dunn
1f575e6569
use wxPopupWindow again
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 00:07:04 +00:00
Julian Smart
17401ab1cd
Applied patch [ 905577 ] Removed copystring from OGL library
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 22:07:56 +00:00
Julian Smart
d8e1aa86f1
Applied patch [ 919026 ] wxBU_EXACTFIT support in wxBitmapButtonXmlHandler
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-23 20:46:17 +00:00
Robin Dunn
1c26fbe00e
Ensure the buffer is NULL-terminated before converting it.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 18:35:35 +00:00
Robin Dunn
2548474612
Expand the range of WXK_ values that are excluded from OnChar.
...
Correct the position of the context menu. (SF# 921247)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-22 18:22:54 +00:00
Robin Dunn
aa063b2408
Fix compile errors with VC 6. Untabified.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 17:23:31 +00:00
Robin Dunn
4261ba88cf
Use the length when converting
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 22:43:30 +00:00
Julian Smart
2e3b8fa75a
Fixes for handle change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-08 20:01:04 +00:00
Robin Dunn
c26dba42b7
Decided that not doing methods for keyboard commands was not worth the
...
effort keeping track of which should be eliminated and which should
not. Now all functions defined in Scintilla.iface will have a method
in the wxSTC class.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-06 00:09:07 +00:00
Chris Elliott
b2247ee93b
final part of SF patch #904166 (DMC fix)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-03 10:46:59 +00:00
Chris Elliott
edff734975
apply SF patch #907546 (DMC fix)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-02 09:15:24 +00:00
Václav Slavík
496f0a58b1
compilation fix for wxUSE_FILESYSTEM=0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-29 22:30:39 +00:00
Mattia Barbon
9c592b6165
STL fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-29 15:15:59 +00:00
Václav Slavík
b598205862
another cleanup of constraints code in samples (patch #906438 )
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-28 21:13:00 +00:00
Robin Dunn
f4e088f7bb
Fix compilation error due to recent typedef changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-26 21:14:29 +00:00
Robin Dunn
0eaf23edfa
Turn off UseAntiAliasing by default on wxMac
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-23 22:10:19 +00:00
Václav Slavík
b92ca8cf62
regenerated makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-19 19:36:30 +00:00
Julian Smart
7161de858f
Added wxDIALOG_NO_PARENT style to XRC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-18 09:35:46 +00:00
David Elliott
c3255f5fba
Bakefile 0.1.3
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-15 02:14:15 +00:00
Robin Dunn
04ebdf400c
Oops, took out too much...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-14 02:29:01 +00:00
Robin Dunn
d13ea3aa4f
Fix the off-by-one a little differently, and correct a refresh problem
...
on wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-14 02:22:03 +00:00
Robin Dunn
0fcf2b15da
Fixed an off-by-one error
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-13 23:05:20 +00:00
Robin Dunn
b6bfd8e8f4
Call Skip from the focus handlers so wxGTK can still do it's internal housekeeping
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-13 19:06:02 +00:00
Robin Dunn
d1558f3d53
Use extraFontFlag to specify if anti-aliased fonts should be used.
...
Use GetPartialTextExtents.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-11 22:42:01 +00:00
Robin Dunn
e0e5663fe4
Allow an extra flag to be given to Font::Create
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-11 22:35:11 +00:00
Robin Dunn
75c60b3e65
Use wxStaticCast
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-11 22:13:12 +00:00
Václav Slavík
7b56015f90
make it possible to override translatable status of text entry
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-11 20:10:56 +00:00
Vadim Zeitlin
3a818b15a1
use static_cast<> in event table macros for type safety (patch 843206)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-10 22:15:19 +00:00
Julian Smart
15a07f5cac
New versions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 21:37:57 +00:00
Julian Smart
c360bf5beb
Added wxTreeListCtrl: patch [ 883529 ] wxTreeListCltr
...
Otto Wyss
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 13:02:01 +00:00
Julian Smart
5a332fb5e0
Applied patch [ 879998 ] Warning free animate contrib
...
ABX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 11:59:34 +00:00
Julian Smart
a20ad557cc
Fixed RTTI
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 11:57:59 +00:00
Julian Smart
2b3644c715
Applied patch [ 875663 ] Warning free mmedia contrib
...
ABX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-08 11:56:22 +00:00
Robin Dunn
5f9eb69c1c
correct some compile warnings and errors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-06 20:37:57 +00:00
Robin Dunn
e411268c8c
Start out with the line numbers not shown.
...
Don't use the default size for the AppFrame.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-06 17:36:28 +00:00
Robin Dunn
92dda0f7a3
Call Finalise.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-06 05:54:16 +00:00
Robin Dunn
0a57b54b8e
rebaked the wxSTC makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-06 05:16:09 +00:00
Robin Dunn
8e54aaedb5
Updated Scintilla to version 1.58
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-06 00:03:13 +00:00
Václav Slavík
078c7a596d
makefiles update
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-05 22:34:18 +00:00