]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years agoadded support for several new events in wxCalendarCtrl: clicking on week
Vadim Zeitlin [Thu, 30 Dec 1999 18:21:42 +0000 (18:21 +0000)] 
added support for several new events in wxCalendarCtrl: clicking on week
days in the header, double clicking

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

24 years ago1. many, many, many warnings fixed (from HP-UX build log; 50% are still left)
Vadim Zeitlin [Thu, 30 Dec 1999 17:51:26 +0000 (17:51 +0000)] 
1. many, many, many warnings fixed (from HP-UX build log; 50% are still left)
2. attempt (failed) at compiling wxGTK with GTK+ 1.3.0

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

24 years ago Removed two more GUI lock-ups. This time when
Robert Roebling [Thu, 30 Dec 1999 12:02:57 +0000 (12:02 +0000)] 
  Removed two more GUI lock-ups. This time when
    using on-GUI threads and sending event.

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

24 years agoadded wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home/Right/Left and Home/End keys
Vadim Zeitlin [Thu, 30 Dec 1999 00:31:36 +0000 (00:31 +0000)] 
added wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home/Right/Left and Home/End keys
handling

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

24 years agowxCalendarCtrl works under MSW too
Vadim Zeitlin [Wed, 29 Dec 1999 23:34:18 +0000 (23:34 +0000)] 
wxCalendarCtrl works under MSW too

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

24 years ago Corrected miniframe.
Robert Roebling [Wed, 29 Dec 1999 22:12:42 +0000 (22:12 +0000)] 
  Corrected miniframe.
  Changed wxTB_HORIZONTAL to be wxHORIZONTAL, not wxVERTICAL..

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

24 years agoEnabling the use of masks for wxGTK in some of the demos
Robin Dunn [Wed, 29 Dec 1999 22:10:32 +0000 (22:10 +0000)] 
Enabling the use of masks for wxGTK in some of the demos

wxWindow.GetHandle returns the X-Window instead of the GtkWidget
pointer so the X-Window can be given to other Python modules such as
VTK.

wxPython.lib.vtk updated to get the window handle at widget creation
instead of in the constructor.

other updates

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

24 years agoFixed wxWindowCreateEvent and wxWindowDestroyEvent to set m_eventType
Robin Dunn [Wed, 29 Dec 1999 22:07:53 +0000 (22:07 +0000)] 
Fixed wxWindowCreateEvent and wxWindowDestroyEvent to set m_eventType
so the events can actually be caught by a handler.

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

24 years ago IsExposed() corrections in calendar.
Robert Roebling [Wed, 29 Dec 1999 21:03:36 +0000 (21:03 +0000)] 
  IsExposed() corrections in calendar.

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

24 years agoAdded some missing EVT_ functions
Robin Dunn [Wed, 29 Dec 1999 20:07:27 +0000 (20:07 +0000)] 
Added some missing EVT_ functions
Fixes to wxPython.lib.wxCalendar for new toolbar and region code
other fixes

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

24 years agowxMotif::wxControl() ctor added, now wxCalendarCtrl compiles ok
Vadim Zeitlin [Wed, 29 Dec 1999 19:34:38 +0000 (19:34 +0000)] 
wxMotif::wxControl() ctor added, now wxCalendarCtrl compiles ok

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

24 years ago1. wxCalendarCtrl
Vadim Zeitlin [Wed, 29 Dec 1999 19:18:01 +0000 (19:18 +0000)] 
1. wxCalendarCtrl
2. several wxDateTime bugs corrected, a couple of missing functions added
3. GetBestSize() corrections for several wxGTK controls
4. wxStaticLine doesn't get focus any more under MSW
5. added DoMoveWindow() to wxMotif

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

24 years ago GUI thread update and event corrections.
Robert Roebling [Wed, 29 Dec 1999 17:16:55 +0000 (17:16 +0000)] 
  GUI thread update and event corrections.

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

24 years agoTidied some doc references; added Stefan's Blit optimisation
Julian Smart [Wed, 29 Dec 1999 14:21:38 +0000 (14:21 +0000)] 
Tidied some doc references; added Stefan's Blit optimisation

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

24 years ago Doc correction for wxScrollWinEvent.
Robert Roebling [Wed, 29 Dec 1999 12:52:22 +0000 (12:52 +0000)] 
  Doc correction for wxScrollWinEvent.

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

