]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
24 years agoInclude Header file of base class!
Stefan Neis [Sat, 5 Feb 2000 15:56:59 +0000 (15:56 +0000)] 
Include Header file of base class!

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

24 years agoFixed typo
Stefan Neis [Sat, 5 Feb 2000 14:27:37 +0000 (14:27 +0000)] 
Fixed typo

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

24 years agoFixed a typo in a comment
George Tasker [Sat, 5 Feb 2000 14:13:41 +0000 (14:13 +0000)] 
Fixed a typo in a comment

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

24 years agoCorrected initial m_filterIndex value (was 1)
Julian Smart [Sat, 5 Feb 2000 11:16:14 +0000 (11:16 +0000)] 
Corrected initial m_filterIndex value (was 1)

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

24 years ago wxWindow no longer emits any scroll events after
Robert Roebling [Sat, 5 Feb 2000 10:33:57 +0000 (10:33 +0000)] 
  wxWindow no longer emits any scroll events after
    a programmatic change to its scrollbars.
  Reverted sense of SHIFT and CONTROL in wxListCtrl.

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

24 years agodocs for wxTimer change
Vadim Zeitlin [Sat, 5 Feb 2000 02:07:38 +0000 (02:07 +0000)] 
docs for wxTimer change

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

24 years ago1. wxTimer change - now generates EVT_TIMER()
Vadim Zeitlin [Sat, 5 Feb 2000 01:57:38 +0000 (01:57 +0000)] 
1. wxTimer change - now generates EVT_TIMER()
2. wxStatusBar reorganisation

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

24 years agocosemtic fixes
Vadim Zeitlin [Sat, 5 Feb 2000 01:55:54 +0000 (01:55 +0000)] 
cosemtic fixes

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

24 years agoSpace now move active cell right if grid is not editable
Michael Bedward [Sat, 5 Feb 2000 01:06:47 +0000 (01:06 +0000)] 
Space now move active cell right if grid is not editable

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

24 years agoRemoved ^M chars again
Michael Bedward [Sat, 5 Feb 2000 01:03:52 +0000 (01:03 +0000)] 
Removed ^M chars again

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

24 years agoRemoved erroneous EVT_SCROLLWIN
Michael Bedward [Sat, 5 Feb 2000 00:26:11 +0000 (00:26 +0000)] 
Removed erroneous EVT_SCROLLWIN

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

24 years agoAdded #ifdef HAVE_SCHED_YIELD
Stefan Neis [Fri, 4 Feb 2000 23:41:25 +0000 (23:41 +0000)] 
Added #ifdef HAVE_SCHED_YIELD

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

24 years agoreadding back
Vadim Zeitlin [Fri, 4 Feb 2000 20:27:31 +0000 (20:27 +0000)] 
readding back

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

24 years agonew sample: statbar
Vadim Zeitlin [Fri, 4 Feb 2000 20:27:10 +0000 (20:27 +0000)] 
new sample: statbar

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

24 years agoupdated to reflect the current situation
Vadim Zeitlin [Fri, 4 Feb 2000 19:27:18 +0000 (19:27 +0000)] 
updated to reflect the current situation

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

24 years agoanother new version of wxStringTokenizer (with tests and docs)
Vadim Zeitlin [Fri, 4 Feb 2000 18:31:26 +0000 (18:31 +0000)] 
another new version of wxStringTokenizer (with tests and docs)

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

24 years agoMinor doc typos removed; compilation improved for VC++ 4.x
Julian Smart [Fri, 4 Feb 2000 17:08:11 +0000 (17:08 +0000)] 
Minor doc typos removed; compilation improved for VC++ 4.x

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

24 years ago Minor GTK fixes for wxGrid.
Robert Roebling [Fri, 4 Feb 2000 17:01:47 +0000 (17:01 +0000)] 
  Minor GTK fixes for wxGrid.

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

24 years agofixed resize line drawing
Vadim Zeitlin [Fri, 4 Feb 2000 15:17:15 +0000 (15:17 +0000)] 
fixed resize line drawing

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

24 years agofixed refresh problem due to rounding errors
Vadim Zeitlin [Fri, 4 Feb 2000 14:57:09 +0000 (14:57 +0000)] 
fixed refresh problem due to rounding errors

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

24 years ago ROP changes.
Robert Roebling [Fri, 4 Feb 2000 14:16:17 +0000 (14:16 +0000)] 
  ROP changes.

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

24 years agofixed AdvanceSelection() wrapping
Vadim Zeitlin [Fri, 4 Feb 2000 13:49:12 +0000 (13:49 +0000)] 
fixed AdvanceSelection() wrapping

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

