Robin Dunn
5d2e69e8c0
Clear --> ClearBackground
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 21:05:39 +00:00
Václav Slavík
2f00b79f60
use generated VC++ projects with dependencies
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 20:56:31 +00:00
David Elliott
9ba1d264f7
Improve default size. If the control is auto-fit its size won't be less
...
than 70 pixels.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 20:39:19 +00:00
David Elliott
d77ea20c75
Create an NSPopUpButton and size it appropriately
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 20:35:03 +00:00
David Elliott
8d656ea93c
Make appropriate use of MakeDefaultNSRect and SetInitialFrameRect
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 20:28:35 +00:00
Robin Dunn
771eb7a2a2
add maps for the old/new names
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 19:47:26 +00:00
Robin Dunn
ea96591fa6
Clear --> ClearBackground
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 19:46:48 +00:00
Robin Dunn
d3017584ba
Add a little space so the wxHtmlCell doesn't overwrite the border of
...
the selection box
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 19:46:30 +00:00
Robin Dunn
3e13956a1f
Switch to wxCHECK so the bad code isn't still executed if the assert
...
dialog is ignored.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 19:45:53 +00:00
Robin Dunn
e71fd398b8
Clear --> ClearBackground
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 19:38:24 +00:00
David Elliott
d139c3a84b
Added helper functions for setting initial window size:
...
* inline MakeDefaultNSRect makes an NSRect with position (10.0,10.0) and
size based on the size passed to Create run through (Width|Height)Default
This NSRect is to be used with the initWithFrame: initializer.
* SetInitialFrameRect is called after the window has been added to its parent
and (if applicable) sized to fit. If -1 is specified for a dimension then
the fit/default size is kept. If not, the window is sized to the specified
size. It will be positioned in wxWindows coordinates (0,0==TL).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 19:37:45 +00:00
Stefan Csomor
6056c7c6f3
collection macro also for XTI_TEMPLATE_FIX
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 17:56:14 +00:00
Stefan Csomor
ab6e491366
collection support for XTI
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 16:59:46 +00:00
Stefan Csomor
8143581bdc
make this along the vc 7.1 exception as beforestd
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 16:57:47 +00:00
Václav Slavík
99d1772009
fixed compilation of xml.cpp: include ./expat/lib directory
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 16:56:26 +00:00
Vadim Zeitlin
49744b79ac
compilation fix after Clear() change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 16:52:46 +00:00
Vadim Zeitlin
596f1d1160
renamed wxWindow::Clear() to ClearBackground() for wxGTK as well
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 16:47:43 +00:00
Václav Slavík
e3ac6ee157
fixed wrong arguments to Draw
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 15:48:45 +00:00
Václav Slavík
21de777f02
fixed typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 15:47:44 +00:00
David Elliott
b93d8cc460
Don't send idle events while an assertion dialog is showing.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 15:25:34 +00:00
Julian Smart
5bb31e3561
Fixed some missing braces
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 14:38:32 +00:00
Václav Slavík
2c6f14e1a7
define NO_GCC_PRAGMA in wx-config output on Darwin
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 14:25:10 +00:00
Vadim Zeitlin
5da0803c15
renamed wxWindow::Clear() to ClearBackground() (fixes bug 783576)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 14:09:45 +00:00
Václav Slavík
339963e0d0
forgot to copy data
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 13:04:27 +00:00
Václav Slavík
efefa4f800
don't forget to build all projects in the workspace
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 12:56:44 +00:00
Václav Slavík
9ee31070a4
forgot to copy data
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 12:39:19 +00:00
Václav Slavík
ab892b9519
makefiles update with OSX fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 12:38:44 +00:00
Václav Slavík
8bcf2d204f
fixed wxUSE_XML
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 12:22:59 +00:00
Vadim Zeitlin
7e34b934ce
made the example Unicode-friendly (patch 785642)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 12:16:50 +00:00
Vadim Zeitlin
9bf58645bf
update by Paco Riviere
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 11:31:24 +00:00
Vadim Zeitlin
4f6e963caf
suppress warnings about not being able to inline a function under BC
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 10:09:09 +00:00
Vadim Zeitlin
fba61bdfb7
OnExit() is not called if OnInit() failed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 10:06:32 +00:00
Vadim Zeitlin
8b3a401696
set LVCFMT_IMAGE, this at least allows to show imageso n the right sidei n the first column too (and fixes bug 787781); corrected return value of InsertColumn()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 09:58:52 +00:00
Jouk Jansen
f3858bf561
Committing in .
...
Updating/repairing OpenVMS compile support
Modified Files:
wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
wxWindows/src/gtk/app.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 08:48:47 +00:00
Julian Smart
8a556bae6f
Minor updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-12 22:03:58 +00:00
Václav Slavík
fc65e0b77e
disable more borland warnings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-12 22:02:55 +00:00
Václav Slavík
e06468e89b
precompiled headers check accounts for Apple compiler now
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-12 21:42:18 +00:00
Václav Slavík
4fd0fc66a7
fix static wxnet build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-12 21:32:54 +00:00
Mattia Barbon
8142d70447
Added wxHashSet, with minimal tests.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-12 16:45:09 +00:00
Julian Smart
2ce79e485d
Removed some obsolete distribution files
...
Updated listing files
Added new shell scripts for spinning wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-12 15:33:14 +00:00
Stefan Csomor
42800de660
panther fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-12 11:47:23 +00:00
David Elliott
4328a6ba2a
Implement Raise()/Lower() using [NSVIew sortSubviewsUsingFunction:context:]
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-12 04:30:50 +00:00
David Elliott
a82b814137
Laid groundwork for scrolling.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-12 02:58:04 +00:00
Mattia Barbon
72eef31646
Expose GetCount when wxUSE_STL=1.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-11 16:48:07 +00:00
Julian Smart
e28c2d151b
wxCaretSuspender only shows the caret if it was visible previously
...
Improved caret handling in wxTextCtrl
Restored scrollbar painting in wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-11 16:33:56 +00:00
David Elliott
f07c570112
Replaced id with winid so it doesn't conflict with the Objective-C type
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-11 15:14:37 +00:00
David Elliott
25a4727e95
Added dummy resources for wxCocoa so bundles will build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-11 14:53:42 +00:00
David Elliott
2d6c4e485c
Added default implementation for drawRect and mouse events that returns
...
false so normal processing will take place. Some users of wxCocoaNSView
may not wish to implement every event.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-11 13:47:50 +00:00
Julian Smart
4fa818f673
Removed some experimental code I left in by accident
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-11 12:49:15 +00:00
Julian Smart
4b3163294c
More fixes for !wxUSE_TIMER, !wxUSE_IMAGE
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-11 12:47:16 +00:00