]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years ago1. Grid cell defaults are now handled by an internal wxGridCellAttr
Robin Dunn [Sun, 13 Feb 2000 05:37:37 +0000 (05:37 +0000)] 
1. Grid cell defaults are now handled by an internal wxGridCellAttr
object.

2. wxGridCellRenderer::Draw updated to expect an attr object and use
it instead of going back to the grid for everything

3. The selection colours are now initialized from wxSystemSettings,
and are configurable.

4. Now either CreateGrid() or SetTable() can be called to initialize
the grid.  Added a test for using a non-default table.

5. Reduced flicker even more byt using empty EVT_ERASE_BACKGROUND
handlers.

6. The beginings of wxGridCellEditor are in there but not activated
yet. (This is the next step.)

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

24 years agoFixed thread state problem in wxTreeCtrl.GetBoundingBox
Robin Dunn [Sun, 13 Feb 2000 00:29:38 +0000 (00:29 +0000)] 
Fixed thread state problem in wxTreeCtrl.GetBoundingBox

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

24 years agoBC++ doesn't like periods in resource names
Julian Smart [Sat, 12 Feb 2000 19:10:14 +0000 (19:10 +0000)] 
BC++ doesn't like periods in resource names

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

24 years agomouse event flags have MSW-compatible values for click/release events
Vadim Zeitlin [Sat, 12 Feb 2000 14:57:21 +0000 (14:57 +0000)] 
mouse event flags have MSW-compatible values for click/release events

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

24 years ago browsedb.cpp browsedb.h dbbrowse.cpp dbbrowse.h dbbrowse.rc
Mark Johnson [Sat, 12 Feb 2000 14:11:17 +0000 (14:11 +0000)] 
  browsedb.cpp browsedb.h dbbrowse.cpp dbbrowse.h dbbrowse.rc
  dbgrid.cpp dbgrid.h dbtree.cpp dbtree.h dlguser.cpp dlguser.h
  doc.cpp doc.h pgmctrl.cpp pgmctrl.h

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

24 years ago* Updated README
Guilhem Lavaux [Sat, 12 Feb 2000 12:11:23 +0000 (12:11 +0000)] 
* Updated README
* Recoded converters (in a cleaner way)

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

24 years agoDistrib file updates; test for bitmap presence in controls.cpp
Julian Smart [Sat, 12 Feb 2000 10:44:03 +0000 (10:44 +0000)] 
Distrib file updates; test for bitmap presence in controls.cpp

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

24 years agoPartially rewrote rotation code due to a potential alignment problem
Guillermo Rodriguez Garcia [Fri, 11 Feb 2000 23:11:40 +0000 (23:11 +0000)] 
Partially rewrote rotation code due to a potential alignment problem

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

24 years agoUncommented listctrl.tex
Julian Smart [Fri, 11 Feb 2000 22:36:29 +0000 (22:36 +0000)] 
Uncommented listctrl.tex

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

24 years agoDoc bug fixes
Julian Smart [Fri, 11 Feb 2000 22:36:05 +0000 (22:36 +0000)] 
Doc bug fixes

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

24 years agoadded attr assignment for rows/columns
Vadim Zeitlin [Fri, 11 Feb 2000 21:14:58 +0000 (21:14 +0000)] 
added attr assignment for rows/columns

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

24 years agoadded an extremely simple cell attr cache (yet it catches 80% of acccesses)
Vadim Zeitlin [Fri, 11 Feb 2000 20:38:04 +0000 (20:38 +0000)] 
added an extremely simple cell attr cache (yet it catches 80% of acccesses)

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

24 years agoAnother oops.
Guillermo Rodriguez Garcia [Fri, 11 Feb 2000 20:09:02 +0000 (20:09 +0000)] 
Another oops.

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

24 years agoManual fixes
Julian Smart [Fri, 11 Feb 2000 19:42:46 +0000 (19:42 +0000)] 
Manual fixes

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

24 years agoadded wxGridCellRenderer
Vadim Zeitlin [Fri, 11 Feb 2000 19:40:56 +0000 (19:40 +0000)] 
added wxGridCellRenderer

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

24 years agofixed setting more than one attr for a cell
Vadim Zeitlin [Fri, 11 Feb 2000 18:18:18 +0000 (18:18 +0000)] 
fixed setting more than one attr for a cell

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