24 years agoMany bug fixes for display code:
Michael Bedward [Fri, 4 Feb 2000 11:17:01 +0000 (11:17 +0000)] 
Many bug fixes for display code:
- clicking outside cell area no longer causes crashes
- clicking beyond labels is now ignored
- better cell selection code
- old grid sample now works with this grid
- newlines can be entered in to cell edit control

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

24 years agoAdded drag-shrinking
Stefan Neis [Fri, 4 Feb 2000 08:41:34 +0000 (08:41 +0000)] 
Added drag-shrinking

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

24 years agofixed bug in handling quoted characters in value names
Vadim Zeitlin [Thu, 3 Feb 2000 17:37:53 +0000 (17:37 +0000)] 
fixed bug in handling quoted characters in value names

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

24 years agoAdded drag-shrinking.
Stefan Neis [Thu, 3 Feb 2000 15:14:13 +0000 (15:14 +0000)] 
Added drag-shrinking.

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

24 years agoReplaced C++ comment with C comment
George Tasker [Thu, 3 Feb 2000 13:56:12 +0000 (13:56 +0000)] 
Replaced C++ comment with C comment

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

24 years agore-checking in files in Unix mode
Vadim Zeitlin [Thu, 3 Feb 2000 13:30:28 +0000 (13:30 +0000)] 
re-checking in files in Unix mode

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

24 years agoremove c++ comment in header
Bart A.M. Jourquin [Thu, 3 Feb 2000 13:17:32 +0000 (13:17 +0000)] 
remove c++ comment in header

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

24 years agofix include files path
Bart A.M. Jourquin [Thu, 3 Feb 2000 13:07:42 +0000 (13:07 +0000)] 
fix include files path

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

24 years agoadded WM_SYSCHAR processing
Vadim Zeitlin [Thu, 3 Feb 2000 12:35:58 +0000 (12:35 +0000)] 
added WM_SYSCHAR processing

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

24 years agofixed bug with propagating wxWS_EX_VALIDATE_RECURSIVELY
Vadim Zeitlin [Thu, 3 Feb 2000 12:20:34 +0000 (12:20 +0000)] 
fixed bug with propagating wxWS_EX_VALIDATE_RECURSIVELY

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

24 years agoUsed old name SelectCell instead of new name SetCurrentCell
Michael Bedward [Thu, 3 Feb 2000 07:18:02 +0000 (07:18 +0000)] 
Used old name SelectCell instead of new name SetCurrentCell

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

24 years agoAdded missing SetGridCursor function
Michael Bedward [Thu, 3 Feb 2000 07:11:12 +0000 (07:11 +0000)] 
Added missing SetGridCursor function

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

24 years agoUpdated demo program to work with revised grid code
Michael Bedward [Thu, 3 Feb 2000 06:07:07 +0000 (06:07 +0000)] 
Updated demo program to work with revised grid code

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

24 years agoRemoved cell highlighting temporarily. Now wxGrid::EnableEditing(bool)
Michael Bedward [Thu, 3 Feb 2000 06:03:03 +0000 (06:03 +0000)] 
Removed cell highlighting temporarily.  Now wxGrid::EnableEditing(bool)
sets the cell edit control to be editable or read-only.

Fixed row sizing problem where text was clipped in the cell edit control.

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

24 years agoMajor redesign of grid classes:
Michael Bedward [Thu, 3 Feb 2000 04:43:45 +0000 (04:43 +0000)] 
Major redesign of grid classes:
- wxGrid now derives from wxScrolledWindow
- Row labels, col labels, corner labels and grid cell area
  implemented as separate classes

The new design fixes the display problems (bad flicker when
scrolling) and simplifies the internal handling of grid cell
coordinates, the edit control etc.

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

24 years agomore change documentation
Robin Dunn [Wed, 2 Feb 2000 22:43:22 +0000 (22:43 +0000)] 
more change documentation

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

24 years agomore change documentation
Robin Dunn [Wed, 2 Feb 2000 22:38:13 +0000 (22:38 +0000)] 
more change documentation

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

24 years agoadded wxUSE_DEBUG_NEW_ALWAYS to --enable-mem_tracing (quite useless otherwise)
Václav Slavík [Wed, 2 Feb 2000 21:32:15 +0000 (21:32 +0000)] 
added wxUSE_DEBUG_NEW_ALWAYS to --enable-mem_tracing (quite useless otherwise)

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

24 years agofixed bug that caused assertion failure when printing HTML with images
Václav Slavík [Wed, 2 Feb 2000 21:18:31 +0000 (21:18 +0000)] 
fixed bug that caused assertion failure when printing HTML with images

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

