]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years agowxWizard added
Vadim Zeitlin [Wed, 18 Aug 1999 18:06:10 +0000 (18:06 +0000)] 
wxWizard added

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

25 years agoAdded PNM image handler
Sylvain Bougnoux [Wed, 18 Aug 1999 17:31:34 +0000 (17:31 +0000)] 
Added PNM image handler

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

25 years agoAdded PNM image handler
Sylvain Bougnoux [Wed, 18 Aug 1999 17:25:45 +0000 (17:25 +0000)] 
Added PNM image handler

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

25 years agovsscanf test corrected (?)
Vadim Zeitlin [Wed, 18 Aug 1999 17:03:20 +0000 (17:03 +0000)] 
vsscanf test corrected (?)

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

25 years agoAdded wxImage wxImage::GetSubImage(cont wxRect&) const
Sylvain Bougnoux [Wed, 18 Aug 1999 17:01:47 +0000 (17:01 +0000)] 
Added wxImage wxImage::GetSubImage(cont wxRect&) const

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

25 years agomore styles documented
Vadim Zeitlin [Wed, 18 Aug 1999 16:58:34 +0000 (16:58 +0000)] 
more styles documented

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

25 years ago EMX compilation,
Robert Roebling [Wed, 18 Aug 1999 15:23:15 +0000 (15:23 +0000)] 
  EMX compilation,
  Minor doc changes,
  wxFileDialog optical things,
  wxMessageDlg dimension

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

25 years agochange some #ifdef
Sylvain Bougnoux [Wed, 18 Aug 1999 12:50:30 +0000 (12:50 +0000)] 
change some #ifdef

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

25 years ago Whole lot of stuff for new wxFileDialog
Robert Roebling [Wed, 18 Aug 1999 11:40:40 +0000 (11:40 +0000)] 
  Whole lot of stuff for new wxFileDialog

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

25 years agoUsing a new version of SWIG
Robin Dunn [Wed, 18 Aug 1999 07:41:59 +0000 (07:41 +0000)] 
Using a new version of SWIG

A few minor fixes

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

25 years agoAdded gifdecod.h
Julian Smart [Wed, 18 Aug 1999 06:28:59 +0000 (06:28 +0000)] 
Added gifdecod.h

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

25 years agoAdded gifdecod.cpp
Julian Smart [Wed, 18 Aug 1999 06:28:20 +0000 (06:28 +0000)] 
Added gifdecod.cpp

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

25 years agoFix to prevent Assert when there is an empty string in a combobox/choice.
Robin Dunn [Wed, 18 Aug 1999 06:27:58 +0000 (06:27 +0000)] 
Fix to prevent Assert when there is an empty string in a combobox/choice.

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

25 years agoAdded a check for -lresolv in configure.in
Guilhem Lavaux [Wed, 18 Aug 1999 06:11:07 +0000 (06:11 +0000)] 
Added a check for -lresolv in configure.in
Removed wxFileInputStream::Peek as it is implemented in wxInputStream::Peek

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

25 years agoremoved references to local tick_bmp and cross_bmp
Robin Dunn [Tue, 17 Aug 1999 22:21:08 +0000 (22:21 +0000)] 
removed references to local tick_bmp and cross_bmp

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

25 years agoAdded cross and tick bitmaps to the main resource file so the DLL would stop
Robin Dunn [Tue, 17 Aug 1999 22:19:00 +0000 (22:19 +0000)] 
Added cross and tick bitmaps to the main resource file so the DLL would stop
complaining when trying to initialize the proplist module.

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

25 years agoMake wxMMedia2 compile on VC++ 5
Guilhem Lavaux [Tue, 17 Aug 1999 17:51:33 +0000 (17:51 +0000)] 
Make wxMMedia2 compile on VC++ 5
Added makefile for VC++ 5
Warning: sndwin.cpp will not compile, it is unfinished

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

25 years ago Added new file dialog
Robert Roebling [Tue, 17 Aug 1999 15:55:25 +0000 (15:55 +0000)] 
  Added new file dialog
  Minor changes to docs and other generic dialogs
  Minor changes to makefiles

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

25 years agosmall makefile.vc fixes.
Harco de Hilster [Tue, 17 Aug 1999 15:14:08 +0000 (15:14 +0000)] 
small makefile.vc fixes.

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

25 years agominor fix
Karsten Ballüder [Tue, 17 Aug 1999 12:31:34 +0000 (12:31 +0000)] 
minor fix

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

25 years agoFixed bug that wrote incomplete wxExpr files (missing fclose)
Julian Smart [Tue, 17 Aug 1999 10:27:04 +0000 (10:27 +0000)] 
Fixed bug that wrote incomplete wxExpr files (missing fclose)

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

25 years agoImprove wxImage::LoadImage so that image format in not anymore required
Sylvain Bougnoux [Tue, 17 Aug 1999 09:27:44 +0000 (09:27 +0000)] 
Improve wxImage::LoadImage so that image format in not anymore required

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

25 years agoChanged values passed to SetClientSize() in CreateWidgets() so that buttons are not...
Michael Bedward [Mon, 16 Aug 1999 23:04:00 +0000 (23:04 +0000)] 
Changed values passed to SetClientSize() in CreateWidgets() so that buttons are not clipped by the dialog margin

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

25 years ago Added missing files
Robert Roebling [Mon, 16 Aug 1999 20:21:06 +0000 (20:21 +0000)] 
  Added missing files

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

25 years ago Added Prepend() and Remove() methods to wxSizer,
Robert Roebling [Mon, 16 Aug 1999 20:17:48 +0000 (20:17 +0000)] 
  Added Prepend() and Remove() methods to wxSizer,
  Corrected a stupid bug in it,
  Freshed up wxPropertyXXX to make use of the icons
  in the dialogs.
  Made wxBmpButton inherit from wxButton. Grumble.

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

25 years ago(hopefully) fixed make install
Karsten Ballüder [Mon, 16 Aug 1999 13:18:45 +0000 (13:18 +0000)] 
(hopefully) fixed make install

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

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