]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

25 years agoHP-UX compilation fixes (or so I hope)
Vadim Zeitlin [Thu, 4 Mar 1999 17:43:06 +0000 (17:43 +0000)] 
HP-UX compilation fixes (or so I hope)

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

25 years agowxUsleep() introduced (and documented) to try to work around usleep() bug in
Vadim Zeitlin [Wed, 3 Mar 1999 17:11:14 +0000 (17:11 +0000)] 
wxUsleep() introduced (and documented) to try to work around usleep() bug in
MT programs under Solaris

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

25 years agoSGI compilation fixes
Vadim Zeitlin [Wed, 3 Mar 1999 17:05:25 +0000 (17:05 +0000)] 
SGI compilation fixes

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

25 years agoCorrected event.h for wxKeyEvent/wxMouseEvent, and corresponding docs
Julian Smart [Tue, 2 Mar 1999 16:21:27 +0000 (16:21 +0000)] 
Corrected event.h for wxKeyEvent/wxMouseEvent, and corresponding docs

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

25 years ago Chnaged wxGLCanvas::SetSize() to DoSetSize()
Robert Roebling [Tue, 2 Mar 1999 11:23:42 +0000 (11:23 +0000)] 
  Chnaged wxGLCanvas::SetSize() to DoSetSize()

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

25 years ago Now enabling sockets enables sockets.
Robert Roebling [Tue, 2 Mar 1999 10:56:37 +0000 (10:56 +0000)] 
  Now enabling sockets enables sockets.

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

25 years ago now wxsocket is on by default
Robert Roebling [Tue, 2 Mar 1999 08:59:15 +0000 (08:59 +0000)] 
  now wxsocket is on by default

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

25 years ago Removed warnings from tbarsimpl
Robert Roebling [Tue, 2 Mar 1999 08:56:59 +0000 (08:56 +0000)] 
  Removed warnings from tbarsimpl
  Now wxSlider also works for negative values.
  wx-config reports 2.0.1
  made wxUSE_SOCKET default
  forgot to run autoconf

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

25 years agoChanges for allowing wxRA_SPECIFY_ROWS and wxRA_SPECIFY_COLS.
Robin Dunn [Mon, 1 Mar 1999 23:21:39 +0000 (23:21 +0000)] 
Changes for allowing wxRA_SPECIFY_ROWS and wxRA_SPECIFY_COLS.

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

25 years agoCured some Motif bugs
Julian Smart [Mon, 1 Mar 1999 22:41:38 +0000 (22:41 +0000)] 
Cured some Motif bugs

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

25 years agowarnings suppressed
Vadim Zeitlin [Mon, 1 Mar 1999 18:20:36 +0000 (18:20 +0000)] 
warnings suppressed

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

25 years agowxCriticalSection changes undone - should work now
Vadim Zeitlin [Mon, 1 Mar 1999 18:20:12 +0000 (18:20 +0000)] 
wxCriticalSection changes undone - should work now

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

25 years agoRemoved my buggy bug-fix
Julian Smart [Mon, 1 Mar 1999 16:31:36 +0000 (16:31 +0000)] 
Removed my buggy bug-fix

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

25 years agoargc == 0 bug fixed
Vadim Zeitlin [Mon, 1 Mar 1999 15:49:34 +0000 (15:49 +0000)] 
argc == 0 bug fixed

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

25 years agoFreeBSD compilation fixes
Vadim Zeitlin [Mon, 1 Mar 1999 15:47:28 +0000 (15:47 +0000)] 
FreeBSD compilation fixes

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

25 years agowxSpinButton works ok with negative values
Vadim Zeitlin [Mon, 1 Mar 1999 14:30:43 +0000 (14:30 +0000)] 
wxSpinButton works ok with negative values

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

25 years agoAdded dummy OnIdle to wxWindow in wxGTK; doc tweaks
Julian Smart [Mon, 1 Mar 1999 13:06:15 +0000 (13:06 +0000)] 
Added dummy OnIdle to wxWindow in wxGTK; doc tweaks

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

25 years agoAdded Makefile[.in] for wxGTK standard build. Are not yet used, because
Harco de Hilster [Mon, 1 Mar 1999 01:31:51 +0000 (01:31 +0000)] 
Added Makefile[.in] for wxGTK standard build. Are not yet used, because
wxGTK's createall script doesn't look in this dir...

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

25 years agoadded Makefile[.in] for build using wxGTK method. Note that wxGTK's createall
Harco de Hilster [Mon, 1 Mar 1999 01:26:11 +0000 (01:26 +0000)] 
added Makefile[.in] for build using wxGTK method. Note that wxGTK's createall
script doesn't yet look this deep, so it's not very usefull now...