24 years agofixed memory leaks
Václav Slavík [Wed, 2 Feb 2000 21:18:02 +0000 (21:18 +0000)] 
fixed memory leaks

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

24 years agofixed DeleteContents inconsistency: didn't free memory if DeleteContents called befor...
Václav Slavík [Wed, 2 Feb 2000 21:17:40 +0000 (21:17 +0000)] 
fixed DeleteContents inconsistency: didn't free memory if DeleteContents called before inserting data (and creating wxList)

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

24 years agofixing memory leaks & mem tracing false alerts
Václav Slavík [Wed, 2 Feb 2000 21:17:25 +0000 (21:17 +0000)] 
fixing memory leaks & mem tracing false alerts

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

24 years ago Clearified ROP code in wxDC (MSW and GTK).
Robert Roebling [Wed, 2 Feb 2000 20:36:55 +0000 (20:36 +0000)] 
  Clearified ROP code in wxDC (MSW and GTK).
  Removed CaptureMouse() non-sense again.

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

24 years agoFixed bug in DoDrawRotatedText: it wasn't deleting the font when done
Guillermo Rodriguez Garcia [Wed, 2 Feb 2000 19:48:01 +0000 (19:48 +0000)] 
Fixed bug in DoDrawRotatedText: it wasn't deleting the font when done

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

24 years agodocs can be built again (thanks lacheck!)
Vadim Zeitlin [Wed, 2 Feb 2000 19:30:09 +0000 (19:30 +0000)] 
docs can be built again (thanks lacheck!)

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

24 years agoadded CentreOnScreen(), updated the docs to clear this mess a bit
Vadim Zeitlin [Wed, 2 Feb 2000 18:48:41 +0000 (18:48 +0000)] 
added CentreOnScreen(), updated the docs to clear this mess a bit

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

24 years ago1. don't compile IODBC sources for MSW
Vadim Zeitlin [Wed, 2 Feb 2000 18:00:30 +0000 (18:00 +0000)] 
1. don't compile IODBC sources for MSW
2. check for gettimeofday/ftime in configure (even though we have localtime)

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

24 years ago Tried to fix corrupted display of wxTextCtrl,
Robert Roebling [Wed, 2 Feb 2000 17:59:12 +0000 (17:59 +0000)] 
  Tried to fix corrupted display of wxTextCtrl,
  Corrected wxFileDialog's multiple file option.
  Corrected event mask for CaptureMouse(),
  Small change to "best visual" code.

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

24 years agodon't show the same message twice when wxLog called from another thread
Vadim Zeitlin [Wed, 2 Feb 2000 17:50:56 +0000 (17:50 +0000)] 
don't show the same message twice when wxLog called from another thread

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

24 years agooops, typo in recently committed files
Vadim Zeitlin [Wed, 2 Feb 2000 17:11:36 +0000 (17:11 +0000)] 
oops, typo in recently committed files

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

24 years agoanother assert added to check incorrect use of ctor
Vadim Zeitlin [Wed, 2 Feb 2000 17:06:50 +0000 (17:06 +0000)] 
another assert added to check incorrect use of ctor

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

24 years agomade error message when test for GTK+ fails more detailed
Vadim Zeitlin [Wed, 2 Feb 2000 16:56:06 +0000 (16:56 +0000)] 
made error message when test for GTK+ fails more detailed

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

24 years agoAdd warning if wxStopWatch is up to second resolution
Sylvain Bougnoux [Wed, 2 Feb 2000 16:37:56 +0000 (16:37 +0000)] 
Add warning if wxStopWatch is up to second resolution

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

24 years agoFreeBSD fixes
Karsten Ballüder [Wed, 2 Feb 2000 16:09:54 +0000 (16:09 +0000)] 
FreeBSD fixes

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

24 years agoadded Linux-only /proc/net/route check, IsOnline proceeds check always, not only...
Václav Slavík [Wed, 2 Feb 2000 15:10:15 +0000 (15:10 +0000)] 
added Linux-only /proc/net/route check, IsOnline proceeds check always, not only if timer is not running, changed order of tests (/proc/net, ifconfig, connect to well-known host, ping)

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

24 years agominor fixes
Robin Dunn [Wed, 2 Feb 2000 06:37:06 +0000 (06:37 +0000)] 
minor fixes

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

24 years agowxPython doc updates
Robin Dunn [Wed, 2 Feb 2000 04:46:41 +0000 (04:46 +0000)] 
wxPython doc updates

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

