wxWidgets.git
25 years agonew makefiles (part I)
Vadim Zeitlin [Tue, 1 Jun 1999 15:32:12 +0000 (15:32 +0000)] 
new makefiles (part I)

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

25 years agoold makefiles removed
Vadim Zeitlin [Tue, 1 Jun 1999 15:13:27 +0000 (15:13 +0000)] 
old makefiles removed

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

25 years ago New way to grey out disabled toolbar icons.
Robert Roebling [Tue, 1 Jun 1999 14:29:59 +0000 (14:29 +0000)] 
  New way to grey out disabled toolbar icons.

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

25 years ago Added wxTextCtrl::IsEditable(), GetSelection() and
Robert Roebling [Tue, 1 Jun 1999 11:10:17 +0000 (11:10 +0000)] 
  Added wxTextCtrl::IsEditable(), GetSelection() and
    ShowPosition()

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

25 years ago wxImageList::Add() returned wrong index.
Robert Roebling [Tue, 1 Jun 1999 10:39:10 +0000 (10:39 +0000)] 
 wxImageList::Add() returned wrong index.
 made list ctrl sample more Unicode friendly.

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

25 years agoOops, I didn't see Robert had already corrected 16bit BMP typo
Vadim Zeitlin [Tue, 1 Jun 1999 09:50:53 +0000 (09:50 +0000)] 
Oops, I didn't see Robert had already corrected 16bit BMP typo

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

25 years ago Hotkey fix for submenus.
Robert Roebling [Tue, 1 Jun 1999 08:23:57 +0000 (08:23 +0000)] 
  Hotkey fix for submenus.

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

25 years ago Moving frames and dialogs now reports correct
Robert Roebling [Tue, 1 Jun 1999 07:38:28 +0000 (07:38 +0000)] 
  Moving frames and dialogs now reports correct
  positions.

  Typo in BMP loading.

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

25 years agoReworked the undef stuff a little
Brian Macy [Mon, 31 May 1999 19:24:12 +0000 (19:24 +0000)] 
Reworked the undef stuff a little

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

25 years ago Tried to find thread/clipboard problem cause...
Robert Roebling [Mon, 31 May 1999 19:16:11 +0000 (19:16 +0000)] 
  Tried to find thread/clipboard problem cause...

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

25 years agotreectrl.cpp renamed to treegtk.cpp due to usage of VPATH in makefiles
Vadim Zeitlin [Mon, 31 May 1999 17:14:12 +0000 (17:14 +0000)] 
treectrl.cpp renamed to treegtk.cpp due to usage of VPATH in makefiles

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

25 years ago Implemented Reparent() and added test for it to minifram sample.
Robert Roebling [Mon, 31 May 1999 17:04:50 +0000 (17:04 +0000)] 
  Implemented Reparent() and added test for it to minifram sample.
  Fixed one out of two window resizing bugs in multi-line text ctrl.

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

25 years ago Added own sample for text ctrl, char/key events, clipboard.
Robert Roebling [Mon, 31 May 1999 14:54:04 +0000 (14:54 +0000)] 
  Added own sample for text ctrl, char/key events, clipboard.
    This can be removed from the controls sample.
  Made control tooltips yellow again.

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

25 years ago Added support for extra bitmap for toggled tool.
Robert Roebling [Mon, 31 May 1999 10:47:44 +0000 (10:47 +0000)] 
  Added support for extra bitmap for toggled tool.
  Implemented WarpPointer() and added a test for it
    to controls.
  Some minor documention updates.

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

25 years ago Compile fix.
Robert Roebling [Sun, 30 May 1999 17:45:12 +0000 (17:45 +0000)] 
  Compile fix.

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

25 years ago A bit more Unicode compilation.
Robert Roebling [Sun, 30 May 1999 16:20:42 +0000 (16:20 +0000)] 
  A bit more Unicode compilation.
  Window insertion corrections for window, frame, dialog, mdi.

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

25 years agoIMHO these are the correct flags for borland
Brian Macy [Sun, 30 May 1999 05:49:49 +0000 (05:49 +0000)] 
IMHO these are the correct flags for borland

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

