]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years ago Improvements for notebooks on various versions of GTK
Robert Roebling [Wed, 25 Nov 1998 07:42:11 +0000 (07:42 +0000)] 
  Improvements for notebooks on various versions of GTK

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

25 years agoadded untyped Sort() for compatibility
Vadim Zeitlin [Wed, 25 Nov 1998 00:30:06 +0000 (00:30 +0000)] 
added untyped Sort() for compatibility

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

25 years agoLISTs renamed to OBJARRAYs
Vadim Zeitlin [Tue, 24 Nov 1998 23:53:19 +0000 (23:53 +0000)] 
LISTs renamed to OBJARRAYs

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

25 years agorenamed old listimpl.cpp (because now there is a "real" listimpl.cpp)
Vadim Zeitlin [Tue, 24 Nov 1998 23:34:24 +0000 (23:34 +0000)] 
renamed old listimpl.cpp (because now there is a "real" listimpl.cpp)

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

25 years ago1. new wxList code
Vadim Zeitlin [Tue, 24 Nov 1998 23:30:50 +0000 (23:30 +0000)] 
1. new wxList code
2. fixes to allow compilation at -W4 with VisualC++ 6.0

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

25 years ago2nd attempt at MDI in wxMotif, using wxNotebook this time (still some probs).
Julian Smart [Tue, 24 Nov 1998 21:55:10 +0000 (21:55 +0000)] 
2nd attempt at MDI in wxMotif, using wxNotebook this time (still some probs).

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

25 years ago* Fixed a memory leak in wxThread
Guilhem Lavaux [Tue, 24 Nov 1998 19:01:20 +0000 (19:01 +0000)] 
* Fixed a memory leak in wxThread

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

25 years ago1. Empty() now doesn't free memory - Clear() does
Vadim Zeitlin [Tue, 24 Nov 1998 16:08:06 +0000 (16:08 +0000)] 
1. Empty() now doesn't free memory - Clear() does
2. operator<<(int), (float) and (double) added
3. vsnprintf() is used if available instead of vprintf() (buffer overflows...)

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

25 years ago Big fix for GTK 1.1.5
Robert Roebling [Tue, 24 Nov 1998 15:34:41 +0000 (15:34 +0000)] 
  Big fix for GTK 1.1.5

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

25 years ago GTK's dnd is broken, not mine
Robert Roebling [Tue, 24 Nov 1998 13:29:09 +0000 (13:29 +0000)] 
  GTK's dnd is broken, not mine
  Added notebook::removepage (not tested)

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

25 years ago Corrected wxCHECK calls in bitmap.cpp
Robert Roebling [Mon, 23 Nov 1998 22:54:15 +0000 (22:54 +0000)] 
  Corrected wxCHECK calls in bitmap.cpp
  Added drop side of new DnD for GTK 1.1.3 without success
  Streamlined DnD
  Corrected frame resize for GTK 1.06

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

25 years agoRemoved rogue AIAI icon; removed PostScript files from Cygwin makefile
Julian Smart [Mon, 23 Nov 1998 18:13:36 +0000 (18:13 +0000)] 
Removed rogue AIAI icon; removed PostScript files from Cygwin makefile

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

25 years agoFix to wxTreeCtrl::GetNextChild from Marcel Rasche. Corrected WXUSINGDLL in 2 makefiles.
Julian Smart [Mon, 23 Nov 1998 14:28:18 +0000 (14:28 +0000)] 
Fix to wxTreeCtrl::GetNextChild from Marcel Rasche. Corrected WXUSINGDLL in 2 makefiles.

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

25 years ago wxFrame::size There is always a hack to solve your problems.
Robert Roebling [Mon, 23 Nov 1998 14:27:36 +0000 (14:27 +0000)] 
  wxFrame::size  There is always a hack to solve your problems.

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

25 years ago Build fix in wxLog
Robert Roebling [Mon, 23 Nov 1998 13:42:14 +0000 (13:42 +0000)] 
  Build fix in wxLog
  Moved wxFrame::Resize without success..

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

