]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years ago1. ReadMailcap/MimeTypes returna bool error code
Vadim Zeitlin [Tue, 23 Mar 1999 17:39:47 +0000 (17:39 +0000)] 
1. ReadMailcap/MimeTypes returna bool error code
2. 'fallback' flag added to ReadMailcap
3, subtle (and very rare) bug with mailcap entries order corrected

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

25 years agowxFileDialog::GetFilename and GetDir work now
Vadim Zeitlin [Tue, 23 Mar 1999 15:53:08 +0000 (15:53 +0000)] 
wxFileDialog::GetFilename and GetDir work now

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

25 years agoEndModal() isn't called twice any more
Vadim Zeitlin [Tue, 23 Mar 1999 15:52:39 +0000 (15:52 +0000)] 
EndModal() isn't called twice any more

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

25 years agoEnsureVisible() also expands the parent items
Vadim Zeitlin [Tue, 23 Mar 1999 13:50:29 +0000 (13:50 +0000)] 
EnsureVisible() also expands the parent items

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

25 years agomore fixes for paused thread termination
Vadim Zeitlin [Tue, 23 Mar 1999 13:27:03 +0000 (13:27 +0000)] 
more fixes for paused thread termination

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

25 years agoWS_CLIPCHILDREN is not always enabled in wxNotebook (caused painting problems).
Julian Smart [Tue, 23 Mar 1999 09:14:07 +0000 (09:14 +0000)] 
WS_CLIPCHILDREN is not always enabled in wxNotebook (caused painting problems).
Memory leak checking in app.cpp (wxMSW) now does checking from last checkpoint.

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

25 years agoissue with right aligned checkboxes added
Vadim Zeitlin [Mon, 22 Mar 1999 19:40:48 +0000 (19:40 +0000)] 
issue with right aligned checkboxes added

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

25 years agohack to implement right aligned checkboxes
Vadim Zeitlin [Mon, 22 Mar 1999 18:55:24 +0000 (18:55 +0000)] 
hack to implement right aligned checkboxes

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

25 years agofixed the description of wxSafeYield()
Karsten Ballüder [Mon, 22 Mar 1999 14:51:27 +0000 (14:51 +0000)] 
fixed the description of wxSafeYield()

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

25 years agowxSafeYield documented
Vadim Zeitlin [Mon, 22 Mar 1999 13:30:41 +0000 (13:30 +0000)] 
wxSafeYield documented

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

25 years agowxEvent::Skip() clarification added
Vadim Zeitlin [Mon, 22 Mar 1999 12:59:39 +0000 (12:59 +0000)] 
wxEvent::Skip() clarification added

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

25 years agoattempt to fix Delete/Pause deadlock
Vadim Zeitlin [Mon, 22 Mar 1999 12:49:05 +0000 (12:49 +0000)] 
attempt to fix Delete/Pause deadlock

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

25 years agounix directory added to 'clean' target
Vadim Zeitlin [Mon, 22 Mar 1999 12:28:50 +0000 (12:28 +0000)] 
unix directory added to 'clean' target

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

25 years agoAdded wxSafeYield(wxWindow *win=NULL).
Karsten Ballüder [Mon, 22 Mar 1999 10:22:26 +0000 (10:22 +0000)] 
Added wxSafeYield(wxWindow *win=NULL).

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

25 years agoMinor correction to allow "disabled" buttons to work under MSW
J. Russell Smyth [Mon, 22 Mar 1999 04:29:45 +0000 (04:29 +0000)] 
Minor correction to allow "disabled" buttons to work under MSW

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

25 years agoAdded wxTreeCtrl::SetItemDropHighlight (wxMSW only);
Julian Smart [Sun, 21 Mar 1999 22:39:45 +0000 (22:39 +0000)] 
Added wxTreeCtrl::SetItemDropHighlight (wxMSW only);
added WS_CLIPCHILDREN style to wxNotebook.

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

