Commit Graph

18868 Commits

Author SHA1 Message Date
Václav Slavík
a1900c9e1d new VC++ project files with both dll and lib in one project
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 22:43:53 +00:00
Vadim Zeitlin
c4513b2389 continue setting scrollbars even if only width/height changes, not both of them (patch 788017)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 22:41:31 +00:00
Vadim Zeitlin
88a036cef3 check the week day for consistency in ParseFormat() (replaces patch 788052)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 22:39:31 +00:00
Vadim Zeitlin
1b47bebc98 fixed unused variable (replaces patch 788090)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 22:33:59 +00:00
Vadim Zeitlin
8e87d1c923 removed an unused variable (patch 788101)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 22:31:42 +00:00
Václav Slavík
6306e927ae new VC++ project files with both dll and lib in one project
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 22:29:46 +00:00
Václav Slavík
f2e61abefc DSP changes update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 22:26:26 +00:00
Mattia Barbon
f96b10c283 Refactoring: no real changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 21:34:21 +00:00
Mattia Barbon
4410d619c5 wxMotif STL-ification.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 21:28:56 +00:00
Václav Slavík
7bd54b688e 1. merged dll and lib VC++ projects into one project file, as in old projects
2. removed dependencies on 3rd party libs for static libs (doesn't work due to bug in VC++ IDE)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 21:22:50 +00:00
Václav Slavík
28249f1135 merged dll and lib VC++ projects into one project file, as in old projects
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-13 21:17:47 +00:00
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