25 years ago Added install scripts in missing places
Robert Roebling [Mon, 23 Nov 1998 12:43:57 +0000 (12:43 +0000)] 
  Added install scripts in missing places
  Fixed wxFrame resize behaviour for GTK 1.1.3
  Added GetMousePosition
  Added const char** constructors to icon and bitmap
  Autolayout should now work for wxDialog

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

25 years ago__WIN16__ not defined any more for !MSW build
Vadim Zeitlin [Mon, 23 Nov 1998 12:41:10 +0000 (12:41 +0000)] 
__WIN16__ not defined any more for !MSW build

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

25 years agono message
Unknown (UG) [Mon, 23 Nov 1998 11:00:38 +0000 (11:00 +0000)] 
no message

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

25 years agoChanges to WXDLLEXPORT keyword position for VC++ 6.0; changed
Julian Smart [Sun, 22 Nov 1998 22:32:53 +0000 (22:32 +0000)] 
Changes to WXDLLEXPORT keyword position for VC++ 6.0; changed
wxTrace to wxDebugLog in memory.cpp and also app.cpp (please check this works
on wxGTK!)

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

25 years agoFixed return code of GetSelectionCount()
Karsten Ballüder [Sun, 22 Nov 1998 19:48:02 +0000 (19:48 +0000)] 
Fixed return code of GetSelectionCount()

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

25 years agofixed bug for empty lists
Karsten Ballüder [Sun, 22 Nov 1998 19:45:43 +0000 (19:45 +0000)] 
fixed bug for empty lists

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

25 years ago* Renamed fstream.h in wfstream.h
Guilhem Lavaux [Sun, 22 Nov 1998 15:59:54 +0000 (15:59 +0000)] 
* Renamed fstream.h in wfstream.h

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

25 years agoChanged the event handling to use events, instead of just virtual functions.
Robin Dunn [Sun, 22 Nov 1998 04:20:32 +0000 (04:20 +0000)] 
Changed the event handling to use events, instead of just virtual functions.
This is so wxPython can derive from the class.

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

25 years agoDoc updates (debug stuff); Cygwin corrections
Julian Smart [Sat, 21 Nov 1998 15:40:35 +0000 (15:40 +0000)] 
Doc updates (debug stuff); Cygwin corrections

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

25 years ago* Changed fstream.* in wfstream.*
Guilhem Lavaux [Sat, 21 Nov 1998 12:47:07 +0000 (12:47 +0000)] 
* Changed fstream.* in wfstream.*

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

25 years agofixes
Karsten Ballüder [Thu, 19 Nov 1998 20:34:59 +0000 (20:34 +0000)] 
fixes

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

25 years ago Added support for SCROLL_TOP and _BOTTOM events
Robert Roebling [Wed, 18 Nov 1998 17:37:48 +0000 (17:37 +0000)] 
  Added support for SCROLL_TOP and _BOTTOM events
  Corrected behaviour for Blit with LogicalFunctions

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

25 years agoCured BC++ makefile bug; wxGrid fix; updated Motif install.txt
Julian Smart [Tue, 17 Nov 1998 23:03:15 +0000 (23:03 +0000)] 
Cured BC++ makefile bug; wxGrid fix; updated Motif install.txt

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

25 years agoAdded sash window and layout window docs; added wxLog... and assert functions
Julian Smart [Tue, 17 Nov 1998 22:44:47 +0000 (22:44 +0000)] 
Added sash window and layout window docs; added wxLog... and assert functions

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

25 years ago Hm, FortyThieves' cards were all black.
Robert Roebling [Mon, 16 Nov 1998 14:38:46 +0000 (14:38 +0000)] 
  Hm, FortyThieves' cards were all black.
  MDI insert child bug.

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

25 years agono message
Unknown (UG) [Mon, 16 Nov 1998 11:48:53 +0000 (11:48 +0000)] 
no message

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

25 years agoFixed bad bad bug.
Karsten Ballüder [Mon, 16 Nov 1998 09:30:53 +0000 (09:30 +0000)] 
Fixed bad bad bug.

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