25 years agoModified wxMSW listbox.cpp to work with wxCommandEvent::m_commandString
J. Russell Smyth [Sun, 21 Mar 1999 08:20:38 +0000 (08:20 +0000)] 
Modified wxMSW listbox.cpp to work with wxCommandEvent::m_commandString
as wxString
Modified framelayout Makefile.vc's for move of settingsdlg.[h,cpp] and
wxinfo.[h,cpp] to sample/demo

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

25 years agoFixed wxExecute() to handle filenames with spaces and quoted arguments.
Karsten Ballüder [Fri, 19 Mar 1999 10:57:18 +0000 (10:57 +0000)] 
Fixed wxExecute() to handle filenames with spaces and quoted arguments.

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

25 years agoAdded Makefile/Makefile.in to generate tex2rtf under linux/unix
J. Russell Smyth [Wed, 17 Mar 1999 20:23:02 +0000 (20:23 +0000)] 
Added Makefile/Makefile.in to generate tex2rtf under linux/unix

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

25 years agomime.types entries with all fields on same line parsed correctly
Vadim Zeitlin [Wed, 17 Mar 1999 16:25:49 +0000 (16:25 +0000)] 
mime.types entries with all fields on same line parsed correctly

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

25 years ago1 - fixed listbox.cpp to work with events with m_commandString member as wxString...
J. Russell Smyth [Wed, 17 Mar 1999 11:11:15 +0000 (11:11 +0000)] 
1 - fixed listbox.cpp to work with events with m_commandString member as wxString (fixing to match recent change)
2 - made wxSystemSettings::GetSystemColour(wxSYS_COLOUR_GRAYTEXT) return better value

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

25 years ago1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to demo where they belong
J. Russell Smyth [Wed, 17 Mar 1999 11:07:19 +0000 (11:07 +0000)] 
1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to demo where they belong
2 - removed pf_sample from library - this was test code
3 - modified newbmpbutton to create all button images once at initial
creation
4 - newbmpbutton only refreses when necessary
5 - non-msw platforms may now disable (enable(FALSE)) a button - this will half-grey the image and draw text in disabled color.

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

25 years agowxCommandEvent::SetString() change - now uses wxString
Vadim Zeitlin [Tue, 16 Mar 1999 18:54:24 +0000 (18:54 +0000)] 
wxCommandEvent::SetString() change - now uses wxString

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

25 years agowxTextFile::Close() implemented
Vadim Zeitlin [Tue, 16 Mar 1999 18:44:38 +0000 (18:44 +0000)] 
wxTextFile::Close() implemented

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

25 years agotesting cvs
Karsten Ballüder [Tue, 16 Mar 1999 17:39:19 +0000 (17:39 +0000)] 
testing cvs

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

25 years agocompilation without threads fixed
Vadim Zeitlin [Tue, 16 Mar 1999 13:46:56 +0000 (13:46 +0000)] 
compilation without threads fixed

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

25 years agowxMotif compilation fix: tooltips always disabled, motif/setup.h created
Vadim Zeitlin [Mon, 15 Mar 1999 13:22:15 +0000 (13:22 +0000)] 
wxMotif compilation fix: tooltips always disabled, motif/setup.h created

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

25 years agoremoved Antiflicker plugin and simple customize plugin from default
J. Russell Smyth [Mon, 15 Mar 1999 09:44:03 +0000 (09:44 +0000)] 
removed Antiflicker plugin and simple customize plugin from default
plugins

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

25 years agoCompleted Vadims HAVE_BOOL changes
J. Russell Smyth [Mon, 15 Mar 1999 09:33:49 +0000 (09:33 +0000)] 
Completed Vadims HAVE_BOOL changes

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

25 years agotypos in error messages corrected
Vadim Zeitlin [Sun, 14 Mar 1999 22:31:35 +0000 (22:31 +0000)] 
typos in error messages corrected

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

