]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years ago compile fixes for EMX
Robert Roebling [Mon, 16 Aug 1999 12:18:40 +0000 (12:18 +0000)] 
  compile fixes for EMX
  minor doc updates
  minor fixes for problems with rdrag and ldrag in tree ctrl and list ctrl

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

25 years agofixed duplicate inclusion of jpeg source
Karsten Ballüder [Mon, 16 Aug 1999 09:05:18 +0000 (09:05 +0000)] 
fixed duplicate inclusion of jpeg source

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

25 years agoFixed bug in function Flush().
Michael Bedward [Mon, 16 Aug 1999 07:50:36 +0000 (07:50 +0000)] 
Fixed bug in function Flush().
It was testing for !fflush() as error

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

25 years agowxWizard draft
Vadim Zeitlin [Sun, 15 Aug 1999 20:59:50 +0000 (20:59 +0000)] 
wxWizard draft

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

25 years ago Began docs on sizers,
Robert Roebling [Sun, 15 Aug 1999 18:35:03 +0000 (18:35 +0000)] 
  Began docs on sizers,
  Correted a few other docs

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

25 years ago Added and corrected a few more html makefiles,
Robert Roebling [Sun, 15 Aug 1999 15:18:54 +0000 (15:18 +0000)] 
  Added and corrected a few more html makefiles,
  Corrected wrong buffer size in menu code,
  Turned wxDirDlgg from functional to cool,
  Found a few esoteric bugs in wxListCtrl and
    wxTreeCtrl on the way

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

25 years agoCommited very sort samples
Guilhem Lavaux [Sun, 15 Aug 1999 10:28:21 +0000 (10:28 +0000)] 
Commited very sort samples

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

25 years agoAdded utils/Makefile.in for utils makefiles
Guilhem Lavaux [Sun, 15 Aug 1999 10:15:05 +0000 (10:15 +0000)] 
Added utils/Makefile.in for utils makefiles
Changed some name in wxMMedia2

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

25 years agoPut the call to CheckForKeyDown() back in to ProcessXEvent because key down events...
Michael Bedward [Sun, 15 Aug 1999 04:19:25 +0000 (04:19 +0000)] 
Put the call to CheckForKeyDown() back in to ProcessXEvent because key down events are no longer being generated in wxCanvasInputEvent(). If you find yourself getting double key down events then CheckForKeyDown() should be bypassed again (but what is going on ???).

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

25 years agoAdded include for wx/window.h to get this to compile.
Michael Bedward [Sun, 15 Aug 1999 02:59:41 +0000 (02:59 +0000)] 
Added include for wx/window.h to get this to compile.

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

25 years agoInsertPage/SetSelection bug fixed
Vadim Zeitlin [Sat, 14 Aug 1999 21:41:46 +0000 (21:41 +0000)] 
InsertPage/SetSelection bug fixed

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

25 years agoRemoved wxMMedia
Guilhem Lavaux [Sat, 14 Aug 1999 12:06:35 +0000 (12:06 +0000)] 
Removed wxMMedia
Added wxMMedia2: it should work on linux (wave read/write, aiff read only)
      I begin to write windows driver now

Added some file to filelist.txt
Make configure build wxMMedia2 makefiles

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

25 years agoRemoved unnecessary branch
Guilhem Lavaux [Sat, 14 Aug 1999 11:51:39 +0000 (11:51 +0000)] 
Removed unnecessary branch

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

25 years ago Makefile updates
Robert Roebling [Sat, 14 Aug 1999 11:14:39 +0000 (11:14 +0000)] 
 Makefile updates

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

25 years ago More samples makefiles
Robert Roebling [Sat, 14 Aug 1999 09:41:49 +0000 (09:41 +0000)] 
  More samples makefiles

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

25 years agotemplates for new sizer classes
Vadim Zeitlin [Fri, 13 Aug 1999 20:33:19 +0000 (20:33 +0000)] 
templates for new sizer classes

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