24 years agoUpdated to include recent fixes to configure.in
Stefan Neis [Fri, 11 Feb 2000 18:01:56 +0000 (18:01 +0000)] 
Updated to include recent fixes to configure.in

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

24 years ago Made HelpGen compile here.
Robert Roebling [Fri, 11 Feb 2000 18:00:42 +0000 (18:00 +0000)] 
  Made HelpGen compile here.
  Documented wxPlotWindow.

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

24 years agoOops.
Guillermo Rodriguez Garcia [Fri, 11 Feb 2000 17:57:15 +0000 (17:57 +0000)] 
Oops.

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

24 years agoModified for new THUMBRELEASE event
Guillermo Rodriguez Garcia [Fri, 11 Feb 2000 17:56:39 +0000 (17:56 +0000)] 
Modified for new THUMBRELEASE event
Optimized game engine a bit more

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

24 years agoAdded wxEVT_SCROLL[WIN]_THUMBRELEASE
Guillermo Rodriguez Garcia [Fri, 11 Feb 2000 17:55:28 +0000 (17:55 +0000)] 
Added wxEVT_SCROLL[WIN]_THUMBRELEASE

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

24 years agoremoved debugging messages I just added by default
Vadim Zeitlin [Fri, 11 Feb 2000 17:47:18 +0000 (17:47 +0000)] 
removed debugging messages I just added by default

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

24 years agoadded ChangeCursorMode() method, rewrote the col/row resizing code to capture/release...
Vadim Zeitlin [Fri, 11 Feb 2000 17:43:42 +0000 (17:43 +0000)] 
added ChangeCursorMode() method, rewrote the col/row resizing code to capture/release mouse properly

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

24 years agoSome BC++ 5.4 fixes
Julian Smart [Fri, 11 Feb 2000 13:29:43 +0000 (13:29 +0000)] 
Some BC++ 5.4 fixes

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

24 years ago Added BMP files for wxPlotWindow,
Robert Roebling [Fri, 11 Feb 2000 12:28:21 +0000 (12:28 +0000)] 
  Added BMP files for wxPlotWindow,
  Replaced wxWindow with wxNotebookPage in wxNotebook.

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

24 years agofixed bug in scaling images
Václav Slavík [Fri, 11 Feb 2000 12:08:23 +0000 (12:08 +0000)] 
fixed bug in scaling images

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

24 years agoAdded facility to resize rows and cols by dragging grid lines.
Michael Bedward [Fri, 11 Feb 2000 04:09:20 +0000 (04:09 +0000)] 
Added facility to resize rows and cols by dragging grid lines.
Fixed bug where row col resize events were sent twice.

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