24 years ago1. wxStaticBitmap now uses mask even for bitmaps (and not only icons)
Vadim Zeitlin [Wed, 2 Feb 2000 00:52:06 +0000 (00:52 +0000)] 
1. wxStaticBitmap now uses mask even for bitmaps (and not only icons)
2. we now catch WM_SYSKEYDOWN/UP events as well as normal ones

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

24 years agoAdded rules using motif.t gtk.t os2.t
Stefan Neis [Wed, 2 Feb 2000 00:08:20 +0000 (00:08 +0000)] 
Added rules using motif.t gtk.t os2.t

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

24 years agoAdded auto-generated files.lst
Stefan Neis [Tue, 1 Feb 2000 23:47:11 +0000 (23:47 +0000)] 
Added auto-generated files.lst

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

24 years agoadded os2.t
Stefan Neis [Tue, 1 Feb 2000 23:43:02 +0000 (23:43 +0000)] 
added os2.t

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

24 years agosome fixes and code regeneration
Robin Dunn [Tue, 1 Feb 2000 21:36:20 +0000 (21:36 +0000)] 
some fixes and code regeneration

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

24 years agoworkaround font data bug
Robin Dunn [Tue, 1 Feb 2000 20:29:11 +0000 (20:29 +0000)] 
workaround font data bug

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

24 years agoset version number
Robin Dunn [Tue, 1 Feb 2000 19:35:14 +0000 (19:35 +0000)] 
set version number

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

24 years agoUpdated for new XPMlib files
Guillermo Rodriguez Garcia [Tue, 1 Feb 2000 18:14:03 +0000 (18:14 +0000)] 
Updated for new XPMlib files

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

24 years agoUpdated for new XPM files
Guillermo Rodriguez Garcia [Tue, 1 Feb 2000 18:13:20 +0000 (18:13 +0000)] 
Updated for new XPM files

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

24 years agoAdded a test for saving XPMs with 'automatic' mask
Guillermo Rodriguez Garcia [Tue, 1 Feb 2000 18:12:29 +0000 (18:12 +0000)] 
Added a test for saving XPMs with 'automatic' mask

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

24 years ago Added test for no-change in crollwin.
Robert Roebling [Tue, 1 Feb 2000 18:12:20 +0000 (18:12 +0000)] 
  Added test for no-change in crollwin.

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

24 years agoThis file was a copy of data.c and is not needed
Guillermo Rodriguez Garcia [Tue, 1 Feb 2000 18:11:48 +0000 (18:11 +0000)] 
This file was a copy of data.c and is not needed

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

24 years agoFixed XPM transparency issue for both loading and saving
Guillermo Rodriguez Garcia [Tue, 1 Feb 2000 18:10:36 +0000 (18:10 +0000)] 
Fixed XPM transparency issue for both loading and saving

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

24 years agoUpdated lib to 3.4g
Guillermo Rodriguez Garcia [Tue, 1 Feb 2000 18:10:04 +0000 (18:10 +0000)] 
Updated lib to 3.4g

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

24 years ago Various corrections to makefiles, RPMs etc.
Robert Roebling [Tue, 1 Feb 2000 16:37:28 +0000 (16:37 +0000)] 
  Various corrections to makefiles, RPMs etc.
  Corrected overoptimised window style and colour code.
  More best visual changes.
  Minor typos in docs.

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

24 years agosplitter in bin format
Bart A.M. Jourquin [Tue, 1 Feb 2000 16:05:08 +0000 (16:05 +0000)] 
splitter in bin format

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

24 years ago*** empty log message ***
Bart A.M. Jourquin [Tue, 1 Feb 2000 16:03:48 +0000 (16:03 +0000)] 
*** empty log message ***

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

24 years ago*** empty log message ***
Bart A.M. Jourquin [Tue, 1 Feb 2000 15:54:47 +0000 (15:54 +0000)] 
*** empty log message ***

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

24 years ago*** empty log message ***
Bart A.M. Jourquin [Tue, 1 Feb 2000 15:54:16 +0000 (15:54 +0000)] 
*** empty log message ***

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

24 years agoSet/GetWindowMenu added to MDI parent frame under MSW
Julian Smart [Tue, 1 Feb 2000 15:48:44 +0000 (15:48 +0000)] 
Set/GetWindowMenu added to MDI parent frame under MSW

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

24 years agoicons fix for unix
Bart A.M. Jourquin [Tue, 1 Feb 2000 14:52:25 +0000 (14:52 +0000)] 
icons fix for unix

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

24 years agoAdd system fonts
Bart A.M. Jourquin [Tue, 1 Feb 2000 09:16:04 +0000 (09:16 +0000)] 
Add system fonts

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

