]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years agoadded and documented wxDC::DrawCheckMark()
Vadim Zeitlin [Thu, 17 Feb 2000 12:53:36 +0000 (12:53 +0000)] 
added and documented wxDC::DrawCheckMark()

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

24 years agowxSysErrorCode/Msg documented
Vadim Zeitlin [Thu, 17 Feb 2000 12:16:41 +0000 (12:16 +0000)] 
wxSysErrorCode/Msg documented

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

24 years agoAdded demo of strange rectangle behaviour
Julian Smart [Thu, 17 Feb 2000 11:04:26 +0000 (11:04 +0000)] 
Added demo of strange rectangle behaviour

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

24 years ago1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX
Vadim Zeitlin [Thu, 17 Feb 2000 10:12:48 +0000 (10:12 +0000)] 
1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX
2. EVT_GRID_EDITOR_SHOWN/HIDDEN added
3. Alt-X now work in the grid (instead of being eaten in StartingKey)
4. added CanEnableCellControl() and use it before calling EnableEC

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

24 years agohack to fix crash when creating a DC for a widgetless window
Vadim Zeitlin [Thu, 17 Feb 2000 08:47:12 +0000 (08:47 +0000)] 
hack to fix crash when creating a DC for a widgetless window

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

24 years agowarning in GetItemFromPoint with mingw32 fixed
Vadim Zeitlin [Thu, 17 Feb 2000 08:04:28 +0000 (08:04 +0000)] 
warning in GetItemFromPoint with mingw32 fixed

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

24 years agoMore fixes for the OGL wrapper and some other updates.
Robin Dunn [Thu, 17 Feb 2000 04:52:42 +0000 (04:52 +0000)] 
More fixes for the OGL wrapper and some other updates.

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

24 years agoOptimized drawing code in OnMouse() for freehand drawing.
Guillermo Rodriguez Garcia [Thu, 17 Feb 2000 03:02:14 +0000 (03:02 +0000)] 
Optimized drawing code in OnMouse() for freehand drawing.

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

24 years agoadded a few comments and remove $(COPYSEP)
Guillermo Rodriguez Garcia [Wed, 16 Feb 2000 23:46:07 +0000 (23:46 +0000)] 
added a few comments and remove $(COPYSEP)

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

24 years agoadded myself for spanish translation :-)
Guillermo Rodriguez Garcia [Wed, 16 Feb 2000 23:38:06 +0000 (23:38 +0000)] 
added myself for spanish translation :-)

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

24 years agofixed background colour handling in wxTreeCtrl
Václav Slavík [Wed, 16 Feb 2000 23:23:19 +0000 (23:23 +0000)] 
fixed background colour handling in wxTreeCtrl

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

24 years agoStart of actual filling in of wxFrame.
David Webster [Wed, 16 Feb 2000 21:51:58 +0000 (21:51 +0000)] 
Start of actual filling in of wxFrame.

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

24 years agoStart of actual filling in of wxFrame. Makefile now supports tiff
David Webster [Wed, 16 Feb 2000 21:51:22 +0000 (21:51 +0000)] 
Start of actual filling in of wxFrame.  Makefile now supports tiff

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

24 years agoDrawLine normalized; wxStaticBitmap fixed for Dialog Editor
Julian Smart [Wed, 16 Feb 2000 21:44:35 +0000 (21:44 +0000)] 
DrawLine normalized; wxStaticBitmap fixed for Dialog Editor

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

24 years agodocumented Set/GetVendorName
Václav Slavík [Wed, 16 Feb 2000 21:41:22 +0000 (21:41 +0000)] 
documented Set/GetVendorName

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

24 years agoadded support for readonly cells and 3d border drawing
Vadim Zeitlin [Wed, 16 Feb 2000 21:10:45 +0000 (21:10 +0000)] 
added support for readonly cells and 3d border drawing

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

