]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years ago* Move m_cocoaNSMenu out of wxCocoaNSMenu and into wxMenu and wxMenuBar
David Elliott [Fri, 5 Sep 2003 14:00:53 +0000 (14:00 +0000)] 
* Move m_cocoaNSMenu out of wxCocoaNSMenu and into wxMenu and wxMenuBar
* Comment out wxPoserNSMenu (it's not needed for now, may never be)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoSet the window's title
David Elliott [Fri, 5 Sep 2003 03:30:28 +0000 (03:30 +0000)] 
Set the window's title

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agowxMenuBar:
David Elliott [Fri, 5 Sep 2003 03:01:13 +0000 (03:01 +0000)] 
wxMenuBar:
* Add the application (bold) menu to the NSMenu used for menubars
* Rework Insert, Remove, and GetLabelTop to work with indices by
  retrieving the wxMenu then working from there to find the Cocoa index.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago* Set the window's title
David Elliott [Fri, 5 Sep 2003 02:53:39 +0000 (02:53 +0000)] 
* Set the window's title
* setHidesOnDeactivate: NO

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoCodeWarrior Obj-C++ requires explicit casts from id to Objective-C types
David Elliott [Fri, 5 Sep 2003 02:51:29 +0000 (02:51 +0000)] 
CodeWarrior Obj-C++ requires explicit casts from id to Objective-C types

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoWhen a modal dialog is shown and the app isn't running, run the event
David Elliott [Fri, 5 Sep 2003 02:48:49 +0000 (02:48 +0000)] 
When a modal dialog is shown and the app isn't running, run the event
loop manually until it is out of events.  This will allow the application
to let the Dock know it has completed startup.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded live resizing
Stefan Csomor [Fri, 5 Sep 2003 02:07:28 +0000 (02:07 +0000)] 
added live resizing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoImplement Cocoa_canBecomeMainWindow to say YES to Cocoa
David Elliott [Fri, 5 Sep 2003 01:40:52 +0000 (01:40 +0000)] 
Implement Cocoa_canBecomeMainWindow to say YES to Cocoa

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago* Added GetAppMenuBar
David Elliott [Fri, 5 Sep 2003 01:39:55 +0000 (01:39 +0000)] 
* Added GetAppMenuBar
* Removed Show
* Labeled (Attach|Detach)MenuBar as virtual
* Added SetMenuBar
* Implement (Attach|Detach)MenuBar using the wxMenuBarManager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdd support for wxMenuBarManager
David Elliott [Fri, 5 Sep 2003 01:34:57 +0000 (01:34 +0000)] 
Add support for wxMenuBarManager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Added a couple of wxPerl notes.
Mattia Barbon [Thu, 4 Sep 2003 22:20:16 +0000 (22:20 +0000)] 
  Added a couple of wxPerl notes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Fix and testcase for wxString::rfind bug I introduced.
Mattia Barbon [Thu, 4 Sep 2003 21:59:48 +0000 (21:59 +0000)] 
  Fix and testcase for wxString::rfind bug I introduced.
Patch by Robert Vazan.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago* Added virtual GetAppMenuBar() which returns the app-wide menubar which
David Elliott [Thu, 4 Sep 2003 21:16:41 +0000 (21:16 +0000)] 
* Added virtual GetAppMenuBar() which returns the app-wide menubar which
  would be appropriate for this window, or NULL if the manager should decide
* Added Become/Resign Main handlers
* For all Become/Resign Main/Key handlers, notify the menubar manager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago* Added delegate notifications for Become/Resign Main
David Elliott [Thu, 4 Sep 2003 20:59:30 +0000 (20:59 +0000)] 
* Added delegate notifications for Become/Resign Main
* Added canBecomeMainWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agowxCocoa: Added mbarman.(mm|h)
David Elliott [Thu, 4 Sep 2003 19:22:00 +0000 (19:22 +0000)] 
wxCocoa: Added mbarman.(mm|h)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdded wxMenuBarManager
David Elliott [Thu, 4 Sep 2003 19:19:03 +0000 (19:19 +0000)] 
Added wxMenuBarManager

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded data files
Václav Slavík [Thu, 4 Sep 2003 18:09:53 +0000 (18:09 +0000)] 
added data files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agolog changes
Stefan Csomor [Thu, 4 Sep 2003 16:18:07 +0000 (16:18 +0000)] 
log changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago#if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)
David Elliott [Thu, 4 Sep 2003 13:11:39 +0000 (13:11 +0000)] 
#if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomacro naming changes
Stefan Csomor [Thu, 4 Sep 2003 12:26:52 +0000 (12:26 +0000)] 
macro naming changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomacro naming changes
Stefan Csomor [Thu, 4 Sep 2003 01:28:39 +0000 (01:28 +0000)] 
macro naming changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomacro naming changes
Stefan Csomor [Thu, 4 Sep 2003 01:19:40 +0000 (01:19 +0000)] 
macro naming changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomacro naming changes, delegate api calls getting property info, object info exposed...
Stefan Csomor [Thu, 4 Sep 2003 01:12:11 +0000 (01:12 +0000)] 
macro naming changes, delegate api calls getting property info, object info exposed for beforewriteobject

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agonaming changes
Stefan Csomor [Thu, 4 Sep 2003 01:08:25 +0000 (01:08 +0000)] 
naming changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Regenerated makefiles.
Mattia Barbon [Thu, 4 Sep 2003 00:01:59 +0000 (00:01 +0000)] 
  Regenerated makefiles.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Regenerated makefiles in the correct place.
Mattia Barbon [Wed, 3 Sep 2003 20:27:58 +0000 (20:27 +0000)] 
  Regenerated makefiles in the correct place.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofixed win32res
Václav Slavík [Wed, 3 Sep 2003 20:16:10 +0000 (20:16 +0000)] 
fixed win32res

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Compilation fixes.
Mattia Barbon [Wed, 3 Sep 2003 17:39:27 +0000 (17:39 +0000)] 
  Compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Added missing bakefiles in utils/* and regenerated
Mattia Barbon [Wed, 3 Sep 2003 17:34:00 +0000 (17:34 +0000)] 
  Added missing bakefiles in utils/* and regenerated
(autoconf) Makefile.in.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Oops. Check in the correct Makefile.in.
Mattia Barbon [Wed, 3 Sep 2003 17:19:48 +0000 (17:19 +0000)] 
  Oops. Check in the correct Makefile.in.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofix makefile for digitalmars to build taskbar sample
Chris Elliott [Wed, 3 Sep 2003 14:35:49 +0000 (14:35 +0000)] 
fix makefile for digitalmars to build taskbar sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofix makefile for digitalmars to build joytest sample
Chris Elliott [Wed, 3 Sep 2003 14:16:40 +0000 (14:16 +0000)] 
fix makefile for digitalmars to build joytest sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofix makefile for digitalmars
Chris Elliott [Wed, 3 Sep 2003 13:59:53 +0000 (13:59 +0000)] 
fix makefile for digitalmars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded GetBaseClassName1 and 2 for memory.cpp compiles
Stefan Csomor [Wed, 3 Sep 2003 10:02:47 +0000 (10:02 +0000)] 
added GetBaseClassName1 and 2 for memory.cpp compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoCodeWarrior Obj-C++ requires explicit casts from id to Objective-C types
David Elliott [Tue, 2 Sep 2003 19:15:44 +0000 (19:15 +0000)] 
CodeWarrior Obj-C++ requires explicit casts from id to Objective-C types

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoSupport precompiled headers
David Elliott [Tue, 2 Sep 2003 19:03:22 +0000 (19:03 +0000)] 
Support precompiled headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago* Use wxTopLevelWindow::Show() for modeless dialogs
David Elliott [Tue, 2 Sep 2003 13:00:28 +0000 (13:00 +0000)] 
* Use wxTopLevelWindow::Show() for modeless dialogs
* Maintain m_isShown for modal dialogs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoSet the m_isShown flag appopriately
David Elliott [Tue, 2 Sep 2003 12:54:34 +0000 (12:54 +0000)] 
Set the m_isShown flag appopriately

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoaccept focus, keyboard can be used for navigation (patch 798098)
Václav Slavík [Mon, 1 Sep 2003 20:59:57 +0000 (20:59 +0000)] 
accept focus, keyboard can be used for navigation (patch 798098)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Corrected statements about wxString correctly handling
Mattia Barbon [Mon, 1 Sep 2003 20:20:21 +0000 (20:20 +0000)] 
  Corrected statements about wxString correctly handling
embedded '\0' characters.
  Fixed various wxString::*find* methods (patch by Robert Vazan),
plus added missing overloaded variants of find_first/last_(not_)of.
Added more tests in console sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoreSWIGged
Robin Dunn [Mon, 1 Sep 2003 20:01:55 +0000 (20:01 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoChanged #include order to correct a compilation error
Robin Dunn [Mon, 1 Sep 2003 20:01:10 +0000 (20:01 +0000)] 
Changed #include order to correct a compilation error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoCorrected a return type
Robin Dunn [Mon, 1 Sep 2003 19:59:50 +0000 (19:59 +0000)] 
Corrected a return type

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdded handler for WM_PRINT to assist with offscreen drawing of widgets
Robin Dunn [Mon, 1 Sep 2003 19:56:28 +0000 (19:56 +0000)] 
Added handler for WM_PRINT to assist with offscreen drawing of widgets

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoFixed style setting
Robin Dunn [Mon, 1 Sep 2003 19:54:41 +0000 (19:54 +0000)] 
Fixed style setting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoreSWIGged
Robin Dunn [Mon, 1 Sep 2003 19:53:54 +0000 (19:53 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Regenerated Makefile.in.
Mattia Barbon [Mon, 1 Sep 2003 19:53:05 +0000 (19:53 +0000)] 
  Regenerated Makefile.in.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoMore experiments with wxDrawWindowOnDC
Robin Dunn [Mon, 1 Sep 2003 19:52:45 +0000 (19:52 +0000)] 
More experiments with wxDrawWindowOnDC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoWork around a bug in the Carbon headers
Robin Dunn [Mon, 1 Sep 2003 19:41:12 +0000 (19:41 +0000)] 
Work around a bug in the Carbon headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoCheck wxUSE_DEPRECATED before including its headers
Robin Dunn [Mon, 1 Sep 2003 19:32:16 +0000 (19:32 +0000)] 
Check wxUSE_DEPRECATED before including its headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Regenerated makefile.
Mattia Barbon [Mon, 1 Sep 2003 17:19:54 +0000 (17:19 +0000)] 
  Regenerated makefile.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Committing in .
Jouk Jansen [Mon, 1 Sep 2003 14:51:42 +0000 (14:51 +0000)] 
 Committing in .

 removing some obsolete CLEAR members

 Modified Files:
  wxWindows/samples/richedit/wxlwindow.cpp
  wxWindows/utils/dialoged/src/reseditr.cpp
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Committing in .
Jouk Jansen [Mon, 1 Sep 2003 14:47:00 +0000 (14:47 +0000)] 
 Committing in .

 Update OpenVMS compile support

 Modified Files:
  wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
  wxWindows/src/generic/descrip.mms
  wxWindows/src/generic/notebook.cpp
  wxWindows/src/gtk/notebook.cpp wxWindows/src/univ/descrip.mms
  wxWindows/src/univ/notebook.cpp
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoonly work on the focus if the control is shown
Stefan Csomor [Mon, 1 Sep 2003 13:11:59 +0000 (13:11 +0000)] 
only work on the focus if the control is shown

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agore-added minimal.dsw
Václav Slavík [Mon, 1 Sep 2003 12:09:16 +0000 (12:09 +0000)] 
re-added minimal.dsw

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded missing include.
Stefan Neis [Sun, 31 Aug 2003 22:35:24 +0000 (22:35 +0000)] 
Added missing include.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded a couple of files that were missing for wxOS2.
Stefan Neis [Sun, 31 Aug 2003 22:27:24 +0000 (22:27 +0000)] 
Added a couple of files that were missing for wxOS2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoRemoved duplicate declaration of wxEntry.
Stefan Neis [Sun, 31 Aug 2003 21:44:48 +0000 (21:44 +0000)] 
Removed duplicate declaration of wxEntry.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoUpdated to current API.
Stefan Neis [Sun, 31 Aug 2003 21:39:52 +0000 (21:39 +0000)] 
Updated to current API.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoUpdated API to current state of wxWindows (int -> size_t).
Stefan Neis [Sun, 31 Aug 2003 21:37:00 +0000 (21:37 +0000)] 
Updated API to current state of wxWindows (int -> size_t).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agodon't return \n from GetLineText() neither
Vadim Zeitlin [Sun, 31 Aug 2003 21:09:27 +0000 (21:09 +0000)] 
don't return \n from GetLineText() neither

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agodon't return \r from GetLineText()
Vadim Zeitlin [Sun, 31 Aug 2003 21:02:21 +0000 (21:02 +0000)] 
don't return \r from GetLineText()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded missing include.
Stefan Neis [Sun, 31 Aug 2003 21:00:00 +0000 (21:00 +0000)] 
Added missing include.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded missing include to resource file.
Stefan Neis [Sun, 31 Aug 2003 20:55:56 +0000 (20:55 +0000)] 
Added missing include to resource file.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded missing include.
Stefan Neis [Sun, 31 Aug 2003 20:52:26 +0000 (20:52 +0000)] 
Added missing include.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoCleaned up remains of outdated 3D effect handling.
Stefan Neis [Sun, 31 Aug 2003 20:08:49 +0000 (20:08 +0000)] 
Cleaned up remains of outdated 3D effect handling.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoFixed IMPLEMENT_DYNAMIC_CLASS usage.
Stefan Neis [Sun, 31 Aug 2003 19:56:53 +0000 (19:56 +0000)] 
Fixed IMPLEMENT_DYNAMIC_CLASS usage.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded missing include.
Stefan Neis [Sun, 31 Aug 2003 19:54:41 +0000 (19:54 +0000)] 
Added missing include.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoAdded missing include.
Stefan Neis [Sun, 31 Aug 2003 19:41:52 +0000 (19:41 +0000)] 
Added missing include.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoFixed includes.
Stefan Neis [Sun, 31 Aug 2003 19:01:12 +0000 (19:01 +0000)] 
Fixed includes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoRemoved some code duplicating wxAppBase functions.
Stefan Neis [Sun, 31 Aug 2003 18:51:04 +0000 (18:51 +0000)] 
Removed some code duplicating wxAppBase functions.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoFixed return type of GetPageCount (int -> size_t).
Stefan Neis [Sun, 31 Aug 2003 18:25:53 +0000 (18:25 +0000)] 
Fixed return type of GetPageCount (int -> size_t).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoFixed AppTraits handling on OS/2.
Stefan Neis [Sun, 31 Aug 2003 18:15:10 +0000 (18:15 +0000)] 
Fixed AppTraits handling on OS/2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoCarbon Event Mouse Moved handler changes
Stefan Csomor [Sun, 31 Aug 2003 15:35:32 +0000 (15:35 +0000)] 
Carbon Event Mouse Moved handler changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23321 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoCarbon Event Mouse Moved handler added
Stefan Csomor [Sun, 31 Aug 2003 15:33:02 +0000 (15:33 +0000)] 
Carbon Event Mouse Moved handler added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Add wxNet dependency.
Mattia Barbon [Sun, 31 Aug 2003 14:29:07 +0000 (14:29 +0000)] 
  Add wxNet dependency.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agono changes
Vadim Zeitlin [Sun, 31 Aug 2003 13:47:11 +0000 (13:47 +0000)] 
no changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agobackport the sizers change
Vadim Zeitlin [Sun, 31 Aug 2003 13:30:39 +0000 (13:30 +0000)] 
backport the sizers change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agofix redistribution of the extra space between sizer items
Vadim Zeitlin [Sun, 31 Aug 2003 13:29:28 +0000 (13:29 +0000)] 
fix redistribution of the extra space between sizer items

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoundid the last change
Vadim Zeitlin [Sun, 31 Aug 2003 12:54:48 +0000 (12:54 +0000)] 
undid the last change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Prevent wxMac from creating an epmpty bitmap in a toolbar
Robert Roebling [Sun, 31 Aug 2003 12:05:49 +0000 (12:05 +0000)] 
  Prevent wxMac from creating an epmpty bitmap in a toolbar
    if all we want is a separator.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agocompilation fix
Vadim Zeitlin [Sat, 30 Aug 2003 23:11:46 +0000 (23:11 +0000)] 
compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoreturn the index of the inserted/appended item
Vadim Zeitlin [Sat, 30 Aug 2003 23:03:07 +0000 (23:03 +0000)] 
return the index of the inserted/appended item

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agouse SetClientSize(), not SetSize() in Fit()
Vadim Zeitlin [Sat, 30 Aug 2003 22:39:56 +0000 (22:39 +0000)] 
use SetClientSize(), not SetSize() in Fit()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago More compilation fixes.
Mattia Barbon [Sat, 30 Aug 2003 21:06:50 +0000 (21:06 +0000)] 
  More compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agofixed return value of Disable() (bug 795630)
Vadim Zeitlin [Sat, 30 Aug 2003 20:56:47 +0000 (20:56 +0000)] 
fixed return value of Disable() (bug 795630)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoFixed several bugs in threading code for OS/2. Thread sample now working.
Stefan Neis [Sat, 30 Aug 2003 20:44:14 +0000 (20:44 +0000)] 
Fixed several bugs in threading code for OS/2. Thread sample now working.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agomade Update be window local (before was updating the entire window), ScrollWindow...
Stefan Csomor [Sat, 30 Aug 2003 20:32:46 +0000 (20:32 +0000)] 
made Update be window local (before was updating the entire window), ScrollWindow now scrolls also invalidated areas and in the end does an Update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoremoving all updates specially for mac
Stefan Csomor [Sat, 30 Aug 2003 20:30:53 +0000 (20:30 +0000)] 
removing all updates specially for mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Compilation fixes.
Mattia Barbon [Sat, 30 Aug 2003 17:55:22 +0000 (17:55 +0000)] 
  Compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoremoved BuildRequires: wx-base-devel from RPM .spec files
Václav Slavík [Sat, 30 Aug 2003 12:30:09 +0000 (12:30 +0000)] 
removed BuildRequires: wx-base-devel from RPM .spec files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago$ causes diff problems here
Václav Slavík [Sat, 30 Aug 2003 10:28:29 +0000 (10:28 +0000)] 
$ causes diff problems here

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agomoved compat content to formats, there will be more wx-specific formats
Václav Slavík [Sat, 30 Aug 2003 10:12:50 +0000 (10:12 +0000)] 
moved compat content to formats, there will be more wx-specific formats

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agomoved compat content to formats, there will be more wx-specific formats
Václav Slavík [Sat, 30 Aug 2003 10:02:28 +0000 (10:02 +0000)] 
moved compat content to formats, there will be more wx-specific formats

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoremoved caching from wxInternetFSHandler
Václav Slavík [Fri, 29 Aug 2003 22:54:45 +0000 (22:54 +0000)] 
removed caching from wxInternetFSHandler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years ago Fixed bug introduced in fs_zip.cpp when replacing wxHashTableLong
Mattia Barbon [Fri, 29 Aug 2003 20:10:32 +0000 (20:10 +0000)] 
  Fixed bug introduced in fs_zip.cpp when replacing wxHashTableLong
with wxHashMap.
  Made wxHashMap constructor explicit to prevent similar errors.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoadded WX_IMPLEMENT_PROPERTY
Stefan Csomor [Fri, 29 Aug 2003 19:07:58 +0000 (19:07 +0000)] 
added WX_IMPLEMENT_PROPERTY

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoRename some of the Cocoa methods to reflect that they are implemented
David Elliott [Fri, 29 Aug 2003 14:59:04 +0000 (14:59 +0000)] 
Rename some of the Cocoa methods to reflect that they are implemented
by the NSWindow delegate.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoImplement windowShouldClose: in delegate instead of class poser
David Elliott [Fri, 29 Aug 2003 14:15:59 +0000 (14:15 +0000)] 
Implement windowShouldClose: in delegate instead of class poser

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

21 years agoUse a delegate instead of manually adding notifications. Not only is this
David Elliott [Fri, 29 Aug 2003 14:10:23 +0000 (14:10 +0000)] 
Use a delegate instead of manually adding notifications.  Not only is this
less code, but a delegate will be required for future functionality.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775