24 years ago1. exchanged binary ROPs wxSET/wxCLEAR meaning for wxMSW to match wxGTK
Vadim Zeitlin [Fri, 11 Feb 2000 02:41:07 +0000 (02:41 +0000)] 
1. exchanged binary ROPs wxSET/wxCLEAR meaning for wxMSW to match wxGTK
2. bug with multiline messages in wxLogGui fixed
3. wxLogGui visual enhancements (for MSW, don't know how it looks elsewhere)
4. fixed 2 nice (i.e. BIG) memory leaks in wxImage::Rotate()
5. modified the text sample to show the mouse events too
6. documented strange behaviour of LEAVE_WINDOW mouse event under MSW

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

24 years ago Fixed Vadims fix.
Robert Roebling [Thu, 10 Feb 2000 19:31:55 +0000 (19:31 +0000)] 
  Fixed Vadims fix.

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

24 years ago Whole lotta stuff for wxPlotWindow,
Robert Roebling [Thu, 10 Feb 2000 18:43:33 +0000 (18:43 +0000)] 
  Whole lotta stuff for wxPlotWindow,
  repaired image sample.

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

24 years agoAdded an OS/2 section to the sql defines
David Webster [Thu, 10 Feb 2000 18:32:08 +0000 (18:32 +0000)] 
Added an OS/2 section to the sql defines

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

24 years ago1. fixed bug with the index of the last column in EVT_COL_CLICK being shifted
Vadim Zeitlin [Thu, 10 Feb 2000 18:12:44 +0000 (18:12 +0000)] 
1. fixed bug with the index of the last column in EVT_COL_CLICK being shifted
   by 1 (always)
2. added a menu item to toggle single/multiple selection to the sample

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

24 years ago dbgrid.cpp dbtree.cpp
Mark Johnson [Thu, 10 Feb 2000 16:53:59 +0000 (16:53 +0000)] 
  dbgrid.cpp dbtree.cpp

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

24 years agoAdded a few makefiles
Julian Smart [Thu, 10 Feb 2000 15:42:35 +0000 (15:42 +0000)] 
Added a few makefiles

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

24 years ago dbbrowse.rc dbgrid.cpp dbtree.cpp dbtree.h help.de/icons.htm
Mark Johnson [Thu, 10 Feb 2000 15:36:10 +0000 (15:36 +0000)] 
  dbbrowse.rc dbgrid.cpp dbtree.cpp dbtree.h help.de/icons.htm
  help.de/problems.htm help.std/icons.htm help.std/problems.htm
  bitmaps/view.ico bitmaps/view.xpm help.png/view.png

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

24 years agoAdded support for transparency in rotation code
Guillermo Rodriguez Garcia [Thu, 10 Feb 2000 13:27:07 +0000 (13:27 +0000)] 
Added support for transparency in rotation code

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

24 years agoAdded code to test the transparency stuff for image rotation
Guillermo Rodriguez Garcia [Thu, 10 Feb 2000 13:26:30 +0000 (13:26 +0000)] 
Added code to test the transparency stuff for image rotation

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

24 years ago#include textfile.h out of the WX_PRECOMP section (bcc)
Bart A.M. Jourquin [Thu, 10 Feb 2000 08:36:51 +0000 (08:36 +0000)] 
#include textfile.h out of the WX_PRECOMP section (bcc)

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

24 years agoAdded comments explaining my recent changes
Guillermo Rodriguez Garcia [Thu, 10 Feb 2000 07:28:43 +0000 (07:28 +0000)] 
Added comments explaining my recent changes

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

24 years agoROP 0x00AA0029 used for transparent area in DrawBitmap and Blit
Guillermo Rodriguez Garcia [Thu, 10 Feb 2000 06:54:50 +0000 (06:54 +0000)] 
ROP 0x00AA0029 used for transparent area in DrawBitmap and Blit

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

24 years agoMinor updates
Guillermo Rodriguez Garcia [Thu, 10 Feb 2000 05:01:21 +0000 (05:01 +0000)] 
Minor updates

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

24 years agomoved Clear() outside of if (textured)...
Robin Dunn [Thu, 10 Feb 2000 05:00:06 +0000 (05:00 +0000)] 
moved Clear() outside of if (textured)...

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

24 years agoadded option for drawing a textured background to test masks on a
Robin Dunn [Thu, 10 Feb 2000 04:56:16 +0000 (04:56 +0000)] 
added option for drawing a textured background to test masks on a
non-solid background.

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

24 years agoAdded wxTextFile functions to make multi-line text formatting portable.
Michael Bedward [Thu, 10 Feb 2000 03:50:51 +0000 (03:50 +0000)] 
Added wxTextFile functions to make multi-line text formatting portable.
Fixed cell background colour problem.

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

24 years agoReverted changes to grid line positioning that caused many problems
Michael Bedward [Thu, 10 Feb 2000 02:39:05 +0000 (02:39 +0000)] 
Reverted changes to grid line positioning that caused many problems
with refreshing and edit control placement.

Added calls to wxFAIL_MSG.

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

24 years ago- wxSocket no loner automatically Closes() the socket when it receives a
Guillermo Rodriguez Garcia [Thu, 10 Feb 2000 01:02:34 +0000 (01:02 +0000)] 
- wxSocket no loner automatically Closes() the socket when it receives a
LOST event.

- Elusive bug found and fixed when:
a) there was still data to be read in the input buffer, but
b) the socket had already been closed by the peer, so
c) there was a LOST event before the next INPUT event was generated.

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

24 years agoUpdates to make latest changes compile
David Webster [Wed, 9 Feb 2000 22:58:41 +0000 (22:58 +0000)] 
Updates to make latest changes compile

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

24 years agoStupid bug: using LastError() instead of Error()
Guillermo Rodriguez Garcia [Wed, 9 Feb 2000 22:53:26 +0000 (22:53 +0000)] 
Stupid bug: using LastError() instead of Error()

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

