]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years ago Reverted changes to make buttons smaller in wxMotif because they uncover
Mattia Barbon [Sat, 8 Mar 2003 13:47:53 +0000 (13:47 +0000)] 
  Reverted changes to make buttons smaller in wxMotif because they uncover
a bug in wxGTK, and, more importantly, thay will break user code under
Motif which uses sizers and calls wxButton::SetDefault.

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

21 years ago Modified vc.t according to last changes to makefile.vc, and regenerated
Mattia Barbon [Fri, 7 Mar 2003 16:03:15 +0000 (16:03 +0000)] 
  Modified vc.t according to last changes to makefile.vc, and regenerated
makefile.vc.

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

21 years ago Removed some superflous #defines already added by plaform.h, simplified a bit
Mattia Barbon [Fri, 7 Mar 2003 15:48:41 +0000 (15:48 +0000)] 
  Removed some superflous #defines already added by plaform.h, simplified a bit
the logic to construct directory and library names; now it should be possible
to build in Unicode mode without changing setup.h; fixed building wxBase with
makefiles.
  Added a new DEBUGINFO parameter. FINAL=hybrid DEBUGINFO=1 is like
FINAL=hybrid but with debug information.

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

21 years agoshow and hide implementation added
Stefan Csomor [Fri, 7 Mar 2003 10:25:11 +0000 (10:25 +0000)] 
show and hide implementation added

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

21 years agodepth for masks added
Stefan Csomor [Fri, 7 Mar 2003 10:21:16 +0000 (10:21 +0000)] 
depth for masks added

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

21 years agochange to a tiny minimal value for DoGetBestSize in case of existing entries
Stefan Csomor [Thu, 6 Mar 2003 21:38:12 +0000 (21:38 +0000)] 
change to a tiny minimal value for DoGetBestSize in case of existing entries

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

21 years agoadded alpha channel support for mask bitmaps
Stefan Csomor [Thu, 6 Mar 2003 21:20:19 +0000 (21:20 +0000)] 
added alpha channel support for mask bitmaps

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

21 years ago Fix release build.
Mattia Barbon [Thu, 6 Mar 2003 21:07:50 +0000 (21:07 +0000)] 
  Fix release build.

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

21 years ago Work around wxNotebook or Motif or wxMotif bug.
Mattia Barbon [Thu, 6 Mar 2003 17:52:41 +0000 (17:52 +0000)] 
  Work around wxNotebook or Motif or wxMotif bug.

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

21 years agocontext menu support for mac enabled
Stefan Csomor [Thu, 6 Mar 2003 16:56:06 +0000 (16:56 +0000)] 
context menu support for mac enabled

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

21 years agovalue expansion to double
Stefan Csomor [Thu, 6 Mar 2003 16:38:19 +0000 (16:38 +0000)] 
value expansion to double

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

21 years agowe now must skip right click events in order to allow for context events to be generated
Stefan Csomor [Thu, 6 Mar 2003 16:35:10 +0000 (16:35 +0000)] 
we now must skip right click events in order to allow for context events to be generated

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

21 years agothe msw implementation even shows an ok button if it is not specified, we do the...
Stefan Csomor [Thu, 6 Mar 2003 16:32:14 +0000 (16:32 +0000)] 
the msw implementation even shows an ok button if it is not specified, we do the same

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

21 years agoadded OnMouse which will trigger context menu events, added better DoMenuPopup implem...
Stefan Csomor [Thu, 6 Mar 2003 16:30:26 +0000 (16:30 +0000)] 
added OnMouse which will trigger context menu events, added better DoMenuPopup implementation which also deals correctly with check items, submenus etc.

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

21 years agoadded OnMouse which will trigger context menu events
Stefan Csomor [Thu, 6 Mar 2003 16:26:37 +0000 (16:26 +0000)] 
added OnMouse which will trigger context menu events

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

21 years ago Fix warning.
Mattia Barbon [Wed, 5 Mar 2003 20:38:18 +0000 (20:38 +0000)] 
  Fix warning.

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