25 years agofixed #if !NOPCH to be #if !defined(NOPCH)
Brian Macy [Sat, 29 May 1999 15:44:06 +0000 (15:44 +0000)] 
fixed #if !NOPCH to be #if !defined(NOPCH)

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

25 years agocompilation fixed
Vadim Zeitlin [Sat, 29 May 1999 00:34:17 +0000 (00:34 +0000)] 
compilation fixed

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

25 years agoMade SetFont for wxCheckListBox more intelligent.
Robin Dunn [Fri, 28 May 1999 17:27:55 +0000 (17:27 +0000)] 
Made SetFont for wxCheckListBox more intelligent.

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

25 years ago Added fixes for Unicode compilation.
Robert Roebling [Fri, 28 May 1999 16:10:01 +0000 (16:10 +0000)] 
  Added fixes for Unicode compilation.
  Added WXK_ALT incl test.

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

25 years agoAdded rc and def files for new samples
Julian Smart [Fri, 28 May 1999 14:54:01 +0000 (14:54 +0000)] 
Added rc and def files for new samples

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

25 years ago Small correction to list ctrl and default button size.
Robert Roebling [Fri, 28 May 1999 10:30:57 +0000 (10:30 +0000)] 
  Small correction to list ctrl and default button size.
  text ctrl doesn't inherit BG colour anymore
  added missing file.

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

25 years ago New defines for wxTreeCtrl
Robert Roebling [Fri, 28 May 1999 09:28:38 +0000 (09:28 +0000)] 
  New defines for wxTreeCtrl
  Corrections to print preview
  MakeModal behaves sanely now.

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

25 years agoAdded dcbase target to various makefiles
Julian Smart [Thu, 27 May 1999 20:39:35 +0000 (20:39 +0000)] 
Added dcbase target to various makefiles

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

25 years agoAdded some makefiles for caret, scroll and drawing samples.
Julian Smart [Thu, 27 May 1999 20:38:29 +0000 (20:38 +0000)] 
Added some makefiles for caret, scroll and drawing samples.

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

25 years ago Color cubes now get created on 8-bit true-color
Robert Roebling [Thu, 27 May 1999 19:54:05 +0000 (19:54 +0000)] 
  Color cubes now get created on 8-bit true-color
    visual as well. (This exists).
  Added MakeModal() to wxFrame.

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

25 years ago Corrected SetItemState() in listctrl
Robert Roebling [Thu, 27 May 1999 18:08:50 +0000 (18:08 +0000)] 
  Corrected SetItemState() in listctrl
  Added test for this to scroll sample.
  Didn't find reason for strange positioning of
    progress dialog.

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

25 years ago compile fixes. Vadim ows me a pizza.
Robert Roebling [Thu, 27 May 1999 15:37:44 +0000 (15:37 +0000)] 
  compile fixes. Vadim ows me a pizza.

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

25 years ago1. warning in wxDataObject fixed
Vadim Zeitlin [Thu, 27 May 1999 13:22:37 +0000 (13:22 +0000)] 
1. warning in wxDataObject fixed
2. wxProgressDialog got a new style flag and updated docs

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

25 years ago Doc updates.
Robert Roebling [Thu, 27 May 1999 13:14:45 +0000 (13:14 +0000)] 
  Doc updates.
  Minor dc change.

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