25 years ago Fixed bug in dc::blit()
Robert Roebling [Mon, 16 Nov 1998 08:31:32 +0000 (08:31 +0000)] 
  Fixed bug in dc::blit()
  Redid fix in fileconf

  FortyThieves works now..

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

25 years ago Fixed resizing of wxTextCtrl
Robert Roebling [Mon, 16 Nov 1998 07:18:28 +0000 (07:18 +0000)] 
  Fixed resizing of wxTextCtrl
  Added clientdata to menu

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

25 years agoGeneric treectrl for wxPython/GTK compiles...
Robin Dunn [Mon, 16 Nov 1998 00:01:43 +0000 (00:01 +0000)] 
Generic treectrl for wxPython/GTK compiles...

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

25 years agoRemoving some ifdef's for wxGTK
Robin Dunn [Sun, 15 Nov 1998 23:04:59 +0000 (23:04 +0000)] 
Removing some ifdef's for wxGTK

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

25 years agoFix to parser.y to make it compile with makefile.unx; wxFileConfig
Julian Smart [Sun, 15 Nov 1998 21:53:27 +0000 (21:53 +0000)] 
Fix to parser.y to make it compile with makefile.unx; wxFileConfig
adds a / to user path if necessary; OGL sample cleans itself up;
wxLog fixes in app.cpp

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

25 years ago Added new wxBitmapButton implementation
Robert Roebling [Sun, 15 Nov 1998 17:57:55 +0000 (17:57 +0000)] 
  Added new wxBitmapButton implementation
  Build fixes in base classes

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

25 years agoReplaced kbList with wxList.
Karsten Ballüder [Sun, 15 Nov 1998 17:01:25 +0000 (17:01 +0000)] 
Replaced kbList with wxList.

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

25 years ago Coompilation fixes for GTK 1.1.3
Robert Roebling [Sun, 15 Nov 1998 15:29:28 +0000 (15:29 +0000)] 
  Coompilation fixes for GTK 1.1.3

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

25 years ago Added spinbutton
Robert Roebling [Sat, 14 Nov 1998 20:20:00 +0000 (20:20 +0000)] 
  Added spinbutton

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

25 years ago Doc corrections
Robert Roebling [Sat, 14 Nov 1998 20:17:32 +0000 (20:17 +0000)] 
  Doc corrections
  fixed listbox setbackground
  added spinbutton sample

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

25 years ago1. GetNextChild() bug fixed in generic version
Vadim Zeitlin [Fri, 13 Nov 1998 20:47:22 +0000 (20:47 +0000)] 
1. GetNextChild() bug fixed in generic version
2. GetChildrenCount(bool recursive) added to all versions, implemented
   only in the generic one so far
3. Sample slightly modified to show new function

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

25 years agoAccelerators implemented for wxMotif; some wxComboBox stupidities cured
Julian Smart [Thu, 12 Nov 1998 22:47:51 +0000 (22:47 +0000)] 
Accelerators implemented for wxMotif; some wxComboBox stupidities cured

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

25 years ago Last fixes for wxMotif and configure
Robert Roebling [Thu, 12 Nov 1998 18:18:29 +0000 (18:18 +0000)] 
  Last fixes for wxMotif and configure

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

25 years ago Compile fixes, warnings etc.
Robert Roebling [Thu, 12 Nov 1998 16:40:16 +0000 (16:40 +0000)] 
  Compile fixes, warnings etc.

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

25 years ago"make depend" finally seems to work (thanks to Kristján Jónsson)
Vadim Zeitlin [Thu, 12 Nov 1998 16:02:36 +0000 (16:02 +0000)] 
"make depend" finally seems to work (thanks to Kristján Jónsson)

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

25 years ago CalcBoundingBox() added so that Max() works in wxDC
Robert Roebling [Thu, 12 Nov 1998 06:12:38 +0000 (06:12 +0000)] 
  CalcBoundingBox() added so that Max() works in wxDC

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

25 years ago* Fixes.
Guilhem Lavaux [Wed, 11 Nov 1998 18:06:28 +0000 (18:06 +0000)] 
* Fixes.
* Added end process notification in motif.

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