25 years agocompilation fix (forgot to check in this one)
Vadim Zeitlin [Sun, 14 Mar 1999 22:00:56 +0000 (22:00 +0000)] 
compilation fix (forgot to check in this one)

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

25 years agoFixes and more functionality.
Karsten Ballüder [Sun, 14 Mar 1999 21:22:10 +0000 (21:22 +0000)] 
Fixes and more functionality.

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

25 years agoShould work very well now.
Karsten Ballüder [Sun, 14 Mar 1999 16:04:57 +0000 (16:04 +0000)] 
Should work very well now.

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

25 years agofixed bug in GetMimeType under win
Václav Slavík [Sun, 14 Mar 1999 12:41:17 +0000 (12:41 +0000)] 
fixed bug in GetMimeType under win

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

25 years agoMade font/color fixes right for windows
J. Russell Smyth [Sun, 14 Mar 1999 07:52:50 +0000 (07:52 +0000)] 
Made font/color fixes right for windows

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

25 years ago1. Made use system colors/fonts
J. Russell Smyth [Sun, 14 Mar 1999 00:26:08 +0000 (00:26 +0000)] 
1. Made use system colors/fonts
2. Made able to use xpm's and honor xpm transparency

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

25 years agoadded wxSYS_COLOR_BTNTEXT case was missing.
J. Russell Smyth [Sun, 14 Mar 1999 00:15:19 +0000 (00:15 +0000)] 
added wxSYS_COLOR_BTNTEXT case was missing.

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

25 years agoMade frame layout stuff use system settings for colors, fonts
J. Russell Smyth [Sat, 13 Mar 1999 23:58:43 +0000 (23:58 +0000)] 
Made frame layout stuff use system settings for colors, fonts
Added xpm's to frame layout demo area
makd fl_demo use xpm's under GTK
made fl use xpm transparency

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

25 years ago* Docs fixes, wxStream overview enabled (all docs should compile now)
Guilhem Lavaux [Sat, 13 Mar 1999 20:14:37 +0000 (20:14 +0000)] 
* Docs fixes, wxStream overview enabled (all docs should compile now)

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

25 years ago1. added code to dyntbar to allow bitmap loading from windows resources
J. Russell Smyth [Sat, 13 Mar 1999 00:42:30 +0000 (00:42 +0000)] 
1. added code to dyntbar to allow bitmap loading from windows resources
2. modified fl_demo sample to use bitmaps in windows resource to allow
   run-from-anywhere behaviour under windows.

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

25 years agoanother attempt to improve combobox behaviour
Vadim Zeitlin [Fri, 12 Mar 1999 21:36:27 +0000 (21:36 +0000)] 
another attempt to improve combobox behaviour

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

25 years agosome UI adjustments
Vadim Zeitlin [Fri, 12 Mar 1999 21:22:46 +0000 (21:22 +0000)] 
some UI adjustments

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

25 years agotypo corrected
Vadim Zeitlin [Fri, 12 Mar 1999 19:49:26 +0000 (19:49 +0000)] 
typo corrected

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

25 years agocompilation fix (another typo...)
Vadim Zeitlin [Fri, 12 Mar 1999 19:39:02 +0000 (19:39 +0000)] 
compilation fix (another typo...)

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

25 years agocompilation fix
Vadim Zeitlin [Fri, 12 Mar 1999 19:38:12 +0000 (19:38 +0000)] 
compilation fix

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

25 years agoanother (last?) FreeBSD thread compilation fix
Vadim Zeitlin [Fri, 12 Mar 1999 19:35:30 +0000 (19:35 +0000)] 
another (last?) FreeBSD thread compilation fix

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

25 years agomore things are done by configure: checks for bool, whether overloading based
Vadim Zeitlin [Fri, 12 Mar 1999 19:12:49 +0000 (19:12 +0000)] 
more things are done by configure: checks for bool, whether overloading based
on size_t/int works or not (for wxString), the type of 3rd argument to
getsockaddr, absence of libXpm is not fatal (not tested), whether strings.h
exists

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

