]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

24 years ago*** empty log message ***
Stefan Neis [Mon, 7 Feb 2000 11:15:53 +0000 (11:15 +0000)] 
*** empty log message ***

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

24 years agoSome fixes (&->\&, _->\_) to remove latex complaints.
Harco de Hilster [Mon, 7 Feb 2000 10:14:56 +0000 (10:14 +0000)] 
Some fixes (&->\&, _->\_) to remove latex complaints.

Actually the whole point of this excercise was to try to make a nice pdf file
with contents tree and thumbnail pages using pdflatex, but it keeps depleting
tex's resources :-(

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

24 years agoadd definition for FAR for mingwin 2.95
Bart A.M. Jourquin [Mon, 7 Feb 2000 10:08:09 +0000 (10:08 +0000)] 
add definition for FAR for mingwin 2.95

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

24 years agoadd casts + type to untyped const for GCC2.95
Bart A.M. Jourquin [Mon, 7 Feb 2000 10:07:00 +0000 (10:07 +0000)] 
add casts + type to untyped const for GCC2.95

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

24 years agoFixes for problem where selection fails to start on dragging mouse in
Michael Bedward [Mon, 7 Feb 2000 05:39:28 +0000 (05:39 +0000)] 
Fixes for problem where selection fails to start on dragging mouse in
grid cell window.

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

24 years agoFixed bug in wxGrid::DrawAllGridLines that was causing crashes
Michael Bedward [Mon, 7 Feb 2000 03:36:01 +0000 (03:36 +0000)] 
Fixed bug in wxGrid::DrawAllGridLines that was causing crashes

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

24 years agoSmall changes for VC++ 4 compilation
Julian Smart [Sun, 6 Feb 2000 21:25:27 +0000 (21:25 +0000)] 
Small changes for VC++ 4 compilation

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

24 years ago Small modifications to listtest.
Robert Roebling [Sun, 6 Feb 2000 20:36:00 +0000 (20:36 +0000)] 
  Small modifications to listtest.

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

24 years ago Reenabled deleteallitems events, marked
Robert Roebling [Sun, 6 Feb 2000 20:35:32 +0000 (20:35 +0000)] 
  Reenabled deleteallitems events, marked
    with RR.

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

24 years agoMinor fix in screen update code
Stefan Neis [Sun, 6 Feb 2000 19:51:59 +0000 (19:51 +0000)] 
Minor fix in screen update code

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

24 years agoSome doc corrections; Watcom C++ corrections; VC++ 4 corrections
Julian Smart [Sun, 6 Feb 2000 19:11:10 +0000 (19:11 +0000)] 
Some doc corrections; Watcom C++ corrections; VC++ 4 corrections

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

24 years ago compilation fixes.
Robert Roebling [Sun, 6 Feb 2000 17:13:14 +0000 (17:13 +0000)] 
  compilation fixes.

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

24 years agoChanged static_cast syntax not recogised by all compilers
Julian Smart [Sun, 6 Feb 2000 15:05:46 +0000 (15:05 +0000)] 
Changed static_cast syntax not recogised by all compilers

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

24 years agoAdded rotation to wxImage
Julian Smart [Sun, 6 Feb 2000 14:51:36 +0000 (14:51 +0000)] 
Added rotation to wxImage

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

24 years ago Tried to prevent scrollbars from scrolling as
Robert Roebling [Sun, 6 Feb 2000 13:51:01 +0000 (13:51 +0000)] 
  Tried to prevent scrollbars from scrolling as
    per MSW, didn't work.
  Added DeleteAllItems event and test to listctrl.

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

24 years agolong -> wxCoord
Julian Smart [Sun, 6 Feb 2000 12:12:25 +0000 (12:12 +0000)] 
long -> wxCoord

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

24 years ago Scrolling fixes.
Robert Roebling [Sun, 6 Feb 2000 12:11:19 +0000 (12:11 +0000)] 
  Scrolling fixes.

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

24 years agoSome BC++ 4.5 and other compile fixes; changed FAR definition to WXFAR
Julian Smart [Sun, 6 Feb 2000 11:48:14 +0000 (11:48 +0000)] 
Some BC++ 4.5 and other compile fixes; changed FAR definition to WXFAR

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

24 years agopatched DoSetClippingRegionAsRegion to update clipping state vars
Ron Lee [Sun, 6 Feb 2000 09:06:54 +0000 (09:06 +0000)] 
patched DoSetClippingRegionAsRegion to update clipping state vars

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

24 years agoOptimized Refresh Area in various functions
Stefan Neis [Sun, 6 Feb 2000 01:58:45 +0000 (01:58 +0000)] 
Optimized Refresh Area in various functions

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

24 years agosome minor changes in controls/image, timings added to listtest
Vadim Zeitlin [Sun, 6 Feb 2000 01:30:21 +0000 (01:30 +0000)] 
some minor changes in controls/image, timings added to listtest

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

24 years agolong -> wxCoord
Stefan Neis [Sun, 6 Feb 2000 00:21:43 +0000 (00:21 +0000)] 
long -> wxCoord

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

24 years agotried to fix compilation for mingw32 and wxGTK/Motif in the same time
Vadim Zeitlin [Sun, 6 Feb 2000 00:03:26 +0000 (00:03 +0000)] 
tried to fix compilation for mingw32 and wxGTK/Motif in the same time

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

24 years agoSetStatusFields type in implementation now matches header
Julian Smart [Sat, 5 Feb 2000 23:07:43 +0000 (23:07 +0000)] 
SetStatusFields type in implementation now matches header

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

24 years agoOk -> OK; status bar typo/cast
Julian Smart [Sat, 5 Feb 2000 20:03:40 +0000 (20:03 +0000)] 
Ok -> OK; status bar typo/cast

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