25 years agoMotif bug fixes; dialog OnPaint works now; wxColourDialog tweaking
Julian Smart [Wed, 11 Nov 1998 14:39:42 +0000 (14:39 +0000)] 
Motif bug fixes; dialog OnPaint works now; wxColourDialog tweaking

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

25 years ago Still bit fiddling in wxImage.
Robert Roebling [Wed, 11 Nov 1998 14:19:46 +0000 (14:19 +0000)] 
  Still bit fiddling in wxImage.
  SetSize rewritten.

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

25 years agoChanged setup.h so that global memory operators are switched off for GnuWin32;
Julian Smart [Wed, 11 Nov 1998 09:53:54 +0000 (09:53 +0000)] 
Changed setup.h so that global memory operators are switched off for GnuWin32;
rearranged wxWave constructors; small changes in tlog.tex

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

25 years agoMade netscape default browser.
Karsten Ballüder [Wed, 11 Nov 1998 09:28:48 +0000 (09:28 +0000)] 
Made netscape default browser.

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

25 years agoconst added to Contains
Unknown (UG) [Wed, 11 Nov 1998 08:42:10 +0000 (08:42 +0000)] 
const added to Contains

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

25 years agowxTreeCtrl now works (sort of) for wxPython-GTK. This is the new
Robin Dunn [Wed, 11 Nov 1998 04:40:53 +0000 (04:40 +0000)] 
wxTreeCtrl now works (sort of) for wxPython-GTK.  This is the new
TreeCtrl in src/gtk/treectrl.cpp not the old generic one.

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

25 years agoAdditions for wxTreeCtrl
Robin Dunn [Wed, 11 Nov 1998 03:13:19 +0000 (03:13 +0000)] 
Additions for wxTreeCtrl

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

25 years agoAdded a sample to test wxExtHelpController. Should work with other
Karsten Ballüder [Tue, 10 Nov 1998 21:22:22 +0000 (21:22 +0000)] 
Added a sample to test wxExtHelpController. Should work with other
wxHelpController implementations, too.

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

25 years agoAdded wxExtHelpController: wxHelpController implementation for external
Karsten Ballüder [Tue, 10 Nov 1998 21:17:35 +0000 (21:17 +0000)] 
Added wxExtHelpController: wxHelpController implementation for external
viewers. Made it the default viewer for wxGTK and set wxUSE_HELP=1.

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

25 years ago Added test to prove a supposed misfeature.
Robert Roebling [Tue, 10 Nov 1998 19:43:04 +0000 (19:43 +0000)] 
  Added test to prove a supposed misfeature.

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

25 years ago Deleted a debugging line.
Robert Roebling [Tue, 10 Nov 1998 19:21:10 +0000 (19:21 +0000)] 
  Deleted a debugging line.

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

25 years ago Bit fiddling part 4.
Robert Roebling [Tue, 10 Nov 1998 19:18:37 +0000 (19:18 +0000)] 
  Bit fiddling part 4.

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

25 years ago Yes, two more bugs killed.
Robert Roebling [Mon, 9 Nov 1998 19:44:29 +0000 (19:44 +0000)] 
  Yes, two more bugs killed.

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

25 years ago* wxMMedia: these makefiles are just indicative.
Guilhem Lavaux [Mon, 9 Nov 1998 18:39:05 +0000 (18:39 +0000)] 
* wxMMedia: these makefiles are just indicative.

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

25 years ago* Added wxMMedia in the repository so people interrested in it can work on it
Guilhem Lavaux [Mon, 9 Nov 1998 18:37:38 +0000 (18:37 +0000)] 
* Added wxMMedia in the repository so people interrested in it can work on it
* WARNING! It is quite unstable on Windows and it doesn't work on Linux for
  the moment because I didn't finish fixing the CODEC stream.

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

25 years agoRemoved references to DEBUG and WXDEBUG; cured Motif font problem; removed
Julian Smart [Mon, 9 Nov 1998 11:57:05 +0000 (11:57 +0000)] 
Removed references to DEBUG and WXDEBUG; cured Motif font problem; removed
some warnings in OGL; fixed bug in wxChoice

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