21 years ago Document the new __WXMOTIF20__ preprocessor macro.
Mattia Barbon [Wed, 5 Mar 2003 20:36:48 +0000 (20:36 +0000)] 
  Document the new __WXMOTIF20__ preprocessor macro.

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

21 years ago Mentioned the need to set the WXDIR environment variable.
Mattia Barbon [Wed, 5 Mar 2003 20:35:46 +0000 (20:35 +0000)] 
  Mentioned the need to set the WXDIR environment variable.

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

21 years ago Applied patch [ 696990 ] fix makeg95.env so it can find version.mak
Mattia Barbon [Wed, 5 Mar 2003 20:21:32 +0000 (20:21 +0000)] 
  Applied patch [ 696990 ] fix makeg95.env so it can find version.mak
from Derry Bryson.

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

21 years ago Added new __WXMOTIF20__ macro, which is true if the Motif version
Mattia Barbon [Wed, 5 Mar 2003 20:15:35 +0000 (20:15 +0000)] 
  Added new __WXMOTIF20__ macro, which is true if the Motif version
is 2.0 or higher.
  Now Motif 2.0 or better (but not Lesstif) uses XmRenderTable instead
of the deprecated XmFontList. This allows underlined text in controls.
  Miscellaneous cleanup; used wxXmString in some more places.

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

21 years agobackport gtk2 mnemonics patch
Václav Slavík [Wed, 5 Mar 2003 18:10:06 +0000 (18:10 +0000)] 
backport gtk2 mnemonics patch

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

21 years agofix compilation for GTK1
Václav Slavík [Wed, 5 Mar 2003 15:58:10 +0000 (15:58 +0000)] 
fix compilation for GTK1

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