also fixed some wxGTK compile problems.

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

25 years agoAdded tbarsmpl.cpp (hope that's OK...)
Julian Smart [Sun, 28 Feb 1999 23:48:02 +0000 (23:48 +0000)] 
Added tbarsmpl.cpp (hope that's OK...)

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

25 years agowxUSE_SOCKETS added to setup(0).h; Cygwin corrections; doc tweaks
Julian Smart [Sun, 28 Feb 1999 23:39:59 +0000 (23:39 +0000)] 
wxUSE_SOCKETS added to setup(0).h; Cygwin corrections; doc tweaks

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

25 years agoModified makefile.unx to include bitmaps dir. Added missing folder.xpm
Harco de Hilster [Sun, 28 Feb 1999 21:56:55 +0000 (21:56 +0000)] 
Modified makefile.unx to include bitmaps dir. Added missing folder.xpm
to bitmaps

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

25 years agoDoc mods; fixed return non-processing problem; fixed toolbar sizing problems
Julian Smart [Sun, 28 Feb 1999 20:59:08 +0000 (20:59 +0000)] 
Doc mods; fixed return non-processing problem; fixed toolbar sizing problems
(incl. MDI area clipping); put wxPrintPaperDatabase, wxPrintPaperType into prntbase.cpp
since it's needed in non-PostScript WIN16 for the generic page setup dialog;
corrected some 16-bit makefiles

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

25 years ago added wxMenu::Append( wxMenuItem )
Robert Roebling [Sun, 28 Feb 1999 18:03:27 +0000 (18:03 +0000)] 
  added wxMenu::Append( wxMenuItem )
  added keyboard hooks to glcanvas
  fixed probs with slider/spin button etc

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

25 years agowxCheckListBox fixes: crash/memory leak when items are dynamically
Vadim Zeitlin [Sun, 28 Feb 1999 15:35:51 +0000 (15:35 +0000)] 
wxCheckListBox fixes: crash/memory leak when items are dynamically
inserted/deleted corrected and docs updated

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

25 years agoshows different SetCursor() calls
Vadim Zeitlin [Sun, 28 Feb 1999 14:18:05 +0000 (14:18 +0000)] 
shows different SetCursor() calls

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

25 years agoSetCursor() doesn't set cursor for children of the window any more
Vadim Zeitlin [Sun, 28 Feb 1999 14:16:33 +0000 (14:16 +0000)] 
SetCursor() doesn't set cursor for children of the window any more

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

25 years agowxArrayString documentation added
Vadim Zeitlin [Sun, 28 Feb 1999 13:58:05 +0000 (13:58 +0000)] 
wxArrayString documentation added

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

25 years ago* Added "--with-sockets" and made wxSocket optionnal.
Guilhem Lavaux [Sun, 28 Feb 1999 12:36:21 +0000 (12:36 +0000)] 
* Added "--with-sockets" and made wxSocket optionnal.

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

25 years agosome more files to ignore for cvs
Vadim Zeitlin [Sun, 28 Feb 1999 00:00:41 +0000 (00:00 +0000)] 
some more files to ignore for cvs

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

25 years agocursor problem in sash windows corrected
Vadim Zeitlin [Sat, 27 Feb 1999 23:55:04 +0000 (23:55 +0000)] 
cursor problem in sash windows corrected

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

25 years agocompilation fix
Vadim Zeitlin [Sat, 27 Feb 1999 23:54:22 +0000 (23:54 +0000)] 
compilation fix

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

25 years ago1. wxListCtrl fixes
Vadim Zeitlin [Sat, 27 Feb 1999 23:52:48 +0000 (23:52 +0000)] 
1. wxListCtrl fixes
 a) implemented GetColumnCount()
 b) columns are always created with some reasonable (i.e. != 0) width

2. wxRadioBox: keyboard navigation now works inside it (almost) as it should

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

25 years agoadded 'provides wxwin'
Vadim Zeitlin [Sat, 27 Feb 1999 23:16:54 +0000 (23:16 +0000)] 
added 'provides wxwin'

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

25 years agounused param warning suppressed
Vadim Zeitlin [Sat, 27 Feb 1999 22:51:13 +0000 (22:51 +0000)] 
unused param warning suppressed

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

25 years ago* wxSocket fixes: FTP, HTTP works really now. GTK fixes to prevent infinite loop.
Guilhem Lavaux [Sat, 27 Feb 1999 21:01:05 +0000 (21:01 +0000)] 
* wxSocket fixes: FTP, HTTP works really now. GTK fixes to prevent infinite loop.
* wxSocket stream fix: they can be encapsulated by now
* Doc update: wxURL::GetPath

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