25 years ago* wxStreams overview added to the documentation. I didn't yet tested it
Guilhem Lavaux [Fri, 12 Mar 1999 18:42:15 +0000 (18:42 +0000)] 
* wxStreams overview added to the documentation. I didn't yet tested it
  so I didn't activate it ...

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

25 years agoMinor doc tweaks plus major wxTreeCtrl bug fixed (double deletion of tree items
Julian Smart [Fri, 12 Mar 1999 16:52:29 +0000 (16:52 +0000)] 
Minor doc tweaks plus major wxTreeCtrl bug fixed (double deletion of tree items
in some circumstances)

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

25 years agofixed locking problem
Karsten Ballüder [Fri, 12 Mar 1999 16:09:09 +0000 (16:09 +0000)] 
fixed locking problem

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

25 years agotest for bool is now done in configure, not by manually testing compilers
Vadim Zeitlin [Fri, 12 Mar 1999 15:52:55 +0000 (15:52 +0000)] 
test for bool is now done in configure, not by manually testing compilers

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

25 years agotypo corrected
Vadim Zeitlin [Fri, 12 Mar 1999 15:43:45 +0000 (15:43 +0000)] 
typo corrected

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

25 years agosome fixes for AIX compilation
Vadim Zeitlin [Fri, 12 Mar 1999 15:23:00 +0000 (15:23 +0000)] 
some fixes for AIX compilation

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

25 years agocrash for frames without children corrected
Vadim Zeitlin [Fri, 12 Mar 1999 15:21:14 +0000 (15:21 +0000)] 
crash for frames without children corrected

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

25 years agowxYield() calls OnInternalIdle() of all top level windows
Vadim Zeitlin [Fri, 12 Mar 1999 14:25:45 +0000 (14:25 +0000)] 
wxYield() calls OnInternalIdle() of all top level windows

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

25 years agothread compilation fixed for FreeBSD 3.1
Vadim Zeitlin [Fri, 12 Mar 1999 14:12:38 +0000 (14:12 +0000)] 
thread compilation fixed for FreeBSD 3.1

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

25 years agofixed a listctrl index bug
Karsten Ballüder [Fri, 12 Mar 1999 09:25:12 +0000 (09:25 +0000)] 
fixed a listctrl index bug

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

25 years agoAdded note about new make files for frame layout samples
J. Russell Smyth [Fri, 12 Mar 1999 00:34:31 +0000 (00:34 +0000)] 
Added note about new make files for frame layout samples

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

25 years agoNew makefiles for samples under Visual C++
J. Russell Smyth [Fri, 12 Mar 1999 00:29:34 +0000 (00:29 +0000)] 
New makefiles for samples under Visual C++

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

25 years agowxMotif Solaris 2.6 compilation fixes
Vadim Zeitlin [Thu, 11 Mar 1999 15:16:39 +0000 (15:16 +0000)] 
wxMotif Solaris 2.6 compilation fixes

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

25 years agoFixed configure/linkage for non-threaded case.
Karsten Ballüder [Thu, 11 Mar 1999 10:37:09 +0000 (10:37 +0000)] 
Fixed configure/linkage for non-threaded case.

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

25 years agoAnother solaris 2.5 fix.
Karsten Ballüder [Thu, 11 Mar 1999 09:57:22 +0000 (09:57 +0000)] 
Another solaris 2.5 fix.

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

25 years agogcc 2.8.0/solaris compilation fix
Karsten Ballüder [Thu, 11 Mar 1999 09:44:53 +0000 (09:44 +0000)] 
gcc 2.8.0/solaris compilation fix

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

25 years agowxLogStderr sends output to debugger too under Windows
Vadim Zeitlin [Wed, 10 Mar 1999 22:03:06 +0000 (22:03 +0000)] 
wxLogStderr sends output to debugger too under Windows

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

25 years agosimplified test for thread libs
Vadim Zeitlin [Wed, 10 Mar 1999 16:21:20 +0000 (16:21 +0000)] 
simplified test for thread libs

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

25 years agostripping is now done during installation, not linking
Vadim Zeitlin [Wed, 10 Mar 1999 14:24:50 +0000 (14:24 +0000)] 
stripping is now done during installation, not linking

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

25 years agoGetMaxSize() docs updated
Vadim Zeitlin [Wed, 10 Mar 1999 13:00:52 +0000 (13:00 +0000)] 
GetMaxSize() docs updated

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

25 years agoadded Russ Smyth fix for VC6 compile problems
Harco de Hilster [Tue, 9 Mar 1999 22:11:42 +0000 (22:11 +0000)] 
added Russ Smyth fix for VC6 compile problems

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

25 years agocorrected a type in the constructor from two points
Stefan Csomor [Tue, 9 Mar 1999 18:28:50 +0000 (18:28 +0000)] 
corrected a type in the constructor from two points

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

25 years agoarbitrary characters allowed in wxFileConfig entry names
Vadim Zeitlin [Tue, 9 Mar 1999 18:09:43 +0000 (18:09 +0000)] 
arbitrary characters allowed in wxFileConfig entry names

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

25 years agoRead was not copying back the buffers contents into the string parameter
Stefan Csomor [Tue, 9 Mar 1999 17:12:05 +0000 (17:12 +0000)] 
Read was not copying back the buffers contents into the string parameter

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

25 years agocreate unix subdir if doesn't exist
Vadim Zeitlin [Tue, 9 Mar 1999 13:43:44 +0000 (13:43 +0000)] 
create unix subdir if doesn't exist

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

25 years agominor update
Harco de Hilster [Mon, 8 Mar 1999 22:16:00 +0000 (22:16 +0000)] 
minor update

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

25 years agovc makefile
Harco de Hilster [Mon, 8 Mar 1999 22:07:36 +0000 (22:07 +0000)] 
vc makefile

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

25 years agoa few win32 makefiles
Harco de Hilster [Mon, 8 Mar 1999 22:02:46 +0000 (22:02 +0000)] 
a few win32 makefiles

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

25 years agoFixed checking for libjpeg and linking against it which were broken.
Karsten Ballüder [Mon, 8 Mar 1999 14:13:56 +0000 (14:13 +0000)] 
Fixed checking for libjpeg and linking against it which were broken.

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

25 years agoSmall changes incl. making wxTAB_TRAVERSAL always on in wxDialog (wxMSW)
Julian Smart [Mon, 8 Mar 1999 11:22:31 +0000 (11:22 +0000)] 
Small changes incl. making wxTAB_TRAVERSAL always on in wxDialog (wxMSW)

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

25 years agofixed treectrl bug
Harco de Hilster [Mon, 8 Mar 1999 00:34:17 +0000 (00:34 +0000)] 
fixed treectrl bug

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

25 years agoignore this :-)
Harco de Hilster [Mon, 8 Mar 1999 00:12:40 +0000 (00:12 +0000)] 
ignore this :-)

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