24 years ago Added wxWindow::DoMoveWindow(..)
Robert Roebling [Wed, 29 Dec 1999 11:52:51 +0000 (11:52 +0000)] 
  Added wxWindow::DoMoveWindow(..)
  Changed dnd and clipboard overviews.

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

24 years agodefine __GNUWIN32_OLD__ for cygwin32 too
Vadim Zeitlin [Wed, 29 Dec 1999 11:46:45 +0000 (11:46 +0000)] 
define __GNUWIN32_OLD__ for cygwin32 too

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

24 years ago1. added test for wxTreeCtrl::Insert(size_t index)
Vadim Zeitlin [Wed, 29 Dec 1999 10:29:26 +0000 (10:29 +0000)] 
1. added test for wxTreeCtrl::Insert(size_t index)
2. temporary test code for wxCalendarCtrl in controls.cpp

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

24 years ago1. some minor compilation fixes in datetime.cppm
Vadim Zeitlin [Wed, 29 Dec 1999 10:28:20 +0000 (10:28 +0000)] 
1. some minor compilation fixes in datetime.cppm
2. implemented wxTreeCtrl::Insert(size_t index)
3. draft of wxCalendarCtrl

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

24 years ago Small doc updates, mainly wxDropTarget,
Robert Roebling [Wed, 29 Dec 1999 09:48:10 +0000 (09:48 +0000)] 
  Small doc updates, mainly wxDropTarget,
  wxFileDlg now interprets a default dir of "." as
    the current working dir,
  dialog and frame honour "wxApp::DeleteFrameOnExit".

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

24 years agoBC++ compialtion fix (?)
Vadim Zeitlin [Tue, 28 Dec 1999 22:24:44 +0000 (22:24 +0000)] 
BC++ compialtion fix (?)

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

24 years agoFixed so user code (or wxPython) can include gtk/glib/X headers if needed.
Robin Dunn [Tue, 28 Dec 1999 21:32:48 +0000 (21:32 +0000)] 
Fixed so user code (or wxPython) can include gtk/glib/X headers if needed.

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

24 years agoAdded some WXDLLEXPORTs
Robin Dunn [Tue, 28 Dec 1999 21:10:49 +0000 (21:10 +0000)] 
Added some WXDLLEXPORTs

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

24 years agoWatford C++ related changes. Unfortunately, the linker now gives a GPF.
Julian Smart [Tue, 28 Dec 1999 20:25:09 +0000 (20:25 +0000)] 
Watford C++ related changes. Unfortunately, the linker now gives a GPF.

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

24 years agoSome BC++ issues
Julian Smart [Tue, 28 Dec 1999 15:21:06 +0000 (15:21 +0000)] 
Some BC++ issues

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

24 years agoRemoved references to separate prop and porting docs. Added imagtiff.cpp
Julian Smart [Tue, 28 Dec 1999 13:57:57 +0000 (13:57 +0000)] 
Removed references to separate prop and porting docs. Added imagtiff.cpp
to VC++ project files. Added tiff library to makeproj.cpp.

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

24 years agoAdded VC++ project files for TIFF library.
Julian Smart [Tue, 28 Dec 1999 13:56:05 +0000 (13:56 +0000)] 
Added VC++ project files for TIFF library.

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

24 years ago Calling a Refresh() before the window is created no longer
Robert Roebling [Tue, 28 Dec 1999 13:08:04 +0000 (13:08 +0000)] 
  Calling a Refresh() before the window is created no longer
    gives an assert. Nothing will happen.
  Added wxTreeCtrl::InsertItem( paret, before, ... ),
  Correct some places with incorrectly indented code.

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

24 years agoAdded Bil Simser to wxBook page; fixed bug in notebook when deleting pages
Julian Smart [Tue, 28 Dec 1999 12:45:48 +0000 (12:45 +0000)] 
Added Bil Simser to wxBook page; fixed bug in notebook when deleting pages

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

24 years agoAdded GetSubBitmap()
Guillermo Rodriguez Garcia [Tue, 28 Dec 1999 12:28:39 +0000 (12:28 +0000)] 
Added GetSubBitmap()

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

24 years ago Minor doc updates.
Robert Roebling [Mon, 27 Dec 1999 14:27:05 +0000 (14:27 +0000)] 
  Minor doc updates.

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