25 years ago More makefiles
Robert Roebling [Fri, 13 Aug 1999 19:39:15 +0000 (19:39 +0000)] 
  More makefiles
  Corrected two thing in wxDialogBase (empty lines) and
    msgdlg (wrong flags)

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

25 years agomore compilation fixes, some object files were missing
Karsten Ballüder [Fri, 13 Aug 1999 19:24:13 +0000 (19:24 +0000)] 
more compilation fixes, some object files were missing

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

25 years ago More smaple makefiles
Robert Roebling [Fri, 13 Aug 1999 18:54:54 +0000 (18:54 +0000)] 
  More smaple makefiles

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

25 years ago*** empty log message ***
Václav Slavík [Fri, 13 Aug 1999 18:47:07 +0000 (18:47 +0000)] 
*** empty log message ***

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

25 years agofixes for make install
Karsten Ballüder [Fri, 13 Aug 1999 18:22:25 +0000 (18:22 +0000)] 
fixes for make install

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

25 years agoBug fix in wxBufferedInputStream::SeekI
Guilhem Lavaux [Fri, 13 Aug 1999 17:49:02 +0000 (17:49 +0000)] 
Bug fix in wxBufferedInputStream::SeekI

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

25 years ago Updated makefiles for printing sample
Robert Roebling [Fri, 13 Aug 1999 17:34:53 +0000 (17:34 +0000)] 
  Updated makefiles for printing sample

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

25 years ago Added wxStaticBoxSizer,
Robert Roebling [Fri, 13 Aug 1999 17:32:30 +0000 (17:32 +0000)] 
  Added wxStaticBoxSizer,
  Makefile updates,
  Improved look of wxGenericPageSetupDialog

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

25 years ago Compile fixes,
Robert Roebling [Fri, 13 Aug 1999 14:21:06 +0000 (14:21 +0000)] 
  Compile fixes,
  Big-endian fix for image.cpp (Untested, I have no sparc)
  Make dist works (more or less)

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

25 years ago Started "make dist"
Robert Roebling [Fri, 13 Aug 1999 10:33:08 +0000 (10:33 +0000)] 
  Started "make dist"

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

25 years ago Added WINE and probably x-compile makefiles
Robert Roebling [Fri, 13 Aug 1999 08:58:58 +0000 (08:58 +0000)] 
  Added WINE and probably x-compile makefiles
  Fixed busy cursor compilation.

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

25 years ago Added setup.h.in
Robert Roebling [Fri, 13 Aug 1999 08:26:34 +0000 (08:26 +0000)] 
  Added setup.h.in

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

25 years agoregenerated makefiles
Vadim Zeitlin [Thu, 12 Aug 1999 20:21:13 +0000 (20:21 +0000)] 
regenerated makefiles

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

25 years agowxBook additions; added a couple of pixels in menu drawing; taskbar
Julian Smart [Thu, 12 Aug 1999 20:18:18 +0000 (20:18 +0000)] 
wxBook additions; added a couple of pixels in menu drawing; taskbar
PopupMenu improvements

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

25 years ago Augmented beta to 9,
Robert Roebling [Thu, 12 Aug 1999 19:24:39 +0000 (19:24 +0000)] 
  Augmented beta to 9,
  Removed a few old Makefiles,
  Added one missing one (blush),
  Added first sample makefiles,

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

25 years ago make install, make uninstall and wx-coonfig work again.
Robert Roebling [Thu, 12 Aug 1999 17:41:29 +0000 (17:41 +0000)] 
  make install, make uninstall and wx-coonfig work again.

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

25 years agoUseful little fix that automatically hides the busy cursor in modal dialogs.
Karsten Ballüder [Thu, 12 Aug 1999 15:36:50 +0000 (15:36 +0000)] 
Useful little fix that automatically hides the busy cursor in modal dialogs.

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

25 years agojust disable alpha buffer to make it more portable as
Sylvain Bougnoux [Thu, 12 Aug 1999 15:02:44 +0000 (15:02 +0000)] 
just disable alpha buffer to make it more portable as
many hardware doesn't have a true alpha plane !

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