25 years agoreadme file, for reading.
Harco de Hilster [Sun, 7 Mar 1999 23:57:57 +0000 (23:57 +0000)] 
readme file, for reading.

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

25 years agoremoved big-ass manual.html file from src dir.
Harco de Hilster [Sun, 7 Mar 1999 23:35:44 +0000 (23:35 +0000)] 
removed big-ass manual.html file from src dir.

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

25 years agoAdded Aleksandras' framelayout code, with more or less working Linux Makefiles
Harco de Hilster [Sun, 7 Mar 1999 23:34:37 +0000 (23:34 +0000)] 
Added Aleksandras' framelayout code, with more or less working Linux Makefiles
General makefiles to be added later.

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

25 years agoWin compilation fixes
Vadim Zeitlin [Sun, 7 Mar 1999 23:31:46 +0000 (23:31 +0000)] 
Win compilation fixes

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

25 years agobug fix for kbList::erase (done long ago in M version)
Vadim Zeitlin [Sun, 7 Mar 1999 23:01:40 +0000 (23:01 +0000)] 
bug fix for kbList::erase (done long ago in M version)

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

25 years agoNew, rewritten, wxLayout. Almost complete.
Karsten Ballüder [Sun, 7 Mar 1999 21:38:50 +0000 (21:38 +0000)] 
New, rewritten, wxLayout. Almost complete.

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