24 years ago Added mono bitmap to image conversion.
Robert Roebling [Mon, 27 Dec 1999 13:01:07 +0000 (13:01 +0000)] 
  Added mono bitmap to image conversion.
  Added wxImage::Replace() (replaces one colour with another).
  Toolbar tips no longer eats ana new colour. This might prevent
    the wrong colour behaviour reported from some 8-bit visuals.
  Minor fixes and test code.

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

24 years ago1. wxLongLongWx::Assign(double) added (half implemented)
Vadim Zeitlin [Mon, 27 Dec 1999 11:26:59 +0000 (11:26 +0000)] 
1. wxLongLongWx::Assign(double) added (half implemented)
2. small wxDateTime bug fixed

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

24 years agocompilation fix
Vadim Zeitlin [Mon, 27 Dec 1999 10:55:14 +0000 (10:55 +0000)] 
compilation fix

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

24 years agomore unused param warnings fixed
Vadim Zeitlin [Sun, 26 Dec 1999 21:54:12 +0000 (21:54 +0000)] 
more unused param warnings fixed

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

24 years ago1. misc compilation (errors, warnings) fixes (from the build logs)
Vadim Zeitlin [Sun, 26 Dec 1999 21:52:50 +0000 (21:52 +0000)] 
1. misc compilation (errors, warnings) fixes (from the build logs)
2. fixed a bug in wxGTK::wxGetResource

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

24 years agodisable #warning because it's an error for some compilers
Vadim Zeitlin [Sat, 25 Dec 1999 22:16:54 +0000 (22:16 +0000)] 
disable #warning because it's an error for some compilers

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

24 years agoC++ comments in C files are fun but break the compilation (for the Nth time)
Vadim Zeitlin [Sat, 25 Dec 1999 22:16:28 +0000 (22:16 +0000)] 
C++ comments in C files are fun but break the compilation (for the Nth time)

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

24 years agofixes of documentation - replaced \tt{...}, \em{...}, \bf{...} by {\tt ...} etc.
Václav Slavík [Sat, 25 Dec 1999 20:34:56 +0000 (20:34 +0000)] 
fixes of documentation - replaced \tt{...}, \em{...}, \bf{...} by {\tt ...} etc.

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

24 years agomoved proplist documentation to main book
Václav Slavík [Sat, 25 Dec 1999 20:30:32 +0000 (20:30 +0000)] 
moved proplist documentation to main book

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

24 years agomoved 1.6X -> 2.X porting manual to main book
Václav Slavík [Sat, 25 Dec 1999 20:26:26 +0000 (20:26 +0000)] 
moved 1.6X -> 2.X porting manual to main book

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

24 years agofont size fix for <PRE>
Václav Slavík [Sat, 25 Dec 1999 18:11:06 +0000 (18:11 +0000)] 
font size fix for <PRE>

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

24 years agoSound recording works on Windows
Guilhem Lavaux [Sat, 25 Dec 1999 17:38:46 +0000 (17:38 +0000)] 
Sound recording works on Windows

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

24 years ago Wrote wxMask(bitmap,colour).
Robert Roebling [Sat, 25 Dec 1999 11:25:53 +0000 (11:25 +0000)] 
  Wrote wxMask(bitmap,colour).
  Some docs for it and wxBitmap::GetSubBitmap().

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