25 years agowxHtmlWidgetCells now destroys window correctly
Václav Slavík [Thu, 12 Aug 1999 14:03:23 +0000 (14:03 +0000)] 
wxHtmlWidgetCells now destroys window correctly

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

25 years ago Corrected PNG etc include paths
Robert Roebling [Thu, 12 Aug 1999 14:02:50 +0000 (14:02 +0000)] 
  Corrected PNG etc include paths
  Added install for Motif (not tested)

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

25 years agominor fix in wxHtmlWindow::CreateLayout
Václav Slavík [Thu, 12 Aug 1999 13:37:02 +0000 (13:37 +0000)] 
minor fix in wxHtmlWindow::CreateLayout

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

25 years agofixed crash in tables deallocation
Václav Slavík [Thu, 12 Aug 1999 13:36:55 +0000 (13:36 +0000)] 
fixed crash in tables deallocation

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

25 years ago New makefile system in place, obsoletes libtool,
Robert Roebling [Thu, 12 Aug 1999 12:54:33 +0000 (12:54 +0000)] 
  New makefile system in place, obsoletes libtool,
   autoheader, automake and the testconf directory.
  So far only GTK and only shared libraries.

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

25 years agosome compilation fixes atttempts for solaris
Karsten Ballüder [Thu, 12 Aug 1999 12:18:49 +0000 (12:18 +0000)] 
some compilation fixes atttempts for solaris

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