25 years agoSmall changes
Julian Smart [Sat, 6 Mar 1999 11:51:06 +0000 (11:51 +0000)] 
Small changes

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

25 years agoHAVE_SCHED_H test added
Vadim Zeitlin [Sat, 6 Mar 1999 00:31:05 +0000 (00:31 +0000)] 
HAVE_SCHED_H test added

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

25 years agomore FreeBSD thread fixes
Vadim Zeitlin [Sat, 6 Mar 1999 00:30:23 +0000 (00:30 +0000)] 
more FreeBSD thread fixes

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

25 years agoBorland makefile fixes
Vadim Zeitlin [Sat, 6 Mar 1999 00:28:49 +0000 (00:28 +0000)] 
Borland makefile fixes

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

25 years ago1. the common helper functions are now in src/unix/utilsunx.cpp
Vadim Zeitlin [Sat, 6 Mar 1999 00:11:27 +0000 (00:11 +0000)] 
1. the common helper functions are now in src/unix/utilsunx.cpp
2. POSIX threads are in src/unix/threadpsx.cpp
3. some more functions are detected using configure and not  guessed from the
   platform type

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

25 years agothis code is now common (src/unix)
Vadim Zeitlin [Sat, 6 Mar 1999 00:04:53 +0000 (00:04 +0000)] 
this code is now common (src/unix)

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

25 years ago(more) FreeBSD thread fixes
Vadim Zeitlin [Fri, 5 Mar 1999 16:24:07 +0000 (16:24 +0000)] 
(more) FreeBSD thread fixes

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

25 years agochecks for various thread functions added
Vadim Zeitlin [Fri, 5 Mar 1999 16:04:32 +0000 (16:04 +0000)] 
checks for various thread functions added

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

25 years agothread detection works on FreeBSD
Vadim Zeitlin [Fri, 5 Mar 1999 13:50:47 +0000 (13:50 +0000)] 
thread detection works on FreeBSD

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

25 years agocompilation fixes
Vadim Zeitlin [Fri, 5 Mar 1999 13:23:38 +0000 (13:23 +0000)] 
compilation fixes

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

25 years ago Two optical corrections
Robert Roebling [Fri, 5 Mar 1999 12:40:11 +0000 (12:40 +0000)] 
  Two optical corrections
  #ifdeffed the cursor code in splitter and sash
  Made tex2rtf compile

  I will release this as 2.0.1

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

25 years agoUtility scripts for external HTML help controller.
Karsten Ballüder [Fri, 5 Mar 1999 10:34:45 +0000 (10:34 +0000)] 
Utility scripts for external HTML help controller.

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

25 years agoMinor wxPython changes for wxWin 2.0
Robin Dunn [Fri, 5 Mar 1999 07:23:42 +0000 (07:23 +0000)] 
Minor wxPython changes for wxWin 2.0

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

25 years agonanosleep() detection works for Solaris
Vadim Zeitlin [Thu, 4 Mar 1999 19:49:01 +0000 (19:49 +0000)] 
nanosleep() detection works for Solaris

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

25 years agonanosleep() detection works for Solaris
Vadim Zeitlin [Thu, 4 Mar 1999 19:46:40 +0000 (19:46 +0000)] 
nanosleep() detection works for Solaris

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