24 years agomany fixes in documentation so that it compiles with LaTeX - get rid of \end{document...
Václav Slavík [Fri, 24 Dec 1999 23:40:13 +0000 (23:40 +0000)] 
many fixes in documentation so that it compiles with LaTeX - get rid of \end{document} troubles, \it{} -> {\it} and few more syntax fixes.

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

24 years agoremoved date.cpp and time.cpp from filelist.txt (was only commented)
Václav Slavík [Fri, 24 Dec 1999 23:28:31 +0000 (23:28 +0000)] 
removed date.cpp and time.cpp from filelist.txt (was only commented)

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

24 years agofixed bug in wxString::DoCopy - it called Sort on already sorted array (thanks to...
Václav Slavík [Fri, 24 Dec 1999 23:28:05 +0000 (23:28 +0000)] 
fixed bug in wxString::DoCopy - it called Sort on already sorted array (thanks to Add behaviour)

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

24 years agoremoved wxHtmlParser::GetTempData (internal function, obsoleted)
Václav Slavík [Fri, 24 Dec 1999 23:27:46 +0000 (23:27 +0000)] 
removed wxHtmlParser::GetTempData (internal function, obsoleted)

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

24 years agoadded demo of <font face>
Václav Slavík [Fri, 24 Dec 1999 23:27:32 +0000 (23:27 +0000)] 
added demo of <font face>

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

24 years agoadded <font face> support
Václav Slavík [Fri, 24 Dec 1999 23:27:20 +0000 (23:27 +0000)] 
added <font face> support

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

24 years agoSome little compilation fixes, etc.
Robin Dunn [Fri, 24 Dec 1999 18:45:22 +0000 (18:45 +0000)] 
Some little compilation fixes, etc.

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

24 years agoRemoved all non wx stuff from the glcanvas module since DA's PyOpenGL
Robin Dunn [Fri, 24 Dec 1999 18:44:29 +0000 (18:44 +0000)] 
Removed all non wx stuff from the glcanvas module since DA's PyOpenGL
is better and compatible with the wxGLCanvas.  You can get it at
http://starship.python.net:9673/crew/da/Code/PyOpenGL.

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

24 years agoimplemented wxLongLong division - seems to work
Vadim Zeitlin [Fri, 24 Dec 1999 16:49:57 +0000 (16:49 +0000)] 
implemented wxLongLong division - seems to work

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

24 years agoAdded default constructor to wxGLCanvas.
Julian Smart [Fri, 24 Dec 1999 12:28:20 +0000 (12:28 +0000)] 
Added default constructor to wxGLCanvas.

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

24 years agoSmall changes
Julian Smart [Fri, 24 Dec 1999 08:16:31 +0000 (08:16 +0000)] 
Small changes

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

24 years agoWrapper updates for wxHtmlLinkInfo and other changes
Robin Dunn [Fri, 24 Dec 1999 03:28:55 +0000 (03:28 +0000)] 
Wrapper updates for wxHtmlLinkInfo and other changes

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

24 years agofixed mismatched }
Robin Dunn [Fri, 24 Dec 1999 00:16:07 +0000 (00:16 +0000)] 
fixed mismatched }

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

24 years agoremoved testing code from wxLongLong
Vadim Zeitlin [Thu, 23 Dec 1999 23:27:21 +0000 (23:27 +0000)] 
removed testing code from wxLongLong

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

24 years agoA bugfix in the wxTreeCtrl.GetItem wrapper
Robin Dunn [Thu, 23 Dec 1999 22:43:59 +0000 (22:43 +0000)] 
A bugfix in the wxTreeCtrl.GetItem wrapper
Some test/demo modifications and additions

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

24 years agoNew toolbar wrappers
Robin Dunn [Thu, 23 Dec 1999 22:37:22 +0000 (22:37 +0000)] 
New toolbar wrappers
wxMask demos
GenericButton now derives from wxControl
Lots of small changes.

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

24 years agofixed interpretation of <font size>: was always relative to current size, now conform...
Václav Slavík [Thu, 23 Dec 1999 21:12:33 +0000 (21:12 +0000)] 
fixed interpretation of <font size>: was always relative to current size, now conforms to HTML specs

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

24 years agowxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLi...
Václav Slavík [Thu, 23 Dec 1999 21:12:23 +0000 (21:12 +0000)] 
wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames)

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

24 years agowxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLi...
Václav Slavík [Thu, 23 Dec 1999 21:11:46 +0000 (21:11 +0000)] 
wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames)  ************** also fixed font size interpretation to conform to HTML (1..6 instead of wrong -2..4)

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

24 years agotried to implement division of wxLongLongs - doesn't work at all, will finish tonight
Vadim Zeitlin [Thu, 23 Dec 1999 20:15:40 +0000 (20:15 +0000)] 
tried to implement division of wxLongLongs - doesn't work at all, will finish tonight

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

24 years agoLinking with the TIFF library
Robin Dunn [Thu, 23 Dec 1999 20:13:49 +0000 (20:13 +0000)] 
Linking with the TIFF library

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

24 years agoFixed wxSplitterEvent to set it's id to be the splitter window's id so
Robin Dunn [Thu, 23 Dec 1999 20:12:34 +0000 (20:12 +0000)] 
Fixed wxSplitterEvent to set it's id to be the splitter window's id so
events can be caught correctly.

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