24 years agoEats EVT_CHAR events for WXK_ESCAPE, WXK_TAB, and WXK_RETURN since
Robin Dunn [Wed, 16 Feb 2000 20:54:27 +0000 (20:54 +0000)] 
Eats EVT_CHAR events for WXK_ESCAPE, WXK_TAB, and WXK_RETURN since
they are handled in EVT_KEY_DOWN.  It also gets rid of the annoying
bell on MSW for the return key.

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

24 years agoadded files / made changes to enable building Debian releases from cvs
Ron Lee [Wed, 16 Feb 2000 20:47:08 +0000 (20:47 +0000)] 
added files / made changes to enable building Debian releases from cvs

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

24 years agodisable edit control before insert/delete row/col
Robin Dunn [Wed, 16 Feb 2000 20:42:43 +0000 (20:42 +0000)] 
disable edit control before insert/delete row/col

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

24 years ago* Video with XANIM is working on Multimedia Board (I must improve the window
Guilhem Lavaux [Wed, 16 Feb 2000 20:20:11 +0000 (20:20 +0000)] 
* Video with XANIM is working on Multimedia Board (I must improve the window
  sizing, ...): it shows me movies.
* Fixed a major bug in sndcpcm: we must divide by 2 the length of the
  sound block because we work in 16 bits mode
* Support for Video in wxMultimediaBoard
* Other fixes

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

24 years agothe in-place control uses the attr for colours/font info too
Vadim Zeitlin [Wed, 16 Feb 2000 20:18:53 +0000 (20:18 +0000)] 
the in-place control uses the attr for colours/font info too

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

24 years agomissing event.Skip() added (it was impossible to use mouse without it...)
Vadim Zeitlin [Wed, 16 Feb 2000 20:10:31 +0000 (20:10 +0000)] 
missing event.Skip() added (it was impossible to use mouse without it...)

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

24 years agocompilation fix for the generic version
Vadim Zeitlin [Wed, 16 Feb 2000 20:07:51 +0000 (20:07 +0000)] 
compilation fix for the generic version

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

24 years agoremoved test wxYield
Vadim Zeitlin [Wed, 16 Feb 2000 19:22:11 +0000 (19:22 +0000)] 
removed test wxYield

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

24 years agodeTABified
Vadim Zeitlin [Wed, 16 Feb 2000 19:15:13 +0000 (19:15 +0000)] 
deTABified

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

24 years agotranslators for Hungarian and Russian added
Vadim Zeitlin [Wed, 16 Feb 2000 19:06:13 +0000 (19:06 +0000)] 
translators for Hungarian and Russian added

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

24 years agoInsert row/col now uses the current position to determine where to insert.
Robin Dunn [Wed, 16 Feb 2000 17:52:27 +0000 (17:52 +0000)] 
Insert row/col now uses the current position to determine where to insert.

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

24 years agoAdded getters/setters for cell and grid-default editors
Robin Dunn [Wed, 16 Feb 2000 17:51:33 +0000 (17:51 +0000)] 
Added getters/setters for cell and grid-default editors

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

24 years agoOS/2 support added
David Webster [Wed, 16 Feb 2000 17:12:56 +0000 (17:12 +0000)] 
OS/2 support added

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

24 years agoAdded UpdateAttrRows/Cols to change the row/column info in attributes as
Stefan Neis [Wed, 16 Feb 2000 16:08:16 +0000 (16:08 +0000)] 
Added UpdateAttrRows/Cols to change the row/column info in attributes as
      needed when Deleting/Inserting rows/columns.

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

24 years agoCorrected my bug...
Julian Smart [Wed, 16 Feb 2000 14:55:56 +0000 (14:55 +0000)] 
Corrected my bug...

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

24 years agoAdd Plot to library
David Webster [Wed, 16 Feb 2000 13:46:54 +0000 (13:46 +0000)] 
Add Plot to library

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

24 years agoFixed stupidity
Sylvain Bougnoux [Wed, 16 Feb 2000 13:38:50 +0000 (13:38 +0000)] 
Fixed stupidity

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

24 years agoFixed wxGetLocalTimesMillis using HAVE_GETTIMEOFDAY\nPlease fix the others...\nThen...
Sylvain Bougnoux [Wed, 16 Feb 2000 13:05:55 +0000 (13:05 +0000)] 
Fixed wxGetLocalTimesMillis using HAVE_GETTIMEOFDAY\nPlease fix the others...\nThen remove val*=wxGetLocalTime()

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

24 years agoVarious VC++ 1.5 and other corrections
Julian Smart [Wed, 16 Feb 2000 11:53:16 +0000 (11:53 +0000)] 
Various VC++ 1.5 and other corrections

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

24 years agoCorrected LINKAGEMODE OS/2 thingy
Julian Smart [Wed, 16 Feb 2000 09:59:53 +0000 (09:59 +0000)] 
Corrected LINKAGEMODE OS/2 thingy

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

24 years agoAdd Shivar's patch for using iostream
Sylvain Bougnoux [Wed, 16 Feb 2000 09:32:34 +0000 (09:32 +0000)] 
Add Shivar's patch for using iostream

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

24 years agomore updates
Robin Dunn [Wed, 16 Feb 2000 07:34:49 +0000 (07:34 +0000)] 
more updates

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

24 years agoOS/2 updates, basically linkage mode settings on static procs
David Webster [Wed, 16 Feb 2000 06:26:12 +0000 (06:26 +0000)] 
OS/2 updates, basically linkage mode settings on static procs

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

24 years agoFinal cleanup
David Webster [Wed, 16 Feb 2000 06:23:57 +0000 (06:23 +0000)] 
Final cleanup

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

24 years agoincremented version number
Robin Dunn [Wed, 16 Feb 2000 06:14:22 +0000 (06:14 +0000)] 
incremented version number

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

24 years agoincremented version number
Robin Dunn [Wed, 16 Feb 2000 06:08:18 +0000 (06:08 +0000)] 
incremented version number

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

24 years agoSome minor updates and fixes
Robin Dunn [Wed, 16 Feb 2000 05:57:16 +0000 (05:57 +0000)] 
Some minor updates and fixes

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

24 years agoempty rc file for the sample
Vadim Zeitlin [Tue, 15 Feb 2000 23:58:16 +0000 (23:58 +0000)] 
empty rc file for the sample

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

24 years ago1. dnd demo in treetest
Vadim Zeitlin [Tue, 15 Feb 2000 23:57:33 +0000 (23:57 +0000)] 
1. dnd demo in treetest
2. compilation fix in drawing (for VC++)
3. refresh bug fixed in regtest, dnd/copying keys seems to work

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

24 years agobug fix in wxRegKey::CopyValue()
Vadim Zeitlin [Tue, 15 Feb 2000 23:54:25 +0000 (23:54 +0000)] 
bug fix in wxRegKey::CopyValue()

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

24 years agobackground color set to wxSYS_COLOUR_LISTBOX
Václav Slavík [Tue, 15 Feb 2000 22:19:10 +0000 (22:19 +0000)] 
background color set to wxSYS_COLOUR_LISTBOX

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

24 years agobackground color set to wxSYS_COLOUR_LISTBOX
Václav Slavík [Tue, 15 Feb 2000 22:13:50 +0000 (22:13 +0000)] 
background color set to wxSYS_COLOUR_LISTBOX

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

24 years agoadded wxSYS_COLOUR_LISTBOX
Václav Slavík [Tue, 15 Feb 2000 22:10:08 +0000 (22:10 +0000)] 
added wxSYS_COLOUR_LISTBOX

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

24 years agoremoved duplicate defines of wxSYS_ constants
Václav Slavík [Tue, 15 Feb 2000 22:09:42 +0000 (22:09 +0000)] 
removed duplicate defines of wxSYS_ constants

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

24 years agoadded wxSYS_COLOUR_LISTBOX ; check to prevent wxSYS_COLOUR_HIGHLIGHT and HIGHLIGHT_TE...
Václav Slavík [Tue, 15 Feb 2000 22:08:27 +0000 (22:08 +0000)] 
added wxSYS_COLOUR_LISTBOX ; check to prevent wxSYS_COLOUR_HIGHLIGHT and HIGHLIGHT_TEXT being same

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

24 years agofixed radiobox layouting: asks GTK for best size, does not compute it from string...
Václav Slavík [Tue, 15 Feb 2000 22:07:58 +0000 (22:07 +0000)] 
fixed radiobox layouting: asks GTK for best size, does not compute it from string&font anymore (fixes GNU Step theme problem)

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

24 years agofixed typo bug in my last commit that caused image size (-1,-1)
Václav Slavík [Tue, 15 Feb 2000 22:07:51 +0000 (22:07 +0000)] 
fixed typo bug in my last commit that caused image size (-1,-1)

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

24 years agoUpdate entering/leaving
Sylvain Bougnoux [Tue, 15 Feb 2000 20:21:30 +0000 (20:21 +0000)] 
Update entering/leaving

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

24 years agoGeneric path instead of hardcoded
David Webster [Tue, 15 Feb 2000 19:56:21 +0000 (19:56 +0000)] 
Generic path instead of hardcoded

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

24 years agoFixed precedence order problem for IsShiftDown and IsCtrlDown. (It
Robin Dunn [Tue, 15 Feb 2000 19:48:19 +0000 (19:48 +0000)] 
Fixed precedence order problem for IsShiftDown and IsCtrlDown.  (It
was using the toggle bit instead of the is-down-now bit because of
the order of evaluation of the operators.)

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

24 years agoA few more minor fixes for OS/2
David Webster [Tue, 15 Feb 2000 19:44:04 +0000 (19:44 +0000)] 
A few more minor fixes for OS/2

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

24 years agoTypo corrected
Julian Smart [Tue, 15 Feb 2000 19:26:20 +0000 (19:26 +0000)] 
Typo corrected

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

24 years ago* Added IsPaused() to wxSoundFileStream
Guilhem Lavaux [Tue, 15 Feb 2000 18:49:25 +0000 (18:49 +0000)] 
* Added IsPaused() to wxSoundFileStream
* Play/Pause/Resume should work in wxMMBoard

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

24 years ago list ctrl and tree ctrl didn't like the new focus code,
Robert Roebling [Tue, 15 Feb 2000 18:38:19 +0000 (18:38 +0000)] 
  list ctrl and tree ctrl didn't like the new focus code,
  mem clean uop crash fixed.

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

24 years agofix for goofed up grid borders when scrolling/refreshing
Robin Dunn [Tue, 15 Feb 2000 18:33:16 +0000 (18:33 +0000)] 
fix for goofed up grid borders when scrolling/refreshing

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

24 years agoReadded fix to adjust size of rectangles with transparent outline
Guillermo Rodriguez Garcia [Tue, 15 Feb 2000 18:06:56 +0000 (18:06 +0000)] 
Readded fix to adjust size of rectangles with transparent outline

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

24 years ago wxGTK now ignores widget style when using the pixmap theme.
Robert Roebling [Tue, 15 Feb 2000 18:01:16 +0000 (18:01 +0000)] 
  wxGTK now ignores widget style when using the pixmap theme.

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

24 years agoAdded comment makeg95.env
Julian Smart [Tue, 15 Feb 2000 17:32:14 +0000 (17:32 +0000)] 
Added comment makeg95.env

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

24 years ago Minor wxYield() change.
Robert Roebling [Tue, 15 Feb 2000 16:38:01 +0000 (16:38 +0000)] 
  Minor wxYield() change.

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

24 years agotext bg is transparent now, but the icons are still not
Vadim Zeitlin [Tue, 15 Feb 2000 16:28:54 +0000 (16:28 +0000)] 
text bg is transparent now, but the icons are still not

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

24 years ago Forgot to add this one.
Robert Roebling [Tue, 15 Feb 2000 15:56:43 +0000 (15:56 +0000)] 
  Forgot to add this one.

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

24 years ago plot docs.
Robert Roebling [Tue, 15 Feb 2000 15:56:09 +0000 (15:56 +0000)] 
  plot docs.

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

24 years agomore xpm fixes
David Webster [Tue, 15 Feb 2000 15:43:51 +0000 (15:43 +0000)] 
more xpm fixes

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

24 years agomore xpm fixes
David Webster [Tue, 15 Feb 2000 15:31:34 +0000 (15:31 +0000)] 
more xpm fixes

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

24 years agoadded tests for filled rects
Guillermo Rodriguez Garcia [Tue, 15 Feb 2000 15:21:59 +0000 (15:21 +0000)] 
added tests for filled rects

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

24 years ago...
Guillermo Rodriguez Garcia [Tue, 15 Feb 2000 15:17:31 +0000 (15:17 +0000)] 
...

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

24 years agodemo of wxYield() bug
Vadim Zeitlin [Tue, 15 Feb 2000 14:48:06 +0000 (14:48 +0000)] 
demo of wxYield() bug

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

24 years agofixed bug in handling value names with escaped chars
Vadim Zeitlin [Tue, 15 Feb 2000 14:08:37 +0000 (14:08 +0000)] 
fixed bug in handling value names with escaped chars

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

24 years ago Various distrib related changes.
Robert Roebling [Tue, 15 Feb 2000 12:56:16 +0000 (12:56 +0000)] 
  Various distrib related changes.

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

24 years agotypo fixed
Vadim Zeitlin [Tue, 15 Feb 2000 12:53:23 +0000 (12:53 +0000)] 
typo fixed

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

24 years agoadded wxUSE_PLOT
Vadim Zeitlin [Tue, 15 Feb 2000 12:36:33 +0000 (12:36 +0000)] 
added wxUSE_PLOT

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

24 years agoFixed typo with TV_HITTESTINFO
Michael Bedward [Tue, 15 Feb 2000 11:50:18 +0000 (11:50 +0000)] 
Fixed typo with TV_HITTESTINFO

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

24 years ago Readded plot event constants.
Robert Roebling [Tue, 15 Feb 2000 11:49:06 +0000 (11:49 +0000)] 
  Readded plot event constants.

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

24 years agoRemoved old Ming95 makefiles
Julian Smart [Tue, 15 Feb 2000 11:25:18 +0000 (11:25 +0000)] 
Removed old Ming95 makefiles

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

24 years agomore translators
Vadim Zeitlin [Tue, 15 Feb 2000 10:21:22 +0000 (10:21 +0000)] 
more translators

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

24 years agoadded wxUSE_PLOT
Vadim Zeitlin [Tue, 15 Feb 2000 10:06:32 +0000 (10:06 +0000)] 
added wxUSE_PLOT

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

24 years agoSCROLLWIN instead of SCROLL again
Bart A.M. Jourquin [Tue, 15 Feb 2000 09:55:29 +0000 (09:55 +0000)] 
SCROLLWIN instead of SCROLL again

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

24 years agooops... another incorrectly resolved cvs conflict
Vadim Zeitlin [Tue, 15 Feb 2000 09:53:53 +0000 (09:53 +0000)] 
oops... another incorrectly resolved cvs conflict

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

24 years agoconflicts markers removed
Vadim Zeitlin [Tue, 15 Feb 2000 09:50:19 +0000 (09:50 +0000)] 
conflicts markers removed

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

24 years agofix for drawing bitmap buttons under Win95 (untested)
Vadim Zeitlin [Tue, 15 Feb 2000 09:49:16 +0000 (09:49 +0000)] 
fix for drawing bitmap buttons under Win95 (untested)

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

24 years ago Many plot window gooddies.
Robert Roebling [Tue, 15 Feb 2000 09:37:39 +0000 (09:37 +0000)] 
  Many plot window gooddies.

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

24 years agofixed test for _vsnprintf
Ron Lee [Tue, 15 Feb 2000 09:26:41 +0000 (09:26 +0000)] 
fixed test for _vsnprintf

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

24 years ago wxEVT_SCROLL_THUMBRELEASE instead of wxEVT_SCROLLWIN_THUMBRELEASE
Bart A.M. Jourquin [Tue, 15 Feb 2000 09:22:20 +0000 (09:22 +0000)] 
 wxEVT_SCROLL_THUMBRELEASE instead of  wxEVT_SCROLLWIN_THUMBRELEASE

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

24 years agoSome cleanup.
Robin Dunn [Tue, 15 Feb 2000 07:08:42 +0000 (07:08 +0000)] 
Some cleanup.

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

24 years agoUpdates to make VA 3.0 compile again, particularly xpm
David Webster [Tue, 15 Feb 2000 05:49:02 +0000 (05:49 +0000)] 
Updates to make VA 3.0 compile again, particularly xpm

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

24 years agominimal makefile for VA 3.0
David Webster [Tue, 15 Feb 2000 05:00:28 +0000 (05:00 +0000)] 
minimal makefile for VA 3.0

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

24 years ago1. implemented wxRegKey::Copy() and CopyValue()
Vadim Zeitlin [Tue, 15 Feb 2000 00:05:36 +0000 (00:05 +0000)] 
1. implemented wxRegKey::Copy() and CopyValue()
2. regtest sample doesn't crash any more
3. wxLogGui uses msg box for only 1 message
4. "const wxEventType" => "enum"
5. wxEVT_COMMAND_TREE_END_DRAG introduced - see sample for example
6. fixed several non fatal bugs in wxRegKey
7. many changes in regtest sample, not tested yet

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

24 years agojust some comments
Guillermo Rodriguez Garcia [Mon, 14 Feb 2000 21:45:06 +0000 (21:45 +0000)] 
just some comments

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

24 years ago1. Initialized m_displayed to TRUE to solve a cell highlight problem
Robin Dunn [Mon, 14 Feb 2000 21:35:42 +0000 (21:35 +0000)] 
1. Initialized m_displayed to TRUE to solve a cell highlight problem
for some systems.  If this causes no problems then this flag can be
removed.

2. Took out the edit timer so now a second click in the current cell
will activate the edit control, even if it is several seconds later.

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

24 years agoFixed SetCurrentCell.
Stefan Neis [Mon, 14 Feb 2000 19:27:40 +0000 (19:27 +0000)] 
Fixed SetCurrentCell.
Fixed CalcCellsExposed.

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

24 years agolist of official wxWin translators
Vadim Zeitlin [Mon, 14 Feb 2000 18:54:18 +0000 (18:54 +0000)] 
list of official wxWin translators

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

24 years agofixes for compilation with the old mingw32, wxUSE_NORLANDER_HEADERS is always
Vadim Zeitlin [Mon, 14 Feb 2000 18:21:21 +0000 (18:21 +0000)] 
fixes for compilation with the old mingw32, wxUSE_NORLANDER_HEADERS is always
defined (as 0 or 1)

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

24 years agoAdded a bigger wxMMedia2 demonstration: wxMultimediaBoard: it is a sort
Guilhem Lavaux [Mon, 14 Feb 2000 18:12:37 +0000 (18:12 +0000)] 
Added a bigger wxMMedia2 demonstration: wxMultimediaBoard: it is a sort
of light clone of the Windows Media Player.
Early development, but it plays WAV/AIFF files and should work on Windows
as soon as I build the makefiles.

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

24 years ago* Various fixes
Guilhem Lavaux [Mon, 14 Feb 2000 18:09:24 +0000 (18:09 +0000)] 
* Various fixes
* Introduced FinishPreparation() in wxSoundFileStream as a conclusion
  to PrepareToPlay()

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