]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years ago More colour finetuning
Robert Roebling [Sat, 12 Dec 1998 17:27:01 +0000 (17:27 +0000)] 
  More colour finetuning
  Corrected wxCheckBoc and wxRadioButton::SetValue

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

25 years ago Added scrollbar size to settings
Robert Roebling [Sat, 12 Dec 1998 16:42:43 +0000 (16:42 +0000)] 
  Added scrollbar size to settings
  Added tetsing for cursor keys to wxTextValidator
  Correcte misspelled colour in wxColourDialog
  Made print dialogs look nicer
  Made wxStatixBox transparent (in the middle) for mouse
    actions (very useful for DialogEd)
  Corrected colour setting in DialogEd not to set any colour
    when using standard colour
  Corretced unresponding scrollbar in DialogEd

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

25 years agoAdded script to help make wxMotif via configure; nativdlg sample works again;
Julian Smart [Sat, 12 Dec 1998 10:01:41 +0000 (10:01 +0000)] 
Added script to help make wxMotif via configure; nativdlg sample works again;
resource sample now works using .rc files for most Windows compilers

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

25 years ago DialogEd compiles and works more or less
Robert Roebling [Sat, 12 Dec 1998 08:44:45 +0000 (08:44 +0000)] 
  DialogEd compiles and works more or less
  wxList::Nth() is allowd to just return NULL for
    out-of-bounds index

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

25 years agosome very minor changes
Vadim Zeitlin [Sat, 12 Dec 1998 00:27:18 +0000 (00:27 +0000)] 
some very minor changes

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

25 years ago Redid parts of wxScroledWindow
Robert Roebling [Fri, 11 Dec 1998 19:28:38 +0000 (19:28 +0000)] 
  Redid parts of wxScroledWindow
  Corrected scrollling (speed) in wxListCtrl

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

25 years agoChanged the "delete win" to the more proper "win->Destroy()" in
Robin Dunn [Fri, 11 Dec 1998 18:19:22 +0000 (18:19 +0000)] 
Changed the "delete win" to the more proper "win->Destroy()" in
PopupMenu.  The sample still has the Close anomally though...

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

25 years agoSome stubs includes removed from wxMotif; wxNotebook sample hack to make it display;
Julian Smart [Fri, 11 Dec 1998 16:09:06 +0000 (16:09 +0000)] 
Some stubs includes removed from wxMotif; wxNotebook sample hack to make it display;
changes to defs.h and memory.h etc. for Solaris compilation

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

25 years ago ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
Robert Roebling [Fri, 11 Dec 1998 15:41:28 +0000 (15:41 +0000)] 
  ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
  Corrected inheritence of wxTreeEvent, wxNotebookEvent, wxListEvent on
    wxMSW and wxGTK
  Corrected scrolling step etc. in wxListCtrl
  Built-in correction of out-of-bounds values for position of scrollbar thumb
  Reverted interpretation of wxVERTICAL for radiobox
  Applied Phls patch for wxStaticText

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

25 years agoCorrections to Forty Thieves; wxMemoryDC problem temporarily sorted
Julian Smart [Fri, 11 Dec 1998 09:59:20 +0000 (09:59 +0000)] 
Corrections to Forty Thieves; wxMemoryDC problem temporarily sorted

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

25 years agoregrouped the fix by VZ so that __MWERKS__ comes first, since CW also defines _MSC_VE...
Stefan Csomor [Fri, 11 Dec 1998 09:48:20 +0000 (09:48 +0000)] 
regrouped the fix by VZ so that __MWERKS__ comes first, since CW also defines _MSC_VER = 9 , the wrong branch was taken

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

25 years agoAdded wxTaskBarIcon::PopupMenu()
Robin Dunn [Fri, 11 Dec 1998 05:56:40 +0000 (05:56 +0000)] 
Added wxTaskBarIcon::PopupMenu()

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

25 years ago#ifdefed out Ole... functions for Cygwin.
Julian Smart [Thu, 10 Dec 1998 22:55:56 +0000 (22:55 +0000)] 
#ifdefed out Ole... functions for Cygwin.

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