24 years agoUpdated/Added build instructions for OS/2.
Stefan Neis [Wed, 9 Feb 2000 21:50:15 +0000 (21:50 +0000)] 
Updated/Added build instructions for OS/2.

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

24 years agoZooming buttons / menu options automatically disabled when needed
Guillermo Rodriguez Garcia [Wed, 9 Feb 2000 20:52:12 +0000 (20:52 +0000)] 
Zooming buttons / menu options automatically disabled when needed

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

24 years agofixed VC6 compilation error
Robin Dunn [Wed, 9 Feb 2000 20:51:09 +0000 (20:51 +0000)] 
fixed VC6 compilation error

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

24 years agoplugged memory leak
Robin Dunn [Wed, 9 Feb 2000 20:35:09 +0000 (20:35 +0000)] 
plugged memory leak

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

24 years agocell attributes added (doesn't quite work, work in progress, beware, don't use, ...
Vadim Zeitlin [Wed, 9 Feb 2000 20:30:27 +0000 (20:30 +0000)] 
cell attributes added (doesn't quite work, work in progress, beware, don't use, &c &c)

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

24 years agoAdded automatic connection of drawn points
Guillermo Rodriguez Garcia [Wed, 9 Feb 2000 20:22:57 +0000 (20:22 +0000)] 
Added automatic connection of drawn points

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

24 years agofixed fatal bug in wxStatusBar::SetFieldsCount(), added demo of it to the sample
Vadim Zeitlin [Wed, 9 Feb 2000 18:23:37 +0000 (18:23 +0000)] 
fixed fatal bug in wxStatusBar::SetFieldsCount(), added demo of it to the sample

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

24 years agosome Motif compilation fixes
Vadim Zeitlin [Wed, 9 Feb 2000 17:53:42 +0000 (17:53 +0000)] 
some Motif compilation fixes

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

24 years agomore HP-UX compilation warnings fixed (187th try)
Vadim Zeitlin [Wed, 9 Feb 2000 17:51:16 +0000 (17:51 +0000)] 
more HP-UX compilation warnings fixed (187th try)

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

24 years agoand ITEM_COLLAPSED/ING too
Vadim Zeitlin [Wed, 9 Feb 2000 15:36:30 +0000 (15:36 +0000)] 
and ITEM_COLLAPSED/ING too

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

24 years agoadded EVT_TREE_ITEM_ACTIVATED
Vadim Zeitlin [Wed, 9 Feb 2000 15:34:47 +0000 (15:34 +0000)] 
added EVT_TREE_ITEM_ACTIVATED

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

24 years agoFix refreshs for wxGTK.
Stefan Neis [Wed, 9 Feb 2000 14:29:25 +0000 (14:29 +0000)] 
Fix refreshs for wxGTK.

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

24 years agolet's see it it works now...
Guillermo Rodriguez Garcia [Wed, 9 Feb 2000 08:54:56 +0000 (08:54 +0000)] 
let's see it it works now...

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

24 years agoChanged grid line positioning slightly to line up the cells with the labels.
Michael Bedward [Wed, 9 Feb 2000 08:18:52 +0000 (08:18 +0000)] 
Changed grid line positioning slightly to line up the cells with the labels.

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

24 years agoFixed problem where corner label was displayed when either row or col label size...
Michael Bedward [Wed, 9 Feb 2000 08:09:19 +0000 (08:09 +0000)] 
Fixed problem where corner label was displayed when either row or col label size had been set to zero prior to first display.

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

24 years agoSimplified sizing code. Sub-windows are now sized explicitly in wxGrid::CalcWindowSi...
Michael Bedward [Wed, 9 Feb 2000 07:17:12 +0000 (07:17 +0000)] 
Simplified sizing code.  Sub-windows are now sized explicitly in wxGrid::CalcWindowSizes().

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

24 years agoPartially reverted last changes because of problems under wxMotif
Michael Bedward [Wed, 9 Feb 2000 05:12:01 +0000 (05:12 +0000)] 
Partially reverted last changes because of problems under wxMotif

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

24 years agoInitializing more variables in wxGrid::Create()
Michael Bedward [Wed, 9 Feb 2000 05:04:21 +0000 (05:04 +0000)] 
Initializing more variables in wxGrid::Create()
Minor fixes for crashes under wxMotif when setting attributes before
the grid has been first painted.

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

24 years agoAdded more 3d rendering to row and col labels and removed sunken border style from...
Michael Bedward [Wed, 9 Feb 2000 03:49:52 +0000 (03:49 +0000)] 
Added more 3d rendering to row and col labels and removed sunken border style from the grid cell window so that labels and cells line up better.

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

24 years agoA few optimizations to Refresh() calls for the grid cell area window
Michael Bedward [Wed, 9 Feb 2000 03:03:52 +0000 (03:03 +0000)] 
A few optimizations to Refresh() calls for the grid cell area window

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

24 years agoImplemented row and col label size functions.
Michael Bedward [Wed, 9 Feb 2000 02:15:05 +0000 (02:15 +0000)] 
Implemented row and col label size functions.

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

24 years agoMore fixes
Stefan Neis [Wed, 9 Feb 2000 00:31:10 +0000 (00:31 +0000)] 
More fixes

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

24 years agoFixed typo
Stefan Neis [Tue, 8 Feb 2000 23:48:32 +0000 (23:48 +0000)] 
Fixed typo

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

24 years agofixed incorrect parsing of http://domain.com:portnumber/
Václav Slavík [Tue, 8 Feb 2000 23:42:06 +0000 (23:42 +0000)] 
fixed incorrect parsing of http://domain.com:portnumber/

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

24 years agoFix in parse headers so it wouldn't always store an empty string
Robin Dunn [Tue, 8 Feb 2000 21:31:29 +0000 (21:31 +0000)] 
Fix in parse headers so it wouldn't always store an empty string
for each header value.

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

24 years agoLife! version 2
Guillermo Rodriguez Garcia [Tue, 8 Feb 2000 20:04:48 +0000 (20:04 +0000)] 
Life! version 2

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

24 years agoShowFullScreen (MSW) doc; projgen updates
Julian Smart [Tue, 8 Feb 2000 19:25:48 +0000 (19:25 +0000)] 
ShowFullScreen (MSW) doc; projgen updates

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

24 years agoMinor mods if any
Julian Smart [Tue, 8 Feb 2000 19:22:40 +0000 (19:22 +0000)] 
Minor mods if any

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

24 years agoAdded ShowFullScreen call (MSW only)
Julian Smart [Tue, 8 Feb 2000 19:19:47 +0000 (19:19 +0000)] 
Added ShowFullScreen call (MSW only)

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

24 years agoVC++ project file updates; minor sashwindow/splitterwindow cursor mods
Julian Smart [Tue, 8 Feb 2000 19:18:43 +0000 (19:18 +0000)] 
VC++ project file updates; minor sashwindow/splitterwindow cursor mods

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

24 years agoMisc. fixes for obscure compilers
Julian Smart [Tue, 8 Feb 2000 19:17:00 +0000 (19:17 +0000)] 
Misc. fixes for obscure compilers

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

24 years agoAdded ShowFullScreen
Julian Smart [Tue, 8 Feb 2000 19:14:50 +0000 (19:14 +0000)] 
Added ShowFullScreen

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

24 years agodon't use ROPs for drawing the text for wxMSW compatibility
Vadim Zeitlin [Tue, 8 Feb 2000 19:06:54 +0000 (19:06 +0000)] 
don't use ROPs for drawing the text for wxMSW compatibility

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

24 years agoChanged the order in which events are checked, so that LOST events are
Guillermo Rodriguez Garcia [Tue, 8 Feb 2000 18:31:07 +0000 (18:31 +0000)] 
Changed the order in which events are checked, so that LOST events are
ignored until there are no more events pending. This is because you can
have data waiting to be read, for example, even when the peer has already
closed the connection. This affects _Wait() and OnRequest().

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

24 years agoadded checks for Xm/Xpm headers/libs in CFLAGS/LDFLAGS
Vadim Zeitlin [Tue, 8 Feb 2000 17:44:50 +0000 (17:44 +0000)] 
added checks for Xm/Xpm headers/libs in CFLAGS/LDFLAGS

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

24 years agocache the result of socklen_t check
Vadim Zeitlin [Tue, 8 Feb 2000 17:16:31 +0000 (17:16 +0000)] 
cache the result of socklen_t check

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

24 years agoHP-UX compilation errors
Vadim Zeitlin [Tue, 8 Feb 2000 16:28:55 +0000 (16:28 +0000)] 
HP-UX compilation errors

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

24 years agoadd SQL_CATALOG and SQL_LOG filename variablesas extern
Bart A.M. Jourquin [Tue, 8 Feb 2000 11:06:53 +0000 (11:06 +0000)] 
add SQL_CATALOG and SQL_LOG filename variablesas extern

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

24 years agoadd SQL_CATALOG and SQL_LOG filename variables
Bart A.M. Jourquin [Tue, 8 Feb 2000 11:06:07 +0000 (11:06 +0000)] 
add SQL_CATALOG and SQL_LOG filename variables

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

24 years agoFixed problem with label resize cursor not resetting
Michael Bedward [Tue, 8 Feb 2000 04:33:03 +0000 (04:33 +0000)] 
Fixed problem with label resize cursor not resetting

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

24 years agoM_PI is not ANSI
Guillermo Rodriguez Garcia [Tue, 8 Feb 2000 02:09:54 +0000 (02:09 +0000)] 
M_PI is not ANSI

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

24 years ago1. wxWizard appears in the centre of the screen by default
Vadim Zeitlin [Tue, 8 Feb 2000 01:08:51 +0000 (01:08 +0000)] 
1. wxWizard appears in the centre of the screen by default
2. the selected brush isn't damaged any more by DrawBitmap()
3. corrected confusion between current and bg brush in DrawBitmap()
4. added wxGetColourFromUser() (to match wxGetTextFromUser() &c)
5. mem leak/crash in wxListCtrl on mode change fixed
6. wxListCtrl::Set{Fore|Back}groundColour() work as expected now

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

24 years ago1. more test code for drawing with ROPs/masks/bg brushes in drawing
Vadim Zeitlin [Tue, 8 Feb 2000 01:07:48 +0000 (01:07 +0000)] 
1. more test code for drawing with ROPs/masks/bg brushes in drawing
2. wxListCtrl colour setting tests added

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

24 years agoFixed transparency problem when masked area was not black
Guillermo Rodriguez Garcia [Mon, 7 Feb 2000 23:26:29 +0000 (23:26 +0000)] 
Fixed transparency problem when masked area was not black

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

24 years agoAdd ctor with shared GLCanvas ( to be gtk compliant)
Sylvain Bougnoux [Mon, 7 Feb 2000 20:47:05 +0000 (20:47 +0000)] 
Add ctor with shared GLCanvas ( to be gtk compliant)

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

24 years agofix for missing AC_SUBST(SAMPLES_SUBDIRS)
Vadim Zeitlin [Mon, 7 Feb 2000 17:33:23 +0000 (17:33 +0000)] 
fix for missing AC_SUBST(SAMPLES_SUBDIRS)

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

24 years agomany fixed for configure for Win32 - cross-compiling should work now
Vadim Zeitlin [Mon, 7 Feb 2000 17:28:48 +0000 (17:28 +0000)] 
many fixed for configure for Win32 - cross-compiling should work now

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

24 years agowxLogFatalError() should abort now
Vadim Zeitlin [Mon, 7 Feb 2000 16:53:47 +0000 (16:53 +0000)] 
wxLogFatalError() should abort now

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

24 years agotrying to fix memory leak in wxListCtrl (attributes not deleted)
Vadim Zeitlin [Mon, 7 Feb 2000 16:51:39 +0000 (16:51 +0000)] 
trying to fix memory leak in wxListCtrl (attributes not deleted)

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

24 years ago1. modified Makefile to copy the .bmp
Vadim Zeitlin [Mon, 7 Feb 2000 16:37:59 +0000 (16:37 +0000)] 
1. modified Makefile to copy the .bmp
2. added "change angle" to the menu, abort (and not crash) if bitmap not found

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

24 years agowxListCtrl::SortItems() clarifications, more samples docs
Vadim Zeitlin [Mon, 7 Feb 2000 15:48:53 +0000 (15:48 +0000)] 
wxListCtrl::SortItems() clarifications, more samples docs

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

24 years agoCopied XPM files to new names to avoid conflict when compilign with VC++ project...
Julian Smart [Mon, 7 Feb 2000 12:50:46 +0000 (12:50 +0000)] 
Copied XPM files to new names to avoid conflict when compilign with VC++ project files

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