25 years agoif'd out CheckForKeyDown call that doesn't seem to be necessary now (but we still...
Michael Bedward [Thu, 12 Aug 1999 08:51:45 +0000 (08:51 +0000)] 
if'd out CheckForKeyDown call that doesn't seem to be necessary now (but we still need CheckForKeyUp() - why???

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

25 years agoChanged wxBox to wxBoxSizer to fit current API
J. Russell Smyth [Thu, 12 Aug 1999 05:09:59 +0000 (05:09 +0000)] 
Changed wxBox to wxBoxSizer to fit current API

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

25 years agowxMenuBar::IsEnabled() now returns TRUE sometimes too
Vadim Zeitlin [Wed, 11 Aug 1999 22:54:28 +0000 (22:54 +0000)] 
wxMenuBar::IsEnabled() now returns TRUE sometimes too

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

25 years ago New makefile updates.
Robert Roebling [Wed, 11 Aug 1999 17:40:09 +0000 (17:40 +0000)] 
  New makefile updates.

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

25 years agoREADME file (sparse) added.
Harco de Hilster [Wed, 11 Aug 1999 17:26:35 +0000 (17:26 +0000)] 
README file (sparse) added.

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

25 years agoupdates to some readme's
Harco de Hilster [Wed, 11 Aug 1999 17:23:17 +0000 (17:23 +0000)] 
updates to some readme's

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

25 years agostubs...
Harco de Hilster [Wed, 11 Aug 1999 17:16:00 +0000 (17:16 +0000)] 
stubs...

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

25 years agolots'o' wxpython modules files
Harco de Hilster [Wed, 11 Aug 1999 17:14:49 +0000 (17:14 +0000)] 
lots'o' wxpython modules files

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

25 years agostarted adding modules tree...
Harco de Hilster [Wed, 11 Aug 1999 17:09:18 +0000 (17:09 +0000)] 
started adding modules tree...

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

25 years agoAdded wxbook.htm.
Julian Smart [Wed, 11 Aug 1999 14:37:10 +0000 (14:37 +0000)] 
Added wxbook.htm.

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

25 years ago Corrected Motif build,
Robert Roebling [Wed, 11 Aug 1999 13:36:47 +0000 (13:36 +0000)] 
  Corrected Motif build,
  Updated testconf

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

25 years ago Did somework on the generic dialogs,
Robert Roebling [Wed, 11 Aug 1999 11:53:40 +0000 (11:53 +0000)] 
  Did somework on the generic dialogs,
  Renamed wxBox -> wxBoxSizer
  Removed old dialog layout code,

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

25 years ago Forgot one.
Robert Roebling [Tue, 10 Aug 1999 20:09:45 +0000 (20:09 +0000)] 
 Forgot one.

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

25 years ago New makefiles for GTK and Motif, using configure but not
Robert Roebling [Tue, 10 Aug 1999 20:08:24 +0000 (20:08 +0000)] 
  New makefiles for GTK and Motif, using configure but not
    libtool and automake.
  Numerous Motif crash fixes.

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

25 years ago#if => #if defined()
Guilhem Lavaux [Tue, 10 Aug 1999 19:59:27 +0000 (19:59 +0000)] 
#if => #if defined()

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

25 years agoCheck for inet_addr/inet_aton.
Guilhem Lavaux [Tue, 10 Aug 1999 17:48:11 +0000 (17:48 +0000)] 
Check for inet_addr/inet_aton.

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

25 years ago better control of what need refresh.
Sylvain Bougnoux [Tue, 10 Aug 1999 13:13:58 +0000 (13:13 +0000)] 
 better control of what need refresh.
 if selection doesn't changed when hit, no event are triggered anymore.

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

25 years ago Further makefile and compile fixes.
Robert Roebling [Tue, 10 Aug 1999 13:12:19 +0000 (13:12 +0000)] 
  Further makefile and compile fixes.

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

25 years ago A few compile fixes,
Robert Roebling [Tue, 10 Aug 1999 12:27:07 +0000 (12:27 +0000)] 
  A few compile fixes,
  Updated filetxt.txt to include sizer.cpp

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

25 years ago Updates for makefile.unx
Robert Roebling [Tue, 10 Aug 1999 11:23:46 +0000 (11:23 +0000)] 
  Updates for makefile.unx
  Converted numdlg to use wxSizer
  Corrcted bug in default size of wxStaticLine
  Other optical corrections

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

25 years agoFixed my fix
Julian Smart [Tue, 10 Aug 1999 06:27:10 +0000 (06:27 +0000)] 
Fixed my fix

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

25 years agoanother makefile updated
Vadim Zeitlin [Mon, 9 Aug 1999 21:21:23 +0000 (21:21 +0000)] 
another makefile updated

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

25 years agoA fix for wxTaskBarIcon (temporary wxFrame interfering with app shutdown);
Julian Smart [Mon, 9 Aug 1999 20:49:34 +0000 (20:49 +0000)] 
A fix for wxTaskBarIcon (temporary wxFrame interfering with app shutdown);
added event handler for tbtest.cpp so it'll quit properly

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

25 years agoRenamed m_blocking to m_non_blocking
Guilhem Lavaux [Mon, 9 Aug 1999 19:14:15 +0000 (19:14 +0000)] 
Renamed m_blocking to m_non_blocking

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

25 years agoChanges to allow OLE to compile under mingw32/gcc-2.95
J. Russell Smyth [Mon, 9 Aug 1999 17:47:28 +0000 (17:47 +0000)] 
Changes to allow OLE to compile under mingw32/gcc-2.95

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

25 years agoRemoved unnecessary lines from threadpsx
Guilhem Lavaux [Mon, 9 Aug 1999 17:35:30 +0000 (17:35 +0000)] 
Removed unnecessary lines from threadpsx
Renamed GSOCK_TRYAGAIN to GSOCK_WOULDBLOCK
Added GSOCK_TIMEOUT
Enabled the replacement code for timeout handling in gsocket.c
Renamed some var in gsockunx & gsocket

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

25 years agoCorrected check for new mingw32 with new headers
J. Russell Smyth [Mon, 9 Aug 1999 17:26:52 +0000 (17:26 +0000)] 
Corrected check for new mingw32 with new headers

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

25 years ago Replaced old wxSizer,
Robert Roebling [Mon, 9 Aug 1999 17:00:51 +0000 (17:00 +0000)] 
  Replaced old wxSizer,
  Converted two of wxGTK's standard dialogs to use them,
  Applied two fixes to wxDC code,
  Made wxRadiobox a little smaller,
  Added sizer.h to wx.h

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

25 years ago Completed wxBox,
Robert Roebling [Mon, 9 Aug 1999 11:27:37 +0000 (11:27 +0000)] 
  Completed wxBox,
  Changed a few defines in defs.h, most importantly,
    wxCENTRE is now 1

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

25 years agowxFrame::Create now sets (arbitrary) values for position and size if default values...
Michael Bedward [Mon, 9 Aug 1999 07:23:59 +0000 (07:23 +0000)] 
wxFrame::Create now sets (arbitrary) values for position and size if default values of -1 have been used

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

25 years agoadded MIME manager fallback support
Václav Slavík [Sun, 8 Aug 1999 22:28:48 +0000 (22:28 +0000)] 
added MIME manager fallback support

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

25 years ago1. regenerated makefiles
Vadim Zeitlin [Sun, 8 Aug 1999 21:56:43 +0000 (21:56 +0000)] 
1. regenerated makefiles
2. wxNewSizer compiles under MSW

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

25 years ago Finished porting Robin's wxSizers
Robert Roebling [Sun, 8 Aug 1999 21:09:59 +0000 (21:09 +0000)] 
  Finished porting Robin's wxSizers

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

25 years ago Added wxNewSizer and wxBorderNewSizer with sample
Robert Roebling [Sun, 8 Aug 1999 16:45:57 +0000 (16:45 +0000)] 
  Added wxNewSizer and wxBorderNewSizer with sample

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

25 years agoscrollbar doesn't appear anymore in html view
Václav Slavík [Sun, 8 Aug 1999 15:55:21 +0000 (15:55 +0000)] 
scrollbar doesn't appear anymore in html view

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

25 years agom_Style was bool by mistake, fixed
Václav Slavík [Sun, 8 Aug 1999 15:53:30 +0000 (15:53 +0000)] 
m_Style was bool by mistake, fixed

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

25 years agonow has 'help' item in menu
Václav Slavík [Sun, 8 Aug 1999 15:52:31 +0000 (15:52 +0000)] 
now has 'help' item in menu

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

25 years ago zipstrm link fix
Robert Roebling [Sun, 8 Aug 1999 13:58:24 +0000 (13:58 +0000)] 
  zipstrm link fix
  added sizer.h/cpp which don't even compile yet

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

25 years ago Added strconv
Robert Roebling [Sun, 8 Aug 1999 11:31:18 +0000 (11:31 +0000)] 
  Added strconv
  Renamed zipstream -> zipstrm
  Updated makefiles etc.

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

25 years agocompile fix for Unix
Vadim Zeitlin [Sat, 7 Aug 1999 23:20:54 +0000 (23:20 +0000)] 
compile fix for Unix

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

25 years agowxMimeTypesManager::AddFallbacks() added, also corrected a minor bug/incompatible
Vadim Zeitlin [Sat, 7 Aug 1999 23:10:09 +0000 (23:10 +0000)] 
wxMimeTypesManager::AddFallbacks() added, also corrected a minor bug/incompatible
behaviour in wxFileType and added a MIME database query demo to typetest sample

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

25 years agoCommented setsockopt as it doesn't work anywhere. I will use signals for timeout.
Guilhem Lavaux [Sat, 7 Aug 1999 17:03:22 +0000 (17:03 +0000)] 
Commented setsockopt as it doesn't work anywhere. I will use signals for timeout.
Fixed _GSocket_Init_INET.
Only oriented connections should be shutdowned.

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

25 years agodeclared (not implemented yet) wxMimeTypesManager::AddFallbacks()
Vadim Zeitlin [Sat, 7 Aug 1999 15:39:29 +0000 (15:39 +0000)] 
declared (not implemented yet) wxMimeTypesManager::AddFallbacks()

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

25 years agotest for vsscanf enhanced, added HAVE_VSSCANF to acconfig.h
Vadim Zeitlin [Sat, 7 Aug 1999 14:44:58 +0000 (14:44 +0000)] 
test for vsscanf enhanced, added HAVE_VSSCANF to acconfig.h

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

25 years agomore distrib things
Robin Dunn [Fri, 6 Aug 1999 19:03:04 +0000 (19:03 +0000)] 
more distrib things

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

25 years agoChanged Ungetch(void *, ...) to Ungetch(const void *, ...)
Guilhem Lavaux [Fri, 6 Aug 1999 18:23:49 +0000 (18:23 +0000)] 
Changed Ungetch(void *, ...) to Ungetch(const void *, ...)
Fixed some bug in gsocket

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

25 years agoChanges for BC++
Julian Smart [Fri, 6 Aug 1999 16:17:40 +0000 (16:17 +0000)] 
Changes for BC++

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

25 years agoMinor additions to FAQ
Julian Smart [Fri, 6 Aug 1999 15:59:31 +0000 (15:59 +0000)] 
Minor additions to FAQ

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

25 years ago Minor corrections to samples again.
Robert Roebling [Fri, 6 Aug 1999 13:41:55 +0000 (13:41 +0000)] 
  Minor corrections to samples again.

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

25 years agoTVS_CHECKBOXES doesn't seem to exist in Borland C++
Ove Kaaven [Fri, 6 Aug 1999 13:35:31 +0000 (13:35 +0000)] 
TVS_CHECKBOXES doesn't seem to exist in Borland C++

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

25 years agoMake it LPNM_UPDOWN, not LPNMUPDOWN, in Borland C++
Ove Kaaven [Fri, 6 Aug 1999 13:24:48 +0000 (13:24 +0000)] 
Make it LPNM_UPDOWN, not LPNMUPDOWN, in Borland C++

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

25 years ago Minor changes to samples.
Robert Roebling [Fri, 6 Aug 1999 13:06:11 +0000 (13:06 +0000)] 
  Minor changes to samples.

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

25 years agowin32 miniframe added
Václav Slavík [Fri, 6 Aug 1999 11:52:33 +0000 (11:52 +0000)] 
win32 miniframe added

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

25 years agoconverted to 16 colors
Václav Slavík [Fri, 6 Aug 1999 11:51:44 +0000 (11:51 +0000)] 
converted to 16 colors

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

25 years ago Distrib things,
Robert Roebling [Fri, 6 Aug 1999 10:10:10 +0000 (10:10 +0000)] 
  Distrib things,
  Typos in dynarray.h,
  Removed C++ comments from code,
  Added a few #ifdef wxUSE_XXX

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

25 years agoCured some bugs/typos/spacing in docs
Julian Smart [Thu, 5 Aug 1999 22:05:15 +0000 (22:05 +0000)] 
Cured some bugs/typos/spacing in docs

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

25 years ago Compile fix for dynarray,
Robert Roebling [Thu, 5 Aug 1999 20:38:51 +0000 (20:38 +0000)] 
  Compile fix for dynarray,
  Use wxStreams in dialoged,
  Small typo in wxApp::OnIdle()
  Distrib things,
  wxPython makefile corrections (libpy.c and libptr.c missing)

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

25 years agofixed compile error
Robin Dunn [Thu, 5 Aug 1999 19:31:15 +0000 (19:31 +0000)] 
fixed compile error

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

25 years agoChanged BidEndianOrdered to BigEndianOrdered in datstrm.h
Guilhem Lavaux [Thu, 5 Aug 1999 17:42:09 +0000 (17:42 +0000)] 
Changed BidEndianOrdered to BigEndianOrdered in datstrm.h
Seek and Tell do the right thing in wxIn/OutputStream now
Check for GNU extension in configure.in: this is needed for GLIBC 2.1/GCC 2.95
  -> this enables _GNU_SOURCE

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

25 years agoCorrected some doc problems
Julian Smart [Thu, 5 Aug 1999 15:51:32 +0000 (15:51 +0000)] 
Corrected some doc problems

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