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