21 years agoadded support for GTK2 label mnemonics (patch #689573)
Václav Slavík [Tue, 4 Mar 2003 23:34:52 +0000 (23:34 +0000)] 
added support for GTK2 label mnemonics (patch #689573)

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

21 years agonew wxDIB class
Vadim Zeitlin [Tue, 4 Mar 2003 02:15:29 +0000 (02:15 +0000)] 
new wxDIB class

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

21 years agodon't use GetSelectedInto() in release build
Vadim Zeitlin [Tue, 4 Mar 2003 02:14:13 +0000 (02:14 +0000)] 
don't use GetSelectedInto() in release build

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

21 years agostart of alpha transparency support
Vadim Zeitlin [Tue, 4 Mar 2003 02:12:28 +0000 (02:12 +0000)] 
start of alpha transparency support

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

21 years agodon't erase the background to see the transparent images better
Vadim Zeitlin [Tue, 4 Mar 2003 02:10:27 +0000 (02:10 +0000)] 
don't erase the background to see the transparent images better

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

21 years agoadded wxDynamicLibrary::Detach()
Vadim Zeitlin [Tue, 4 Mar 2003 01:48:47 +0000 (01:48 +0000)] 
added wxDynamicLibrary::Detach()

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

21 years agoadded support for reading alpha channel
Vadim Zeitlin [Mon, 3 Mar 2003 20:39:50 +0000 (20:39 +0000)] 
added support for reading alpha channel

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

21 years agoadded alpha channel support to wxImage
Vadim Zeitlin [Mon, 3 Mar 2003 20:33:40 +0000 (20:33 +0000)] 
added alpha channel support to wxImage

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

21 years agoadded some macros to define version strings from version number (instead of having...
Vadim Zeitlin [Mon, 3 Mar 2003 19:52:25 +0000 (19:52 +0000)] 
added some macros to define version strings from version number (instead of having to manually update both)

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

21 years agoadded math.h
Vadim Zeitlin [Mon, 3 Mar 2003 19:50:21 +0000 (19:50 +0000)] 
added math.h

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

21 years agoadded wxUSE_DISPLAY
Vadim Zeitlin [Mon, 3 Mar 2003 19:49:37 +0000 (19:49 +0000)] 
added wxUSE_DISPLAY

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

21 years agosorry previous commit message was wrong, should read
Stefan Csomor [Mon, 3 Mar 2003 15:35:52 +0000 (15:35 +0000)] 
sorry previous commit message was wrong, should read
added shrink procedure with proper color averaging, it is triggered from scale in case the old with/height are multiples of the new width/height

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

21 years agooverflow fix
Stefan Csomor [Mon, 3 Mar 2003 15:30:20 +0000 (15:30 +0000)] 
overflow fix

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

21 years agoadded shrink procedure with proper color averaging
Stefan Csomor [Mon, 3 Mar 2003 15:25:36 +0000 (15:25 +0000)] 
added shrink procedure with proper color averaging

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

21 years agocompilation fix: include wx/platform.h before testing for __WIN32__
Vadim Zeitlin [Mon, 3 Mar 2003 02:15:55 +0000 (02:15 +0000)] 
compilation fix: include wx/platform.h before testing for __WIN32__

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

21 years agofixed spurious assert in FindControl() (fixes patch 696147)
Vadim Zeitlin [Mon, 3 Mar 2003 00:00:52 +0000 (00:00 +0000)] 
fixed spurious assert in FindControl() (fixes patch 696147)

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

21 years agoadded wxRect2DDouble == != = operators (patch 684616)
Vadim Zeitlin [Sun, 2 Mar 2003 23:44:56 +0000 (23:44 +0000)] 
added wxRect2DDouble == != = operators (patch 684616)

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

21 years agoadded wx/math.h (patch 686009)
Vadim Zeitlin [Sun, 2 Mar 2003 23:42:57 +0000 (23:42 +0000)] 
added wx/math.h (patch 686009)

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

21 years agoadded possibility to use several wxFileHistories (patch 685876)
Vadim Zeitlin [Sun, 2 Mar 2003 23:35:17 +0000 (23:35 +0000)] 
added possibility to use several wxFileHistories (patch 685876)

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

21 years agofixed memory leak (patch 696164)
Vadim Zeitlin [Sun, 2 Mar 2003 23:24:28 +0000 (23:24 +0000)] 
fixed memory leak (patch 696164)

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

21 years agoadded missing include (patch 690352)
Vadim Zeitlin [Sun, 2 Mar 2003 23:21:53 +0000 (23:21 +0000)] 
added missing include (patch 690352)

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

21 years agofixed memory leak (patch 685580)
Vadim Zeitlin [Sun, 2 Mar 2003 23:18:26 +0000 (23:18 +0000)] 
fixed memory leak (patch 685580)

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

21 years agoGiveFeedback support, Cursor Extension
Stefan Csomor [Sun, 2 Mar 2003 22:48:38 +0000 (22:48 +0000)] 
GiveFeedback support, Cursor Extension

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

21 years agoOSX printing fixes
Stefan Csomor [Sun, 2 Mar 2003 22:47:37 +0000 (22:47 +0000)] 
OSX printing fixes

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

21 years agodestroy event support
Stefan Csomor [Sun, 2 Mar 2003 22:46:44 +0000 (22:46 +0000)] 
destroy event support

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

21 years agousleep fix
Stefan Csomor [Sun, 2 Mar 2003 22:45:53 +0000 (22:45 +0000)] 
usleep fix

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

21 years agoxpm support, color cursor support
Stefan Csomor [Sun, 2 Mar 2003 22:44:08 +0000 (22:44 +0000)] 
xpm support, color cursor support

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

21 years agoxpm support
Stefan Csomor [Sun, 2 Mar 2003 22:38:30 +0000 (22:38 +0000)] 
xpm support

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

21 years agofix
Stefan Csomor [Sun, 2 Mar 2003 22:37:08 +0000 (22:37 +0000)] 
fix

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

21 years agoadded copy arrow cursor macos specific
Stefan Csomor [Sun, 2 Mar 2003 22:35:42 +0000 (22:35 +0000)] 
added copy arrow cursor macos specific

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

21 years ago Up-ported wxBusyCursor fix and wxCombBov default dialog
Robert Roebling [Sun, 2 Mar 2003 21:34:32 +0000 (21:34 +0000)] 
  Up-ported wxBusyCursor fix and wxCombBov default dialog
    action behaviour if enter is hit in it.

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

21 years agoupdated source to not use deprecated wxList methods
Gilles Depeyrot [Sun, 2 Mar 2003 20:22:31 +0000 (20:22 +0000)] 
updated source to not use deprecated wxList methods

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

21 years ago Refactored wxStaticBox, and changed wxStaticBox and wxRadioBox border
Mattia Barbon [Sun, 2 Mar 2003 20:08:45 +0000 (20:08 +0000)] 
  Refactored wxStaticBox, and changed wxStaticBox and wxRadioBox border
style from sunken to the default Motif style.
  Added some convenience macros for checking Motif/Lesstif version.
  Fixed the bug that caused wxStaticBox size to change when label text
was changed.

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

21 years agoadded missing include file and corrected memory leak due to creation of
Gilles Depeyrot [Sun, 2 Mar 2003 19:57:47 +0000 (19:57 +0000)] 
added missing include file and corrected memory leak due to creation of
never used region (NewRgn)

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

21 years agoimplemented wxCLOSE_BOX under Windows
Václav Slavík [Sun, 2 Mar 2003 18:58:58 +0000 (18:58 +0000)] 
implemented wxCLOSE_BOX under Windows

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

21 years agoadded tests for changing display resolution and going full screen
Vadim Zeitlin [Sun, 2 Mar 2003 14:38:03 +0000 (14:38 +0000)] 
added tests for changing display resolution and going full screen

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

21 years agoadded wxDisplay files
Vadim Zeitlin [Sun, 2 Mar 2003 14:31:56 +0000 (14:31 +0000)] 
added wxDisplay files

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

21 years agodefine some global wxDisplay-related stuff here (wxArrayVideoModes, wxDefaultVideoMode)
Vadim Zeitlin [Sun, 2 Mar 2003 14:30:17 +0000 (14:30 +0000)] 
define some global wxDisplay-related stuff here (wxArrayVideoModes, wxDefaultVideoMode)

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

21 years agomaximize the window to the correct display (i.e. the one it is currently on); ShowFul...
Vadim Zeitlin [Sun, 2 Mar 2003 14:24:34 +0000 (14:24 +0000)] 
maximize the window to the correct display (i.e. the one it is currently on); ShowFullScreen() actually shows the window, too

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

21 years agoOSX fixes for printing
Stefan Csomor [Sun, 2 Mar 2003 14:23:20 +0000 (14:23 +0000)] 
OSX fixes for printing

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

21 years agoimplemented video mode support (getting the current one, enumerating, changing)
Vadim Zeitlin [Sun, 2 Mar 2003 14:17:20 +0000 (14:17 +0000)] 
implemented video mode support (getting the current one, enumerating, changing)

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

21 years agosignificant API changes: wxVideoMode and methods using it added, GetDepth() and IsCol...
Vadim Zeitlin [Sun, 2 Mar 2003 14:16:29 +0000 (14:16 +0000)] 
significant API changes: wxVideoMode and methods using it added, GetDepth() and IsColour() removed, GetFromWindow() added

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

21 years agoremoved deprecated calls from wxImage example (bug #688438)
Václav Slavík [Sun, 2 Mar 2003 11:01:09 +0000 (11:01 +0000)] 
removed deprecated calls from wxImage example (bug #688438)

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

21 years ago Implemented wxButton::DoGetBestSize for wxMotif. Now normal buttons
Mattia Barbon [Sun, 2 Mar 2003 10:09:25 +0000 (10:09 +0000)] 
  Implemented wxButton::DoGetBestSize for wxMotif. Now normal buttons
and default buttons are visually the same size, however, given how
wxMotif draws default buttons, the Widget for a default button is
bigger (8 pixels by default), thus setting default border will
make the Widget grow.

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

21 years agoapplied fix to MkDir for mac
Stefan Csomor [Sat, 1 Mar 2003 21:09:23 +0000 (21:09 +0000)] 
applied fix to MkDir for mac

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

21 years ago Do not change background colour for parent widget; set best size to
Mattia Barbon [Sat, 1 Mar 2003 18:05:33 +0000 (18:05 +0000)] 
  Do not change background colour for parent widget; set best size to
some arbitrary value if the text control is empty.

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

21 years ago Fix "make install" for wxMotif after recent changes for using X11 files.
Mattia Barbon [Sat, 1 Mar 2003 17:52:27 +0000 (17:52 +0000)] 
  Fix "make install" for wxMotif after recent changes for using X11 files.
  Fix "make dist" for all ports (changes in internat sample), and for
wxMotif (for the aforementioned changes).

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

21 years agoadded minor and major description for wxGetOsVersion for wxMac
Stefan Csomor [Sat, 1 Mar 2003 17:30:38 +0000 (17:30 +0000)] 
added minor and major description for wxGetOsVersion for wxMac

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

21 years agowxMac just using Update()
Stefan Csomor [Sat, 1 Mar 2003 17:13:57 +0000 (17:13 +0000)] 
wxMac just using Update()

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

21 years agoadded wxMac to the branch using Update for refresh
Stefan Csomor [Sat, 1 Mar 2003 16:36:06 +0000 (16:36 +0000)] 
added wxMac to the branch using Update for refresh

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

21 years ago Added wxComboBox::SetString patch
Robert Roebling [Sat, 1 Mar 2003 10:00:29 +0000 (10:00 +0000)] 
  Added wxComboBox::SetString patch

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

21 years ago Upported combobox changes and another fix.
Robert Roebling [Sat, 1 Mar 2003 09:59:27 +0000 (09:59 +0000)] 
  Upported combobox changes and another fix.

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

21 years agoTidied space and tabs in wxMac files
Julian Smart [Fri, 28 Feb 2003 23:48:13 +0000 (23:48 +0000)] 
Tidied space and tabs in wxMac files

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

21 years ago1. added native wxMessageDialog implementation for GTK+2
Václav Slavík [Fri, 28 Feb 2003 23:46:59 +0000 (23:46 +0000)] 
1. added native wxMessageDialog implementation for GTK+2
2. minor formatting changes, so that the changelog has consistent look

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

21 years agoadded native wxMessageDialog implementation for GTK+2
Václav Slavík [Fri, 28 Feb 2003 23:46:41 +0000 (23:46 +0000)] 
added native wxMessageDialog implementation for GTK+2

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

21 years agofixed wxScrollBar creation when default size was used
Václav Slavík [Fri, 28 Feb 2003 23:41:00 +0000 (23:41 +0000)] 
fixed wxScrollBar creation when default size was used

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

21 years agocompilation fix
Václav Slavík [Fri, 28 Feb 2003 23:39:46 +0000 (23:39 +0000)] 
compilation fix

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

21 years agoadded native wxMessageDialog implementation for GTK+2
Václav Slavík [Fri, 28 Feb 2003 23:37:46 +0000 (23:37 +0000)] 
added native wxMessageDialog implementation for GTK+2

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

21 years agoTidied up white space and tabs in wxMac
Julian Smart [Fri, 28 Feb 2003 23:36:37 +0000 (23:36 +0000)] 
Tidied up white space and tabs in wxMac

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

21 years agoRemoved unnecessary #ifs
Julian Smart [Fri, 28 Feb 2003 22:23:25 +0000 (22:23 +0000)] 
Removed unnecessary #ifs

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

21 years ago Change wxCLOSE to wxCLOSE_BOX.
Mattia Barbon [Fri, 28 Feb 2003 22:09:14 +0000 (22:09 +0000)] 
  Change wxCLOSE to wxCLOSE_BOX.

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

21 years agoTidied copyright and date for wxMac files
Julian Smart [Fri, 28 Feb 2003 21:54:04 +0000 (21:54 +0000)] 
Tidied copyright and date for wxMac files

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

21 years ago#ifed wxLog occurrences
Julian Smart [Fri, 28 Feb 2003 19:30:22 +0000 (19:30 +0000)] 
#ifed wxLog occurrences

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

21 years agoAdded display sample to distrib file lists
Julian Smart [Fri, 28 Feb 2003 18:04:10 +0000 (18:04 +0000)] 
Added display sample to distrib file lists

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

21 years agoadded FromPoint test
Vadim Zeitlin [Fri, 28 Feb 2003 01:48:47 +0000 (01:48 +0000)] 
added FromPoint test

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

21 years agostarted writing wxDisplay sample
Vadim Zeitlin [Fri, 28 Feb 2003 01:33:55 +0000 (01:33 +0000)] 
started writing wxDisplay sample

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

21 years agoPatch from David Falkinder to help building a STC dll.
Robin Dunn [Thu, 27 Feb 2003 21:10:20 +0000 (21:10 +0000)] 
Patch from David Falkinder to help building a STC dll.

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

21 years agoshow error message if exec() failed: not pretty but better than nothing
Vadim Zeitlin [Thu, 27 Feb 2003 18:20:38 +0000 (18:20 +0000)] 
show error message if exec() failed: not pretty but better than nothing

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

21 years agofix bug with timezone calculations when WX_GMTOFF_IN_TM si true
Vadim Zeitlin [Thu, 27 Feb 2003 13:01:29 +0000 (13:01 +0000)] 
fix bug with timezone calculations when WX_GMTOFF_IN_TM si true

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

21 years agofix bug with timezone calculations when WX_GMTOFF_IN_TM si true
Vadim Zeitlin [Thu, 27 Feb 2003 12:53:03 +0000 (12:53 +0000)] 
fix bug with timezone calculations when WX_GMTOFF_IN_TM si true

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

21 years agowxExecute may only be called from the main thread
Vadim Zeitlin [Thu, 27 Feb 2003 12:18:07 +0000 (12:18 +0000)] 
wxExecute may only be called from the main thread

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

21 years agoupdated the sample to show the sizers, not constraints, in the main frame; also demon...
Vadim Zeitlin [Thu, 27 Feb 2003 12:02:22 +0000 (12:02 +0000)] 
updated the sample to show the sizers, not constraints, in the main frame; also demonstrate flex grid sizer

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

21 years agoadded proportion parameter to wxFlexGridSizer::AddGrowableRow/Col()
Vadim Zeitlin [Thu, 27 Feb 2003 11:55:26 +0000 (11:55 +0000)] 
added proportion parameter to wxFlexGridSizer::AddGrowableRow/Col()

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

21 years agoadded WXK_WINDOWS_XXX key constants
Vadim Zeitlin [Thu, 27 Feb 2003 11:51:41 +0000 (11:51 +0000)] 
added WXK_WINDOWS_XXX key constants

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

21 years agoadded wxUSE_DISPLAY
Vadim Zeitlin [Thu, 27 Feb 2003 10:30:35 +0000 (10:30 +0000)] 
added wxUSE_DISPLAY

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

21 years agofix for SetSize was missing
Stefan Csomor [Thu, 27 Feb 2003 10:18:16 +0000 (10:18 +0000)] 
fix for SetSize was missing

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

21 years agowxCLOSE->wxCLOSE_BOX
Václav Slavík [Thu, 27 Feb 2003 10:13:26 +0000 (10:13 +0000)] 
wxCLOSE->wxCLOSE_BOX

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

21 years agoSetValue can add values if not readonly
Stefan Csomor [Thu, 27 Feb 2003 10:06:12 +0000 (10:06 +0000)] 
SetValue can add values if not readonly

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