24 years agofix icons in dbtree.cpp
Bart A.M. Jourquin [Tue, 1 Feb 2000 09:05:34 +0000 (09:05 +0000)] 
fix icons in dbtree.cpp

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

24 years agotrying to make wxYield() more threads friendly
Vadim Zeitlin [Tue, 1 Feb 2000 01:46:05 +0000 (01:46 +0000)] 
trying to make wxYield() more threads friendly

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

24 years ago1. some fixes for the problems reported by BoundsChecker
Vadim Zeitlin [Tue, 1 Feb 2000 01:22:00 +0000 (01:22 +0000)] 
1. some fixes for the problems reported by BoundsChecker
2. filled rectangles without outline are one pixel taller/wider

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

24 years agoVA 4.0 fix
David Webster [Mon, 31 Jan 2000 21:28:20 +0000 (21:28 +0000)] 
VA 4.0 fix

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

24 years agoMinor additions to make working with binary buffers easier.
Robin Dunn [Mon, 31 Jan 2000 21:22:44 +0000 (21:22 +0000)] 
Minor additions to make working with binary buffers easier.

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

24 years agoSome minor updates, fixes, etc.
Robin Dunn [Mon, 31 Jan 2000 21:07:04 +0000 (21:07 +0000)] 
Some minor updates, fixes, etc.

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

24 years agonew tests
Robin Dunn [Mon, 31 Jan 2000 21:01:00 +0000 (21:01 +0000)] 
new tests

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

24 years ago1. bug in wxString::find_first_of() fixed
Vadim Zeitlin [Mon, 31 Jan 2000 20:46:49 +0000 (20:46 +0000)] 
1. bug in wxString::find_first_of() fixed
2. new wxStringTokenizer class and the docs for it

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

24 years agocompilation for Win32 using configure works again
Vadim Zeitlin [Mon, 31 Jan 2000 19:16:28 +0000 (19:16 +0000)] 
compilation for Win32 using configure works again

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

24 years agoadded wxBase.dsp to the list of files
Vadim Zeitlin [Mon, 31 Jan 2000 18:42:49 +0000 (18:42 +0000)] 
added wxBase.dsp to the list of files

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

24 years agonew wxStringTokenizer
Vadim Zeitlin [Mon, 31 Jan 2000 18:38:12 +0000 (18:38 +0000)] 
new wxStringTokenizer

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

24 years agomakefiles changes (@top_srcdir@ adjusted)
Vadim Zeitlin [Mon, 31 Jan 2000 18:31:18 +0000 (18:31 +0000)] 
makefiles changes (@top_srcdir@ adjusted)

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

24 years ago1. configre/makefiles changes
Vadim Zeitlin [Mon, 31 Jan 2000 18:26:16 +0000 (18:26 +0000)] 
1. configre/makefiles changes
 a) wxBase compilation/installation/dist works, added wxBase.spec
 b) list of files is include by Makefile.in, not embedded into it
 c) configure runs "subconfigures" for samples/demos/utils
2. wxTokenizer class from Gregory Pietsch

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

24 years ago Using the best visual is now an option.
Robert Roebling [Mon, 31 Jan 2000 17:37:37 +0000 (17:37 +0000)] 
  Using the best visual is now an option.

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

24 years agoAdded the "guessed" icon path for Debian/Corel Linux with KDE
Karsten Ballüder [Mon, 31 Jan 2000 17:31:51 +0000 (17:31 +0000)] 
Added the "guessed" icon path for Debian/Corel Linux with KDE

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

24 years agowxWS_EX_VALIDATE_RECURSIVELY set by default if parent has it
Vadim Zeitlin [Mon, 31 Jan 2000 16:25:09 +0000 (16:25 +0000)] 
wxWS_EX_VALIDATE_RECURSIVELY set by default if parent has it

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

24 years agogtk-config now checks for gthread
Karsten Ballüder [Mon, 31 Jan 2000 16:08:09 +0000 (16:08 +0000)] 
gtk-config now checks for gthread

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

24 years agoFreeBSD library naming fix
Karsten Ballüder [Mon, 31 Jan 2000 16:02:31 +0000 (16:02 +0000)] 
FreeBSD library naming fix

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

24 years agoReplaced tabs and cleaned up indentations.
George Tasker [Mon, 31 Jan 2000 15:44:54 +0000 (15:44 +0000)] 
Replaced tabs and cleaned up indentations.
Replaced all the char arrays I could with wxStrings.  Should noticably reduce memory used by classes.
Fixed "for (int i=0...)" occurances

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