25 years agoif the wxTextCtrl is empty set by SetInsertionPointEnd to 0 and not to -1.
Mart Raudsepp [Mon, 9 Nov 1998 08:09:03 +0000 (08:09 +0000)] 
if the wxTextCtrl is empty set by  SetInsertionPointEnd to 0 and not to -1.

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

25 years ago Suppressed warnings
Robert Roebling [Mon, 9 Nov 1998 06:15:41 +0000 (06:15 +0000)] 
  Suppressed warnings

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

25 years agoOGL fixes for wxMotif; added Set/GetClientData to wxMenu in wxMSW/wxMotif/wxStubs.
Julian Smart [Sun, 8 Nov 1998 22:35:18 +0000 (22:35 +0000)] 
OGL fixes for wxMotif; added Set/GetClientData to wxMenu in wxMSW/wxMotif/wxStubs.
Sorry, I may be overwriting changes Robert made due to a file copying error.

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

25 years ago Compile and build fixes for wxGTK and wxMotif
Robert Roebling [Sun, 8 Nov 1998 16:42:20 +0000 (16:42 +0000)] 
  Compile and build fixes for wxGTK and wxMotif
  Removed somw more warnings

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

25 years agoMinor changes
Julian Smart [Sun, 8 Nov 1998 15:16:11 +0000 (15:16 +0000)] 
Minor changes

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

25 years ago Fixed 5 bugs in wxImage and Blit
Robert Roebling [Sat, 7 Nov 1998 13:55:50 +0000 (13:55 +0000)] 
  Fixed 5 bugs in wxImage and Blit
  Removed warning messages
  Some more clientdata fiddleing
  Added bitmap support to wxTreeCtrl
  Fixed some bugs in wxTreeCtrl
  Added licence.txt to /docs/gtk/

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

25 years ago Second try at doing Set/GetClient right
Robert Roebling [Fri, 6 Nov 1998 13:13:43 +0000 (13:13 +0000)] 
  Second try at doing Set/GetClient right

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

25 years agono message
Unknown (UG) [Fri, 6 Nov 1998 09:45:23 +0000 (09:45 +0000)] 
no message

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

25 years agodll fixes
Unknown (UG) [Fri, 6 Nov 1998 09:33:25 +0000 (09:33 +0000)] 
dll fixes

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

25 years ago SetEventData for a few widgets
Robert Roebling [Fri, 6 Nov 1998 08:50:52 +0000 (08:50 +0000)] 
  SetEventData for a few widgets
  Re-installed wxBitmaps::LoafFile

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

25 years agoAdded GetRect to region iterator; cured window.cpp problem for BC++
Julian Smart [Wed, 4 Nov 1998 22:29:37 +0000 (22:29 +0000)] 
Added GetRect to region iterator; cured window.cpp problem for BC++

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

25 years agoAdded Motif install.txt.
Julian Smart [Wed, 4 Nov 1998 22:17:19 +0000 (22:17 +0000)] 
Added Motif install.txt.

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

25 years agoRemoved wxUpdateIterator documentation, added wxRegionIterator documentation.
Julian Smart [Wed, 4 Nov 1998 22:16:10 +0000 (22:16 +0000)] 
Removed wxUpdateIterator documentation, added wxRegionIterator documentation.

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

25 years agoChanged m_font to * GetFont() since m_font isn't in all implementations.
Julian Smart [Wed, 4 Nov 1998 13:07:46 +0000 (13:07 +0000)] 
Changed m_font to * GetFont() since m_font isn't in all implementations.

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

25 years ago Test for image conversion correctness.
Robert Roebling [Wed, 4 Nov 1998 12:03:48 +0000 (12:03 +0000)] 
  Test for image conversion correctness.

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

25 years agofile got garbled, replaced
Karsten Ballüder [Tue, 3 Nov 1998 15:45:55 +0000 (15:45 +0000)] 
file got garbled, replaced

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

25 years agoDialog Editor bug fixes, several other small ones
Julian Smart [Tue, 3 Nov 1998 15:43:57 +0000 (15:43 +0000)] 
Dialog Editor bug fixes, several other small ones

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