24 years agowxPython doc updates
Robin Dunn [Thu, 23 Dec 1999 20:09:58 +0000 (20:09 +0000)] 
wxPython doc updates

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

24 years agoNew toolbar wrappers
Robin Dunn [Thu, 23 Dec 1999 20:05:08 +0000 (20:05 +0000)] 
New toolbar wrappers
wxMask demos
GenericButton now derives from wxControl
Lots of small changes.

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

24 years agoAdded a constructor that allows creation of independent wxControl
Robin Dunn [Thu, 23 Dec 1999 19:23:13 +0000 (19:23 +0000)] 
Added a constructor that allows creation of independent wxControl
(for more easily creating custom controls)

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

24 years ago Added wxBitmap::GetSubBitmap()
Robert Roebling [Thu, 23 Dec 1999 18:18:43 +0000 (18:18 +0000)] 
  Added wxBitmap::GetSubBitmap()
  Correct images in gen. dir dlg.

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

24 years agoremoved wxITALIC/wxSLANT stuff from wxHTML (no longer neccessary, we have intelligent...
Václav Slavík [Thu, 23 Dec 1999 18:14:26 +0000 (18:14 +0000)] 
removed wxITALIC/wxSLANT stuff from wxHTML (no longer neccessary, we have intelligent font matching) - affects SetFonts method of wxHtmlWindow, wxHtmlWinParser and private stuff in wxHtmlHelpFrame

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

24 years agowxHtmlFontCell now has member wxFont m_Font instead of wxFont* m_Font (preparation...
Václav Slavík [Thu, 23 Dec 1999 18:14:17 +0000 (18:14 +0000)] 
wxHtmlFontCell now has member wxFont m_Font instead of wxFont* m_Font (preparation for <font face> support)

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

24 years agodate.cpp and time.cpp removed from CVS (no longer used)
Václav Slavík [Thu, 23 Dec 1999 18:13:35 +0000 (18:13 +0000)] 
date.cpp and time.cpp removed from CVS (no longer used)

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

24 years agopatches for running configure under OS/2
Vadim Zeitlin [Thu, 23 Dec 1999 17:59:26 +0000 (17:59 +0000)] 
patches for running configure under OS/2

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

24 years agooops... problem with in Perl source - got mangled by cvs
Vadim Zeitlin [Thu, 23 Dec 1999 15:40:18 +0000 (15:40 +0000)] 
oops... problem with  in Perl source - got mangled by cvs

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

24 years agoa small script to show the different between the current file version and its last...
Vadim Zeitlin [Thu, 23 Dec 1999 15:34:45 +0000 (15:34 +0000)] 
a small script to show the different between the current file version and its last revision (requires Perl)

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

24 years agofixes for wxINSTALL_PREFIX definition
Vadim Zeitlin [Thu, 23 Dec 1999 14:21:56 +0000 (14:21 +0000)] 
fixes for wxINSTALL_PREFIX definition

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

24 years agopatches for BC++ 5.3 from Ricky Gonzales <gonzales@pyramid3.net>
Vadim Zeitlin [Thu, 23 Dec 1999 14:05:21 +0000 (14:05 +0000)] 
patches for BC++ 5.3 from Ricky Gonzales <gonzales@pyramid3.net>

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

24 years ago Committing in .
Jouk Jansen [Thu, 23 Dec 1999 13:19:09 +0000 (13:19 +0000)] 
 Committing in .

 Patches for VMS

 Modified Files:
  wxWindows/setup.h_vms wxWindows/include/wx/image.h
  wxWindows/src/common/datetime.cpp
  wxWindows/src/common/descrip.mms
  wxWindows/src/generic/descrip.mms
  wxWindows/src/unix/threadpsx.cpp
 ----------------------------------------------------------------------

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

24 years agoUpdate options to the config files
David Webster [Wed, 22 Dec 1999 23:21:47 +0000 (23:21 +0000)] 
Update options to the config files

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

24 years ago1. corrected some owner-drawn buttons bugs
Vadim Zeitlin [Wed, 22 Dec 1999 23:00:10 +0000 (23:00 +0000)] 
1. corrected some owner-drawn buttons bugs
2. added generation of event for EVT_SPINCTRL handler to wxSpinCtrl

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

24 years agotesting new wxSpinCtrl event and button colours
Vadim Zeitlin [Wed, 22 Dec 1999 22:58:52 +0000 (22:58 +0000)] 
testing new wxSpinCtrl event and button colours

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

24 years agodocumented wxHashTable::DeleteContents(bool)
Václav Slavík [Wed, 22 Dec 1999 22:23:35 +0000 (22:23 +0000)] 
documented wxHashTable::DeleteContents(bool)

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

24 years agoadded printing classes to HTML section
Václav Slavík [Wed, 22 Dec 1999 22:23:30 +0000 (22:23 +0000)] 
added printing classes to HTML section

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

24 years agotests for "big" wxTextCtrls
Vadim Zeitlin [Wed, 22 Dec 1999 21:41:34 +0000 (21:41 +0000)] 
tests for "big" wxTextCtrls

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

24 years ago1. wxBase compiles under BeOS
Vadim Zeitlin [Wed, 22 Dec 1999 21:09:32 +0000 (21:09 +0000)] 
1. wxBase compiles under BeOS
2. several bugs corrected in wxTextCtrl::Load/SaveFile (wxMSW)

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

24 years agoUpdated Phnghand LoadFile and new makefile for DateTime
David Webster [Wed, 22 Dec 1999 18:42:00 +0000 (18:42 +0000)] 
Updated Phnghand LoadFile and new makefile for DateTime

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

24 years agoChanged Loadfile to be compatable with OS/2 Bitmap handler
David Webster [Wed, 22 Dec 1999 18:41:00 +0000 (18:41 +0000)] 
Changed Loadfile to be compatable with OS/2 Bitmap handler

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

24 years agoEliminate comma's after last element in an enum
David Webster [Wed, 22 Dec 1999 18:40:24 +0000 (18:40 +0000)] 
Eliminate comma's after last element in an enum

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

24 years ago Reduced spacing in tree ctrl.
Robert Roebling [Wed, 22 Dec 1999 17:22:54 +0000 (17:22 +0000)] 
  Reduced spacing in tree ctrl.

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

24 years ago Some debug code.
Robert Roebling [Wed, 22 Dec 1999 13:04:54 +0000 (13:04 +0000)] 
  Some debug code.
  Removed flicker form wxTreeCtrl.
  Changes.txt update.

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

24 years agomore wxDateTime tests
Vadim Zeitlin [Wed, 22 Dec 1999 00:16:35 +0000 (00:16 +0000)] 
more wxDateTime tests

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

24 years ago1. coloured buttons seem to work
Vadim Zeitlin [Wed, 22 Dec 1999 00:16:02 +0000 (00:16 +0000)] 
1. coloured buttons seem to work
2. wxDateTime::ParseFormat() starts to work

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

24 years agodefine _timezone for VisualAge
David Webster [Tue, 21 Dec 1999 23:44:08 +0000 (23:44 +0000)] 
define _timezone for VisualAge

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

24 years agofixed typo (const<->cosnt)
Václav Slavík [Tue, 21 Dec 1999 22:24:07 +0000 (22:24 +0000)] 
fixed typo (const<->cosnt)

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

24 years agoadded wxHTML to Classes by Category
Václav Slavík [Tue, 21 Dec 1999 22:23:55 +0000 (22:23 +0000)] 
added wxHTML to Classes by Category

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

24 years agofixed horizontal scrollbar bug
Václav Slavík [Tue, 21 Dec 1999 22:23:45 +0000 (22:23 +0000)] 
fixed horizontal scrollbar bug

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

24 years agoAdd datetime file
David Webster [Tue, 21 Dec 1999 22:22:39 +0000 (22:22 +0000)] 
Add datetime file

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

24 years ago#ifdef wxUSE_TOOLTIPS around tooltips
Václav Slavík [Tue, 21 Dec 1999 20:27:38 +0000 (20:27 +0000)] 
#ifdef wxUSE_TOOLTIPS around tooltips

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

24 years agowxDateTime::ParseFormat() and ParseTime() added (compile but don't work)
Vadim Zeitlin [Tue, 21 Dec 1999 19:33:25 +0000 (19:33 +0000)] 
wxDateTime::ParseFormat() and ParseTime() added (compile but don't work)

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