24 years agoSome compilation fixes
Guillermo Rodriguez Garcia [Sat, 5 Feb 2000 18:18:28 +0000 (18:18 +0000)] 
Some compilation fixes

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

24 years agoReverted a change which breaks compilation for win32 - not sure on how to fix this :-?
Guillermo Rodriguez Garcia [Sat, 5 Feb 2000 18:16:47 +0000 (18:16 +0000)] 
Reverted a change which breaks compilation for win32 - not sure on how to fix this :-?

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

24 years agoMissing includes - please test without precompiled headers before committing
Guillermo Rodriguez Garcia [Sat, 5 Feb 2000 18:15:17 +0000 (18:15 +0000)] 
Missing includes - please test without precompiled headers before committing

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

24 years agoAdded different strategy for updating grid lines.
Stefan Neis [Sat, 5 Feb 2000 18:04:13 +0000 (18:04 +0000)] 
Added different strategy for updating grid lines.

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

24 years ago Fixed status bar probs,
Robert Roebling [Sat, 5 Feb 2000 17:56:26 +0000 (17:56 +0000)] 
  Fixed status bar probs,
  Compilation fixes.

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

24 years agoVC++ changes + makeproj additions
Julian Smart [Sat, 5 Feb 2000 16:09:10 +0000 (16:09 +0000)] 
VC++ changes + makeproj additions

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

24 years agoInclude Header file of base class!
Stefan Neis [Sat, 5 Feb 2000 15:56:59 +0000 (15:56 +0000)] 
Include Header file of base class!

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

24 years agoFixed typo
Stefan Neis [Sat, 5 Feb 2000 14:27:37 +0000 (14:27 +0000)] 
Fixed typo

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

24 years agoFixed a typo in a comment
George Tasker [Sat, 5 Feb 2000 14:13:41 +0000 (14:13 +0000)] 
Fixed a typo in a comment

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

24 years agoCorrected initial m_filterIndex value (was 1)
Julian Smart [Sat, 5 Feb 2000 11:16:14 +0000 (11:16 +0000)] 
Corrected initial m_filterIndex value (was 1)

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

24 years ago wxWindow no longer emits any scroll events after
Robert Roebling [Sat, 5 Feb 2000 10:33:57 +0000 (10:33 +0000)] 
  wxWindow no longer emits any scroll events after
    a programmatic change to its scrollbars.
  Reverted sense of SHIFT and CONTROL in wxListCtrl.

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

24 years agodocs for wxTimer change
Vadim Zeitlin [Sat, 5 Feb 2000 02:07:38 +0000 (02:07 +0000)] 
docs for wxTimer change

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

24 years ago1. wxTimer change - now generates EVT_TIMER()
Vadim Zeitlin [Sat, 5 Feb 2000 01:57:38 +0000 (01:57 +0000)] 
1. wxTimer change - now generates EVT_TIMER()
2. wxStatusBar reorganisation

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

24 years agocosemtic fixes
Vadim Zeitlin [Sat, 5 Feb 2000 01:55:54 +0000 (01:55 +0000)] 
cosemtic fixes

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

24 years agoSpace now move active cell right if grid is not editable
Michael Bedward [Sat, 5 Feb 2000 01:06:47 +0000 (01:06 +0000)] 
Space now move active cell right if grid is not editable

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

24 years agoRemoved ^M chars again
Michael Bedward [Sat, 5 Feb 2000 01:03:52 +0000 (01:03 +0000)] 
Removed ^M chars again

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

24 years agoRemoved erroneous EVT_SCROLLWIN
Michael Bedward [Sat, 5 Feb 2000 00:26:11 +0000 (00:26 +0000)] 
Removed erroneous EVT_SCROLLWIN

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

24 years agoAdded #ifdef HAVE_SCHED_YIELD
Stefan Neis [Fri, 4 Feb 2000 23:41:25 +0000 (23:41 +0000)] 
Added #ifdef HAVE_SCHED_YIELD

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

24 years agoreadding back
Vadim Zeitlin [Fri, 4 Feb 2000 20:27:31 +0000 (20:27 +0000)] 
readding back

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

24 years agonew sample: statbar
Vadim Zeitlin [Fri, 4 Feb 2000 20:27:10 +0000 (20:27 +0000)] 
new sample: statbar

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

24 years agoupdated to reflect the current situation
Vadim Zeitlin [Fri, 4 Feb 2000 19:27:18 +0000 (19:27 +0000)] 
updated to reflect the current situation

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

24 years agoanother new version of wxStringTokenizer (with tests and docs)
Vadim Zeitlin [Fri, 4 Feb 2000 18:31:26 +0000 (18:31 +0000)] 
another new version of wxStringTokenizer (with tests and docs)

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

24 years agoMinor doc typos removed; compilation improved for VC++ 4.x
Julian Smart [Fri, 4 Feb 2000 17:08:11 +0000 (17:08 +0000)] 
Minor doc typos removed; compilation improved for VC++ 4.x

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

24 years ago Minor GTK fixes for wxGrid.
Robert Roebling [Fri, 4 Feb 2000 17:01:47 +0000 (17:01 +0000)] 
  Minor GTK fixes for wxGrid.

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

24 years agofixed resize line drawing
Vadim Zeitlin [Fri, 4 Feb 2000 15:17:15 +0000 (15:17 +0000)] 
fixed resize line drawing

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

24 years agofixed refresh problem due to rounding errors
Vadim Zeitlin [Fri, 4 Feb 2000 14:57:09 +0000 (14:57 +0000)] 
fixed refresh problem due to rounding errors

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

24 years ago ROP changes.
Robert Roebling [Fri, 4 Feb 2000 14:16:17 +0000 (14:16 +0000)] 
  ROP changes.

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