25 years ago Bit fiddling.
Robert Roebling [Tue, 3 Nov 1998 14:46:38 +0000 (14:46 +0000)] 
  Bit fiddling.

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

25 years ago Fix for TextCtrl problem as reported by Vegh
Robert Roebling [Tue, 3 Nov 1998 11:19:58 +0000 (11:19 +0000)] 
  Fix for TextCtrl problem as reported by Vegh
  Move definition of wxMenuItem to /gtk/menuitem.h
  Radical change of how to insert a child into a
    paren window. As C++ doesn't have any VMT in
    a class's consructor, I have to use a callback.
  Fixed culumn resizing bug in wxListCtrl
  Fixed menu height bug in MDI code

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

25 years agoNew generated code
Robin Dunn [Tue, 3 Nov 1998 09:22:52 +0000 (09:22 +0000)] 
New generated code

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

25 years agofixed a typo
Robin Dunn [Tue, 3 Nov 1998 09:21:57 +0000 (09:21 +0000)] 
fixed a typo

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

25 years ago DnD fixes
Robert Roebling [Mon, 2 Nov 1998 14:12:29 +0000 (14:12 +0000)] 
  DnD fixes
  Image fixes
  Clipboard API

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

25 years agoAdded test.xpm generated from horse.png, for compilation.
Karsten Ballüder [Mon, 2 Nov 1998 14:09:42 +0000 (14:09 +0000)] 
Added test.xpm generated from horse.png, for compilation.

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

25 years agoAll functionality I know hot implement already implemented.
Denis Pershin [Mon, 2 Nov 1998 00:53:35 +0000 (00:53 +0000)] 
All functionality I know hot implement already implemented.
Testing is needed.

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

25 years agofixes
Karsten Ballüder [Sun, 1 Nov 1998 21:48:22 +0000 (21:48 +0000)] 
fixes

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

25 years ago Font fixes and icons in report view for list control
Robert Roebling [Sat, 31 Oct 1998 10:12:29 +0000 (10:12 +0000)] 
  Font fixes and icons in report view for list control

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

25 years agoVisible functions implemented
Denis Pershin [Sat, 31 Oct 1998 05:43:05 +0000 (05:43 +0000)] 
Visible functions implemented

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

25 years agowxTreeCtrl changes:
Denis Pershin [Sat, 31 Oct 1998 04:29:25 +0000 (04:29 +0000)] 
wxTreeCtrl changes:
More functions implemented...
I cannot rid of one assert... I do not know what should
I do to avoid it... It happens on collapsing...

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

25 years ago Compile fixes for tree ctrl
Robert Roebling [Fri, 30 Oct 1998 19:52:46 +0000 (19:52 +0000)] 
  Compile fixes for tree ctrl

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

25 years ago Fixes to fonts, static text, radiobox, frame
Robert Roebling [Fri, 30 Oct 1998 19:37:03 +0000 (19:37 +0000)] 
  Fixes to fonts, static text, radiobox, frame

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

25 years agoregenerated configure from new configure.in
Karsten Ballüder [Fri, 30 Oct 1998 18:27:55 +0000 (18:27 +0000)] 
regenerated configure from new configure.in

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

25 years agoitems without children couldn't be expanded even after a call to
Vadim Zeitlin [Fri, 30 Oct 1998 12:55:48 +0000 (12:55 +0000)] 
items without children couldn't be expanded even after a call to
SetHasChildren() - fixed.

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

25 years agowait4() now extern "C" :-)
Karsten Ballüder [Fri, 30 Oct 1998 11:24:38 +0000 (11:24 +0000)] 
wait4() now extern "C" :-)

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

25 years agofixed wxICON() usage
Karsten Ballüder [Fri, 30 Oct 1998 11:24:16 +0000 (11:24 +0000)] 
fixed wxICON() usage

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

25 years agoadded wait4() prototype for solaris
Karsten Ballüder [Fri, 30 Oct 1998 10:58:04 +0000 (10:58 +0000)] 
added wait4() prototype for solaris

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