25 years ago1. wxDataObject compilation fixes (can't test if it works right now, sorry)
Vadim Zeitlin [Thu, 27 May 1999 12:49:40 +0000 (12:49 +0000)] 
1. wxDataObject compilation fixes (can't test if it works right now, sorry)
2. wxProgressDialog ctor has "style" parameter
3. the controls samples now also demonstrates wxUpdateUI events and
wxProgressDialog

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

25 years ago Small cursor improvements
Robert Roebling [Thu, 27 May 1999 09:34:17 +0000 (09:34 +0000)] 
  Small cursor improvements

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

25 years agowxPrivateDataObject works under MSW as well (hopefully it still does under
Vadim Zeitlin [Wed, 26 May 1999 22:39:42 +0000 (22:39 +0000)] 
wxPrivateDataObject works under MSW as well (hopefully it still does under
GTK too)

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

25 years ago Got a new idea to do cursors, including global
Robert Roebling [Wed, 26 May 1999 20:40:04 +0000 (20:40 +0000)] 
  Got a new idea to do cursors, including global
    ones and busy etc.
  Fixed an assert in UserScaler from PS code.

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

25 years ago* Small fix in wxHTTP::BuildRequest
Guilhem Lavaux [Wed, 26 May 1999 17:17:46 +0000 (17:17 +0000)] 
* Small fix in wxHTTP::BuildRequest
* Introduced wxURL::ConvertToValidURI (to be implemented)

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

25 years agovalidators now validate again
Vadim Zeitlin [Wed, 26 May 1999 12:39:50 +0000 (12:39 +0000)] 
validators now validate again

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

25 years ago Made wxClientDC's use safe as per wxMSW.
Robert Roebling [Wed, 26 May 1999 10:17:56 +0000 (10:17 +0000)] 
  Made wxClientDC's use safe as per wxMSW.

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

25 years ago wxScrolledWindow inherits from wxPanel to
Robert Roebling [Wed, 26 May 1999 09:03:25 +0000 (09:03 +0000)] 
  wxScrolledWindow inherits from wxPanel to
    make tab travseral work.
  Work around for GTK scrolledwidget bug.

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

25 years agoCleaned up some warnings
Brian Macy [Tue, 25 May 1999 23:51:10 +0000 (23:51 +0000)] 
Cleaned up some warnings

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

25 years agoMove some functions from header into here
Brian Macy [Tue, 25 May 1999 23:40:30 +0000 (23:40 +0000)] 
Move some functions from header into here

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

25 years agoAdded dcbase.cpp
Brian Macy [Tue, 25 May 1999 23:39:20 +0000 (23:39 +0000)] 
Added dcbase.cpp

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

25 years agoMove code to a dcbase.cpp
Brian Macy [Tue, 25 May 1999 23:38:48 +0000 (23:38 +0000)] 
Move code to a dcbase.cpp

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

25 years agoFixed SetForeground and SetBackground declarations
Brian Macy [Tue, 25 May 1999 23:27:00 +0000 (23:27 +0000)] 
Fixed SetForeground and SetBackground declarations

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

25 years agowxCaret MSW bug fixes
Vadim Zeitlin [Tue, 25 May 1999 23:07:41 +0000 (23:07 +0000)] 
wxCaret MSW bug fixes

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

25 years ago "Corrected" logical function in wxDC.
Robert Roebling [Tue, 25 May 1999 19:59:36 +0000 (19:59 +0000)] 
  "Corrected" logical function in wxDC.

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

25 years agocaret.cpp included
Vadim Zeitlin [Tue, 25 May 1999 18:02:36 +0000 (18:02 +0000)] 
caret.cpp included

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

25 years agowxCaret now exists not only under MSW but on any supported platform as well
Vadim Zeitlin [Tue, 25 May 1999 18:01:48 +0000 (18:01 +0000)] 
wxCaret now exists not only under MSW but on any supported platform as well

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

25 years ago* wxThread fixes
Guilhem Lavaux [Tue, 25 May 1999 17:14:56 +0000 (17:14 +0000)] 
* wxThread fixes
* wxStream fix (Read(wxStreamBase))
* wxEvent: GTK idle loop waking up was actually good, reenabled.
* wxSocket: all features working on Linux/RH6 (including high-level protocols)
       Needs testing on other platforms now.

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

25 years ago1. wxNotifyEvent documented
Vadim Zeitlin [Tue, 25 May 1999 13:38:50 +0000 (13:38 +0000)] 
1. wxNotifyEvent documented
2. wxNotebook event now derives from it under wxGTK too - fixing the
   PAGE_CHANGING event handling bug
3. the controls sample demonstrates PAGE_CHANGING in action

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

25 years ago windows emit wxCreateWindowEvent
Robert Roebling [Tue, 25 May 1999 13:36:09 +0000 (13:36 +0000)] 
  windows emit wxCreateWindowEvent
  generic controls use wxINVERT for rubberbands etc
  wxXOR maps to GdkXOR etc

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

25 years agoReverted corrupt file (may not be in line with Vadim's changes)
Julian Smart [Tue, 25 May 1999 13:23:09 +0000 (13:23 +0000)] 
Reverted corrupt file (may not be in line with Vadim's changes)

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

25 years ago Fixed a notebook crash and added more tests to sample.
Robert Roebling [Tue, 25 May 1999 10:40:07 +0000 (10:40 +0000)] 
  Fixed a notebook crash and added more tests to sample.
  Corrected size behaviour of default button.

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

25 years agoMisc small changes
Julian Smart [Tue, 25 May 1999 09:01:22 +0000 (09:01 +0000)] 
Misc small changes

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

25 years ago Made listctrl header BG grey again
Robert Roebling [Mon, 24 May 1999 23:53:12 +0000 (23:53 +0000)] 
  Made listctrl header BG grey again
  mapped XOR to GdkInvert and vice versa
  No more EVT_TEXT after SetValue()

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

25 years ago1. bug fixes in wxCaret
Vadim Zeitlin [Mon, 24 May 1999 21:12:37 +0000 (21:12 +0000)] 
1. bug fixes in wxCaret
2. wxPoint now has += and -=
3. Validate() takes "wxWindow *" (and not wxWindowBase) again

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

25 years ago Rewrote wxNotebook, incl. PAGE_CHANGING event
Robert Roebling [Mon, 24 May 1999 19:33:05 +0000 (19:33 +0000)] 
  Rewrote wxNotebook, incl. PAGE_CHANGING event
   and InsertPage and internal behaviour more
   like wxMSW. Leaves pixel junk sometimes...

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

25 years agoUpdated splitter docs to describe new wxSP_PERMIT_UNSPLIT style and
Unknown (BV) [Mon, 24 May 1999 17:51:44 +0000 (17:51 +0000)] 
Updated splitter docs to describe new wxSP_PERMIT_UNSPLIT style and
wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED splitter event type.

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

25 years agoAdded always-unsplittable style option (wxSP_PERMIT_UNSPLIT)
Unknown (BV) [Mon, 24 May 1999 16:19:06 +0000 (16:19 +0000)] 
Added always-unsplittable style option (wxSP_PERMIT_UNSPLIT)
Added visual feedback on limits for sash-drag
(Fix of previous broken behaviour: now unplits only if min pane size == 0 or
 if always-unsplittable style flag is used.)

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

25 years agoAdded wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING.
Unknown (BV) [Mon, 24 May 1999 16:19:04 +0000 (16:19 +0000)] 
Added wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING.

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

25 years ago Empty notebooks show up again. I'm afraid this
Robert Roebling [Mon, 24 May 1999 14:03:08 +0000 (14:03 +0000)] 
  Empty notebooks show up again. I'm afraid this
  might sometimes crash with GTK 1.2.0/1.

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

25 years agowxFileIn/OutputStream fix
Guilhem Lavaux [Mon, 24 May 1999 12:05:30 +0000 (12:05 +0000)] 
wxFileIn/OutputStream fix

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

25 years ago Hardcode colours in systems settings.
Robert Roebling [Mon, 24 May 1999 11:37:01 +0000 (11:37 +0000)] 
  Hardcode colours in systems settings.

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

25 years ago1. some minor but nasty bugs fixed (see post to the list)
Vadim Zeitlin [Sun, 23 May 1999 23:48:12 +0000 (23:48 +0000)] 
1. some minor but nasty bugs fixed (see post to the list)
2. new wxCaret class (MSW only so far)

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

25 years agomore MDI features tested
Vadim Zeitlin [Sun, 23 May 1999 23:45:47 +0000 (23:45 +0000)] 
more MDI features tested

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

25 years agocorrected MSW-specific bug (in the sample, not the scrolling code)
Vadim Zeitlin [Sun, 23 May 1999 23:43:59 +0000 (23:43 +0000)] 
corrected MSW-specific bug (in the sample, not the scrolling code)

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

25 years ago Now wxYield() calls wxApp::ProcessIdle() which also
Robert Roebling [Sun, 23 May 1999 19:33:16 +0000 (19:33 +0000)] 
  Now wxYield() calls wxApp::ProcessIdle() which also
   entails that wxYield() will flush events that have
   been sent from other threads. I don't know what
   wxMSW does here, but I guess the same wouldn't be
   bad.

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

25 years agorepaired recently broken framelayout
J. Russell Smyth [Sun, 23 May 1999 18:54:27 +0000 (18:54 +0000)] 
repaired recently broken framelayout

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

25 years ago Compile fix for GTK 1.0
Robert Roebling [Sun, 23 May 1999 18:37:02 +0000 (18:37 +0000)] 
  Compile fix for GTK 1.0
  wxOleStream added

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

25 years ago* wxSocket seems to work with the async requester turned off.
Guilhem Lavaux [Sun, 23 May 1999 16:09:45 +0000 (16:09 +0000)] 
* wxSocket seems to work with the async requester turned off.
    Two things to fix:
       * async requester bug
       * GTK/GLIB idle loop wake up
  URL/HTTP/FTP/SocketServer/SocketClient seems to work (well, they work
  on my computer).

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

25 years ago GTK 1.0 compilation (not tested)
Robert Roebling [Sat, 22 May 1999 15:13:18 +0000 (15:13 +0000)] 
  GTK 1.0 compilation (not tested)
  toolbars can now get inserted in the client
   area as well (as normal windows)
  Menu accels can be functions keys
  Made DialogEd work again (with wxGTK :-) )

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

25 years ago Played a little with sockets.
Robert Roebling [Sat, 22 May 1999 10:11:03 +0000 (10:11 +0000)] 
  Played a little with sockets.

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

25 years ago Put wxGTK's threads back to life.
Robert Roebling [Sat, 22 May 1999 08:01:17 +0000 (08:01 +0000)] 
  Put wxGTK's threads back to life.

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

25 years agoImproved keypress handling
Unknown (NI) [Sat, 22 May 1999 03:01:45 +0000 (03:01 +0000)] 
Improved keypress handling

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

25 years agoImproved keyboard handling
Unknown (NI) [Sat, 22 May 1999 02:55:42 +0000 (02:55 +0000)] 
Improved keyboard handling

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

25 years agomsg catalog code bugfix for 64 bit platforms
Vadim Zeitlin [Fri, 21 May 1999 22:43:17 +0000 (22:43 +0000)] 
msg catalog code bugfix for 64 bit platforms

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

25 years agoAdded missing comma
Unknown (NI) [Fri, 21 May 1999 21:28:44 +0000 (21:28 +0000)] 
Added missing comma

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

25 years agoFixed handling of keypress WXK_NUMPAD_NEXT
Unknown (NI) [Fri, 21 May 1999 21:22:36 +0000 (21:22 +0000)] 
Fixed handling of keypress WXK_NUMPAD_NEXT

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

25 years agoadded constant WXK_NUMPAD_NEXT
Unknown (NI) [Fri, 21 May 1999 21:16:00 +0000 (21:16 +0000)] 
added constant WXK_NUMPAD_NEXT

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

25 years ago Made GetLabel/SetLabel() virtual
Robert Roebling [Fri, 21 May 1999 13:28:49 +0000 (13:28 +0000)] 
  Made GetLabel/SetLabel() virtual

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

25 years ago Fixed typos in window.cpp and utils.cpp
Robert Roebling [Fri, 21 May 1999 12:50:10 +0000 (12:50 +0000)] 
  Fixed typos in window.cpp and utils.cpp
  Tried to repair HP-UX compilation thing for iODBC.

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

25 years agoGetItem() doesn't ignore column number any more
Vadim Zeitlin [Fri, 21 May 1999 11:39:56 +0000 (11:39 +0000)] 
GetItem() doesn't ignore column number any more

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

25 years agoHP-UX gcc compilation fixes
Vadim Zeitlin [Fri, 21 May 1999 11:38:59 +0000 (11:38 +0000)] 
HP-UX gcc compilation fixes

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

25 years agodocumented wxCONFIG_USE_RELATIVE_PATH
J. Russell Smyth [Fri, 21 May 1999 05:03:04 +0000 (05:03 +0000)] 
documented wxCONFIG_USE_RELATIVE_PATH

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

25 years agomysterious radiobox bug finally fixed
Vadim Zeitlin [Thu, 20 May 1999 22:53:09 +0000 (22:53 +0000)] 
mysterious radiobox bug finally fixed

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

25 years agobugs in splitter docs corrected
Vadim Zeitlin [Thu, 20 May 1999 22:17:04 +0000 (22:17 +0000)] 
bugs in splitter docs corrected

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

25 years ago* Added a fix from Allen to wxStringTokenizer
Guilhem Lavaux [Thu, 20 May 1999 17:44:04 +0000 (17:44 +0000)] 
* Added a fix from Allen to wxStringTokenizer

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

25 years ago GtkMyFixed is now more "GTK 1.2.3 ready".
Robert Roebling [Thu, 20 May 1999 14:32:04 +0000 (14:32 +0000)] 
  GtkMyFixed is now more "GTK 1.2.3 ready".
  Test added to notebook sample (showing that GTK
  1.2.3 is not GTK 1.2.3 ready).
  Touched frame?

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

25 years agoUnicode compilation fix for find_*_of()
Ove Kaaven [Thu, 20 May 1999 11:11:46 +0000 (11:11 +0000)] 
Unicode compilation fix for find_*_of()
(I might be back at work committing other fixes soon,
but probably not before tomorrow at least.)

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

25 years agowxScrolledWindow for wxMSW is now getting wxScrollWinEvents and are
Robin Dunn [Thu, 20 May 1999 06:08:28 +0000 (06:08 +0000)] 
wxScrolledWindow for wxMSW is now getting wxScrollWinEvents and are
scrolling again.

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

25 years agoAdded a reference to the splitter event class and macros.
Unknown (BV) [Thu, 20 May 1999 04:25:13 +0000 (04:25 +0000)] 
Added a reference to the splitter event class and macros.

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

25 years agoAdded the rest of the wxSplitterEvent class interface docs.
Unknown (BV) [Thu, 20 May 1999 04:24:14 +0000 (04:24 +0000)] 
Added the rest of the wxSplitterEvent class interface docs.

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

25 years agoFix bug in which splitter would not close if sash pulled to one edge
Unknown (BV) [Thu, 20 May 1999 04:22:38 +0000 (04:22 +0000)] 
Fix bug in which splitter would not close if sash pulled to one edge
of window when minimum pane size != 0.

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

25 years agofile which undefs symbols ocnflicting with windows.h
Vadim Zeitlin [Wed, 19 May 1999 22:44:58 +0000 (22:44 +0000)] 
file which undefs symbols ocnflicting with windows.h

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

25 years ago1. bug in wxSplitter corrected: mouse event coords may be negative when the
Vadim Zeitlin [Wed, 19 May 1999 22:25:41 +0000 (22:25 +0000)] 
1. bug in wxSplitter corrected: mouse event coords may be negative when the
   mouse is captured which made sash roll over the window
2. missing functions added to wxRadioBox
3. non existent functions removed from wxRadioBox and wxControl

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

25 years ago Augmented version to b5
Robert Roebling [Wed, 19 May 1999 17:51:06 +0000 (17:51 +0000)] 
  Augmented version to b5
  Disabled F10 thing.

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

25 years agoChanged [] parameters to be unsigned.
Brian Macy [Wed, 19 May 1999 17:40:01 +0000 (17:40 +0000)] 
Changed [] parameters to be unsigned.

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

25 years agoupdated
Karsten Ballüder [Wed, 19 May 1999 16:47:38 +0000 (16:47 +0000)] 
updated

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

25 years agowxThread::Entry documented
Vadim Zeitlin [Wed, 19 May 1999 13:46:17 +0000 (13:46 +0000)] 
wxThread::Entry documented

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

25 years ago YOu can now activate the menu pressing F10 anywhere.
Robert Roebling [Wed, 19 May 1999 13:41:55 +0000 (13:41 +0000)] 
  YOu can now activate the menu pressing F10 anywhere.

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