25 years agoDialog Editor corrections for latest wxWin changes; removed wxProp files
Julian Smart [Thu, 10 Dec 1998 22:44:09 +0000 (22:44 +0000)] 
Dialog Editor corrections for latest wxWin changes; removed wxProp files

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

25 years agocorrect a bug in the MSW code using wxMask
Unknown (AN) [Thu, 10 Dec 1998 22:41:43 +0000 (22:41 +0000)] 
correct a bug in the MSW code using wxMask

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

25 years agoremove the line for image.h, restore a line commented out by mistake
Unknown (AN) [Thu, 10 Dec 1998 22:30:08 +0000 (22:30 +0000)] 
remove the line for image.h, restore a line commented out by mistake

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

25 years agominValue and maxValue are interpreted correctly in SetRange() (were inversed)
Vadim Zeitlin [Thu, 10 Dec 1998 21:50:44 +0000 (21:50 +0000)] 
minValue and maxValue are interpreted correctly in SetRange() (were inversed)

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

25 years ago__MWERKS__ check now doesn't give compilation error with VC++
Vadim Zeitlin [Thu, 10 Dec 1998 21:49:12 +0000 (21:49 +0000)] 
__MWERKS__ check now doesn't give compilation error with VC++

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

25 years ago Fixed three mouse event bugs
Robert Roebling [Thu, 10 Dec 1998 19:58:09 +0000 (19:58 +0000)] 
  Fixed three mouse event bugs
  Fixed wxSplitterWindow (hope Julian doesn't mind)

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

25 years agoCodeWarrior Support
Stefan Csomor [Thu, 10 Dec 1998 17:23:59 +0000 (17:23 +0000)] 
CodeWarrior Support

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

25 years agoCodeWarrior Support
Stefan Csomor [Thu, 10 Dec 1998 17:16:12 +0000 (17:16 +0000)] 
CodeWarrior Support

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

25 years ago wx-config knows about compiler options
Robert Roebling [Thu, 10 Dec 1998 15:42:18 +0000 (15:42 +0000)] 
  wx-config knows about compiler options
  several tree ctrl bugs removed

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

25 years agoFixed typo.
Karsten Ballüder [Thu, 10 Dec 1998 14:38:14 +0000 (14:38 +0000)] 
Fixed typo.

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

25 years agofixed typo
Karsten Ballüder [Thu, 10 Dec 1998 14:37:47 +0000 (14:37 +0000)] 
fixed typo

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

25 years ago Removed a few old wxDebugMsg (now wxLogDebug)
Robert Roebling [Thu, 10 Dec 1998 14:34:14 +0000 (14:34 +0000)] 
  Removed a few old wxDebugMsg (now wxLogDebug)
  block first event from wxCeckBox after SetValue() also

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

25 years agoanother API change fix
Karsten Ballüder [Thu, 10 Dec 1998 14:19:43 +0000 (14:19 +0000)] 
another API change fix

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

25 years agoSolved the -ggdb problem.
Karsten Ballüder [Thu, 10 Dec 1998 14:10:29 +0000 (14:10 +0000)] 
Solved the -ggdb problem.

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

25 years agoCodeWarrior Support (no defines in project possible)
Stefan Csomor [Thu, 10 Dec 1998 13:41:04 +0000 (13:41 +0000)] 
CodeWarrior Support (no defines in project possible)

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

25 years ago Fix for radiobutton
Robert Roebling [Thu, 10 Dec 1998 13:33:11 +0000 (13:33 +0000)] 
  Fix for radiobutton

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

25 years agoModified wxExecute() to close stdin/stdout/stderr.
Karsten Ballüder [Thu, 10 Dec 1998 11:05:14 +0000 (11:05 +0000)] 
Modified wxExecute() to close stdin/stdout/stderr.

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

25 years agowxMac support added
Stefan Csomor [Thu, 10 Dec 1998 10:57:29 +0000 (10:57 +0000)] 
wxMac support added

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

25 years agoTrying to adopt to new wxGTK API.
Karsten Ballüder [Thu, 10 Dec 1998 10:22:22 +0000 (10:22 +0000)] 
Trying to adopt to new wxGTK API.

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

25 years ago Moved image code
Robert Roebling [Thu, 10 Dec 1998 09:37:07 +0000 (09:37 +0000)] 
  Moved image code
  Corrected clipboard code

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

25 years agooverview of dnd finished
Vadim Zeitlin [Thu, 10 Dec 1998 00:00:46 +0000 (00:00 +0000)] 
overview of dnd finished

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

25 years agowxImage changes
Julian Smart [Wed, 9 Dec 1998 21:44:11 +0000 (21:44 +0000)] 
wxImage changes

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

25 years agoVC++ 4 fixes and added docvwmdi to distribution files.
Julian Smart [Wed, 9 Dec 1998 18:23:39 +0000 (18:23 +0000)] 
VC++ 4 fixes and added docvwmdi to distribution files.

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

25 years agoVarious fixes incl. checking in .po/.mo files
Julian Smart [Wed, 9 Dec 1998 18:12:31 +0000 (18:12 +0000)] 
Various fixes incl. checking in .po/.mo files

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

25 years ago"wxGDIObject * => &" changes
Vadim Zeitlin [Wed, 9 Dec 1998 17:43:07 +0000 (17:43 +0000)] 
"wxGDIObject * => &" changes

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

25 years ago"wxGDIObject * => &" related changes (see mail to the list)
Vadim Zeitlin [Wed, 9 Dec 1998 17:30:17 +0000 (17:30 +0000)] 
"wxGDIObject * => &" related changes (see mail to the list)

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

25 years agodec 9, 1998 wxImage related changes
Unknown (AN) [Wed, 9 Dec 1998 16:37:12 +0000 (16:37 +0000)] 
dec 9, 1998  wxImage related changes

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

25 years ago Clipboard update
Robert Roebling [Wed, 9 Dec 1998 12:14:16 +0000 (12:14 +0000)] 
  Clipboard update
  menuitem->SetName() -> SetText() (or other raound)
  GetChildren() returns reference

  this still doesn't compile, I'm waiting

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

25 years agoAdded some files
Julian Smart [Tue, 8 Dec 1998 23:34:49 +0000 (23:34 +0000)] 
Added some files

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

25 years agoRemoved syntax errors in tdnd.tex
Julian Smart [Tue, 8 Dec 1998 23:33:12 +0000 (23:33 +0000)] 
Removed syntax errors in tdnd.tex

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

25 years agoSorry folks, a lot of changes to remedy GetFont, GetBrush etc.
Julian Smart [Tue, 8 Dec 1998 23:26:18 +0000 (23:26 +0000)] 
Sorry folks, a lot of changes to remedy GetFont, GetBrush etc.

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

25 years ago(very) preliminary DnD docs
Vadim Zeitlin [Tue, 8 Dec 1998 22:28:02 +0000 (22:28 +0000)] 
(very) preliminary DnD docs

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

25 years agoAdded wxAutomationObject documentation, changed some BC++ makefiles
Julian Smart [Tue, 8 Dec 1998 18:59:52 +0000 (18:59 +0000)] 
Added wxAutomationObject documentation, changed some BC++ makefiles

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

25 years agoRestored the old Dialog Editor files.
Julian Smart [Tue, 8 Dec 1998 18:56:34 +0000 (18:56 +0000)] 
Restored the old Dialog Editor files.

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

25 years agoAdded wxAutomationObject class.
Julian Smart [Tue, 8 Dec 1998 18:55:30 +0000 (18:55 +0000)] 
Added wxAutomationObject class.

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

25 years agoAdded wxOleAutomation class (wxMSW only, obviously...) and some wxTime member functions
Julian Smart [Tue, 8 Dec 1998 18:54:05 +0000 (18:54 +0000)] 
Added wxOleAutomation class (wxMSW only, obviously...) and some wxTime member functions

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

25 years agoAdditions to wxTime; always inits OLE now in wxMSW
Julian Smart [Tue, 8 Dec 1998 18:52:06 +0000 (18:52 +0000)] 
Additions to wxTime; always inits OLE now in wxMSW

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

25 years agoAdded OLE automation sample, changed BC++ makefiles
Julian Smart [Tue, 8 Dec 1998 18:49:20 +0000 (18:49 +0000)] 
Added OLE automation sample, changed BC++ makefiles

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

25 years agouncommented some code which works now
Vadim Zeitlin [Tue, 8 Dec 1998 10:44:46 +0000 (10:44 +0000)] 
uncommented some code which works now

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

25 years agoAdded files.
Karsten Ballüder [Tue, 8 Dec 1998 10:02:51 +0000 (10:02 +0000)] 
Added files.

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

25 years agoOverwrote(!!) with source files that compile and link with latest wxGTK.
Karsten Ballüder [Tue, 8 Dec 1998 10:01:55 +0000 (10:01 +0000)] 
Overwrote(!!) with source files that compile and link with latest wxGTK.
Segfaults on startup though.

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

25 years ago Corrected bold fonts
Robert Roebling [Tue, 8 Dec 1998 09:30:54 +0000 (09:30 +0000)] 
  Corrected bold fonts

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

25 years ago DnD updates
Robert Roebling [Tue, 8 Dec 1998 08:40:00 +0000 (08:40 +0000)] 
  DnD updates
  Clipboard pasting (for wxDF_TEXT)
  print dialog looks better now
  font dialog ibid

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

25 years ago1. wxNotebook::GetPageCount() returns only the number of pages actually added
Vadim Zeitlin [Mon, 7 Dec 1998 18:23:57 +0000 (18:23 +0000)] 
1. wxNotebook::GetPageCount() returns only the number of pages actually added
   to the notebook
2. wxTreeCtrl: more kbd interface ad SetItemBold (doesn't work :-( )

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

25 years ago Listctrl updates
Robert Roebling [Mon, 7 Dec 1998 13:28:56 +0000 (13:28 +0000)] 
  Listctrl updates

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

25 years ago Keyboard navigatino in tree ctrl
Robert Roebling [Mon, 7 Dec 1998 10:38:39 +0000 (10:38 +0000)] 
  Keyboard navigatino in tree ctrl
  EnsureVisible()

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

25 years ago Added serial code for wxList and wxHashTable to source tree
Robert Roebling [Mon, 7 Dec 1998 08:27:06 +0000 (08:27 +0000)] 
  Added serial code for wxList and wxHashTable to source tree
  Added a few accessors to wxList (for above)
  Fixed bug with GetClientSize() and sunken frames without
  scrollbars
  Made pixel corrections to wxListCtrl and wxFrame
  Added a few pixels before first tool in toolbar
  Added a few wxCHECKs here and there

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

25 years ago wxIMage accessors
Robert Roebling [Sun, 6 Dec 1998 21:35:49 +0000 (21:35 +0000)] 
  wxIMage accessors
  printing bitmaps

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

25 years agoSome more WXWIN_COMPATIBILITY fixes.
Julian Smart [Sun, 6 Dec 1998 20:26:55 +0000 (20:26 +0000)] 
Some more WXWIN_COMPATIBILITY fixes.

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

25 years agoAdded various licence files
Julian Smart [Sun, 6 Dec 1998 20:24:56 +0000 (20:24 +0000)] 
Added various licence files

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

25 years ago Update for bitmap, image on scaling, transparancy,
Robert Roebling [Sun, 6 Dec 1998 17:33:01 +0000 (17:33 +0000)] 
  Update for bitmap, image on scaling, transparancy,
  wxCHECKs and no more dependance of wxBitmap on wxImage
  in its API

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

25 years ago1. suppressed some messages from HasEntry()/HasKeys()
Vadim Zeitlin [Sat, 5 Dec 1998 23:10:04 +0000 (23:10 +0000)] 
1. suppressed some messages from HasEntry()/HasKeys()
2. removed "wxWindows" from default wxRegConfig location

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

25 years agocorrected a crash in wxDialog::Show() which would happen if there was a
Vadim Zeitlin [Sat, 5 Dec 1998 23:08:37 +0000 (23:08 +0000)] 
corrected a crash in wxDialog::Show() which would happen if there was a
window in "pending for delete" queue before the call to this function

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

25 years agoa warning suppressed (arg to MessageBeep is UINT)
Vadim Zeitlin [Sat, 5 Dec 1998 23:07:13 +0000 (23:07 +0000)] 
a warning suppressed (arg to MessageBeep is UINT)

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

25 years ago Fixed make install bug
Robert Roebling [Sat, 5 Dec 1998 21:53:51 +0000 (21:53 +0000)] 
  Fixed make install bug
  Commented AutoLayout() in wxWindow::OnSize() out (why?)
  Removed double code
  Fixed print page dialog

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

25 years ago New PostScript code
Robert Roebling [Sat, 5 Dec 1998 21:02:04 +0000 (21:02 +0000)] 
  New PostScript code

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

25 years agoid are generated as in wxMSW if the default value (-1) is given to
Vadim Zeitlin [Fri, 4 Dec 1998 19:32:16 +0000 (19:32 +0000)] 
id are generated as in wxMSW if the default value (-1) is given to
wxWindow::Create()

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

25 years ago The final compile fixes for wxMotif with configure
Robert Roebling [Fri, 4 Dec 1998 17:54:19 +0000 (17:54 +0000)] 
  The final compile fixes for wxMotif with configure

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

25 years agoFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
Julian Smart [Fri, 4 Dec 1998 13:57:34 +0000 (13:57 +0000)] 
Fixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp

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

25 years ago Run fix for Lesstif
Robert Roebling [Fri, 4 Dec 1998 13:12:12 +0000 (13:12 +0000)] 
  Run fix for Lesstif
  wxScreenDC works better now

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

25 years agoMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl beginning to work
Julian Smart [Fri, 4 Dec 1998 10:30:39 +0000 (10:30 +0000)] 
More progress on wxMotif, incl. wxTreeCtrl/wxListCtrl beginning to work

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

25 years ago Added wxMiniFrame
Robert Roebling [Fri, 4 Dec 1998 07:43:56 +0000 (07:43 +0000)] 
  Added wxMiniFrame

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

25 years ago Build fixes
Robert Roebling [Thu, 3 Dec 1998 16:41:41 +0000 (16:41 +0000)] 
  Build fixes

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

25 years ago wxWindow::ReParent()
Robert Roebling [Thu, 3 Dec 1998 15:14:45 +0000 (15:14 +0000)] 
  wxWindow::ReParent()
  wxDC::SetClippingRegio( region)
  lots if wxDC inline with wxPoint

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

25 years agono message
Unknown (UG) [Thu, 3 Dec 1998 15:05:20 +0000 (15:05 +0000)] 
no message

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

25 years agoChanged wxRectangle to wxRect. Sorry for the bandwidth...
Julian Smart [Thu, 3 Dec 1998 10:13:41 +0000 (10:13 +0000)] 
Changed wxRectangle to wxRect. Sorry for the bandwidth...

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

25 years agoSmall Motif bug fixes
Julian Smart [Thu, 3 Dec 1998 09:51:18 +0000 (09:51 +0000)] 
Small Motif bug fixes

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

25 years agodisabled DeleteAll()
Vadim Zeitlin [Wed, 2 Dec 1998 22:32:41 +0000 (22:32 +0000)] 
disabled DeleteAll()

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

25 years agoadded wxListCtrl::DeleteAllColumns()
Vadim Zeitlin [Wed, 2 Dec 1998 20:06:14 +0000 (20:06 +0000)] 
added wxListCtrl::DeleteAllColumns()

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

25 years agoAdded wxRegion version of wxWindowDC::SetClippingRegion
Julian Smart [Wed, 2 Dec 1998 20:02:01 +0000 (20:02 +0000)] 
Added wxRegion version of wxWindowDC::SetClippingRegion

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

25 years agorange with m_minimumPaneSize and m_maximumPaneSize
Mart Raudsepp [Wed, 2 Dec 1998 17:21:26 +0000 (17:21 +0000)] 
range with  m_minimumPaneSize and  m_maximumPaneSize

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

25 years agoadded wxNode::IndexOf and wxList::IndexOf (patch by Frank McIngvale)
Vadim Zeitlin [Wed, 2 Dec 1998 10:32:03 +0000 (10:32 +0000)] 
added wxNode::IndexOf and wxList::IndexOf (patch by Frank McIngvale)

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

25 years ago Removed the new flicker code.
Robert Roebling [Wed, 2 Dec 1998 10:24:26 +0000 (10:24 +0000)] 
  Removed the new flicker code.

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

25 years ago Pixel corrections for wxListCtrl
Robert Roebling [Tue, 1 Dec 1998 17:41:58 +0000 (17:41 +0000)] 
  Pixel corrections for wxListCtrl
  Speedup for wxTreeCtrl::Insert()

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

25 years agoAnother try to detect alpha systems and fix string.h for it.
Karsten Ballüder [Tue, 1 Dec 1998 15:51:49 +0000 (15:51 +0000)] 
Another try to detect alpha systems and fix string.h for it.

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

25 years ago New wxDC hierarchy
Robert Roebling [Tue, 1 Dec 1998 12:55:09 +0000 (12:55 +0000)] 
  New wxDC hierarchy
  wxTE_PASWORD

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

25 years ago drawing optimization fix
Robert Roebling [Tue, 1 Dec 1998 10:07:04 +0000 (10:07 +0000)] 
  drawing optimization fix

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

25 years agoChanged wxBell to only use MessageBeep()
Robin Dunn [Tue, 1 Dec 1998 07:19:59 +0000 (07:19 +0000)] 
Changed wxBell to only use MessageBeep()

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

25 years agolinux compile fix
Vadim Zeitlin [Mon, 30 Nov 1998 15:59:37 +0000 (15:59 +0000)] 
linux compile fix

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

25 years agoFixed toolbar gaffe.
Julian Smart [Mon, 30 Nov 1998 12:59:20 +0000 (12:59 +0000)] 
Fixed toolbar gaffe.

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

25 years agoHierarchy fixes; bug fix for tabg that was introduced somehow...
Julian Smart [Mon, 30 Nov 1998 12:52:58 +0000 (12:52 +0000)] 
Hierarchy fixes; bug fix for tabg that was introduced somehow...

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

25 years ago1. added wxTreeCtrl::SetItemBold and IsBold, updated the sample to show them
Vadim Zeitlin [Mon, 30 Nov 1998 00:08:57 +0000 (00:08 +0000)] 
1. added wxTreeCtrl::SetItemBold and IsBold, updated the sample to show them
2. wxTreeItemId HitTest(const wxPoint& point) added - to be implemented
   on other platforms

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

25 years agosome Linux compilation fixes
Vadim Zeitlin [Sun, 29 Nov 1998 22:21:32 +0000 (22:21 +0000)] 
some Linux compilation fixes

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

25 years agoAdded Win95 implementation of OutputDebugString; added to wxVariant class
Julian Smart [Sun, 29 Nov 1998 21:20:12 +0000 (21:20 +0000)] 
Added Win95 implementation of OutputDebugString; added to wxVariant class
(just so Vadim hates it even more :-))

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

25 years agoAdded xpm directory.
Julian Smart [Sun, 29 Nov 1998 21:16:36 +0000 (21:16 +0000)] 
Added xpm directory.

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

25 years agoAdded wxVariant documentation; updated wxWindow, wxScrollBar docs
Julian Smart [Sun, 29 Nov 1998 21:12:52 +0000 (21:12 +0000)] 
Added wxVariant documentation; updated wxWindow, wxScrollBar docs

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

25 years agotoolbar tooltips fix
Vadim Zeitlin [Sat, 28 Nov 1998 22:42:05 +0000 (22:42 +0000)] 
toolbar tooltips fix

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