wxWidgets.git
24 years agoAdded wxSound for Windows support (successful WAV playback on VC++ 5)
Guilhem Lavaux [Wed, 25 Aug 1999 17:22:26 +0000 (17:22 +0000)] 
Added wxSound for Windows support (successful WAV playback on VC++ 5)
Fixes/Updates for the rest.
PNM decoder uses now wxBufferedInputStream to (to be tested).
Support for G72X is on the road ...

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

24 years ago Many distribution things.
Robert Roebling [Wed, 25 Aug 1999 16:39:29 +0000 (16:39 +0000)] 
  Many distribution things.

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

24 years agofixed mingw32 problem. Now correctly deals with egcs / <=gcc-2.8 issue.
Harco de Hilster [Wed, 25 Aug 1999 13:47:04 +0000 (13:47 +0000)] 
fixed mingw32 problem. Now correctly deals with egcs / <=gcc-2.8 issue.

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

24 years agoFixed bug (hopefully) that caused windows to be only partially repainted. Last update...
Michael Bedward [Wed, 25 Aug 1999 07:52:14 +0000 (07:52 +0000)] 
Fixed bug (hopefully) that caused windows to be only partially repainted. Last update rect was being missed in wxCanvasRepaintProc().

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

24 years agoFixed but in wxButton::SetDefault() that was causing core dumps when a
Michael Bedward [Wed, 25 Aug 1999 06:27:57 +0000 (06:27 +0000)] 
Fixed but in wxButton::SetDefault() that was causing core dumps when a
generic colour dialog was created.

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

24 years agoglcanvas and utils have mode to the modules directory
Robin Dunn [Wed, 25 Aug 1999 04:59:42 +0000 (04:59 +0000)] 
glcanvas and utils have mode to the modules directory

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

24 years agoDeath to all Makefiles and associates!
Robin Dunn [Wed, 25 Aug 1999 04:50:57 +0000 (04:50 +0000)] 
Death to all Makefiles and associates!

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

24 years agoAdded test for wxUSE_STATLINE so that wizard will compile under wxMotif
Michael Bedward [Tue, 24 Aug 1999 23:45:06 +0000 (23:45 +0000)] 
Added test for wxUSE_STATLINE so that wizard will compile under wxMotif

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

24 years agoMore execute bit setting... (again!)
Robin Dunn [Tue, 24 Aug 1999 23:00:05 +0000 (23:00 +0000)] 
More execute bit setting... (again!)

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

24 years agoMore execute bit setting... (again!)
Robin Dunn [Tue, 24 Aug 1999 22:59:27 +0000 (22:59 +0000)] 
More execute bit setting... (again!)

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

24 years agoMore execute bit setting...
Robin Dunn [Tue, 24 Aug 1999 22:58:29 +0000 (22:58 +0000)] 
More execute bit setting...

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

24 years agoMore execute bit setting...
Robin Dunn [Tue, 24 Aug 1999 22:57:52 +0000 (22:57 +0000)] 
More execute bit setting...

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

24 years agoFixed a typo
Robin Dunn [Tue, 24 Aug 1999 22:55:58 +0000 (22:55 +0000)] 
Fixed a typo

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

24 years agoAdded CanRead()
Guillermo Rodriguez Garcia [Tue, 24 Aug 1999 22:13:26 +0000 (22:13 +0000)] 
Added CanRead()

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

24 years agoFixed CanRead(), which incorrectly forced version 89a, thus preventing
Guillermo Rodriguez Garcia [Tue, 24 Aug 1999 22:10:51 +0000 (22:10 +0000)] 
Fixed CanRead(), which incorrectly forced version 89a, thus preventing
valid GIFs with older version numbers (87a) to be loaded correctly. Also,
CanRead() is now in gifdecod.cpp

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

24 years ago Forgot to add the files.
Robert Roebling [Tue, 24 Aug 1999 20:30:10 +0000 (20:30 +0000)] 
  Forgot to add the files.

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

24 years ago Added new wxFontDialog,
Robert Roebling [Tue, 24 Aug 1999 20:26:06 +0000 (20:26 +0000)] 
  Added new wxFontDialog,
  Added PICFLAGS to parser compilation,
  Implemented COL_CLICK and wxLC_NO_HEADER

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

24 years agoDeleting and re-adding to get the execute bit set
Robin Dunn [Tue, 24 Aug 1999 20:14:14 +0000 (20:14 +0000)] 
Deleting and re-adding to get the execute bit set

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

24 years agoDeleting and re-adding to get the execute bit set
Robin Dunn [Tue, 24 Aug 1999 20:13:23 +0000 (20:13 +0000)] 
Deleting and re-adding to get the execute bit set

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

24 years agoTrying to get the execute bit set by default...
Robin Dunn [Tue, 24 Aug 1999 20:11:29 +0000 (20:11 +0000)] 
Trying to get the execute bit set by default...

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

24 years agoTrying to get the execute bit set but default...
Robin Dunn [Tue, 24 Aug 1999 20:10:33 +0000 (20:10 +0000)] 
Trying to get the execute bit set but default...

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

24 years agoBuild tool updates
Robin Dunn [Tue, 24 Aug 1999 19:53:40 +0000 (19:53 +0000)] 
Build tool updates

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

24 years ago2c : check menu was inversely set
Sylvain Bougnoux [Tue, 24 Aug 1999 19:08:52 +0000 (19:08 +0000)] 
2c : check menu was inversely set

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

24 years agoRenamed UnRead to Unread in the doc
Guilhem Lavaux [Tue, 24 Aug 1999 17:38:55 +0000 (17:38 +0000)] 
Renamed UnRead to Unread in the doc

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

24 years agoFixed ctor declaration : some default were missing
Sylvain Bougnoux [Tue, 24 Aug 1999 16:17:22 +0000 (16:17 +0000)] 
Fixed ctor declaration : some default were missing

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

24 years agoMinor corrections to be able to compile with VC++ 1.5C and VC++ 4.1
Patrick Albert [Tue, 24 Aug 1999 15:54:04 +0000 (15:54 +0000)] 
Minor corrections to be able to compile with VC++ 1.5C and VC++ 4.1

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

24 years agoOops, had forgotten the GL libraries for unix
Harco de Hilster [Tue, 24 Aug 1999 13:23:44 +0000 (13:23 +0000)] 
Oops, had forgotten the GL libraries for unix

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

24 years agoMinor doc & distrib file changes
Julian Smart [Tue, 24 Aug 1999 13:04:55 +0000 (13:04 +0000)] 
Minor doc & distrib file changes

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

24 years ago- Updated gtk SWIGged files to SWIG 1.1 cvs level
Harco de Hilster [Tue, 24 Aug 1999 12:51:54 +0000 (12:51 +0000)] 
- Updated gtk SWIGged files to SWIG 1.1 cvs level
- changed SOURCES treatment in build.py; the path is stripped from the source
file when the object name is derived; this means sources can be anywhere
(typically might be in GENCODEDIR) but the compiled object will always be
in the current dir. (This is how the implicit makefile rule already behaved)
- updated glcanvas/build.cfg for unix builds to copy glcanvas.cpp from
utils/glcanvas (like Setup.in did)

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

24 years agoAdded WS_VSCROLL, WS_HSCROLL styles
Julian Smart [Tue, 24 Aug 1999 08:24:36 +0000 (08:24 +0000)] 
Added WS_VSCROLL, WS_HSCROLL styles

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

24 years agoSome cleanup
Robin Dunn [Tue, 24 Aug 1999 08:05:51 +0000 (08:05 +0000)] 
Some cleanup

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

24 years agoNew build system for wxPython. (Still needs some polish but is stable
Robin Dunn [Tue, 24 Aug 1999 07:46:54 +0000 (07:46 +0000)] 
New build system for wxPython.  (Still needs some polish but is stable
for me.  Will be doing more testing tomorrow on other platforms and
then will remove the old wxPython build stuff...)

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

24 years agoMoving utils from core to modules
Robin Dunn [Tue, 24 Aug 1999 07:39:24 +0000 (07:39 +0000)] 
Moving utils from core to modules

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

24 years agoFixed compile error for gcc 2.95 (was just a warning on other versions...)
Robin Dunn [Tue, 24 Aug 1999 07:19:01 +0000 (07:19 +0000)] 
Fixed compile error for gcc 2.95 (was just a warning on other versions...)

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

24 years agoAdding new SWIGified sources for wxPython modules
Robin Dunn [Tue, 24 Aug 1999 07:15:52 +0000 (07:15 +0000)] 
Adding new SWIGified sources for wxPython modules

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

24 years agoAdded MS VC++ instructions.
Robin Dunn [Tue, 24 Aug 1999 04:37:16 +0000 (04:37 +0000)] 
Added MS VC++ instructions.

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

24 years agodisabled windows.h check for cross compiling --- might accidently find
Harco de Hilster [Mon, 23 Aug 1999 21:13:20 +0000 (21:13 +0000)] 
disabled windows.h check for cross compiling --- might accidently find
wine headers and we wouldn't want that...

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

24 years agostarted adding swigged sources
Harco de Hilster [Mon, 23 Aug 1999 18:00:34 +0000 (18:00 +0000)] 
started adding swigged sources

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

24 years agogtk and msw build dirs
Harco de Hilster [Mon, 23 Aug 1999 17:43:44 +0000 (17:43 +0000)] 
gtk and msw build dirs

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

24 years agook
Harco de Hilster [Mon, 23 Aug 1999 17:40:06 +0000 (17:40 +0000)] 
ok

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

24 years ago Small optical changes for MSW
Robert Roebling [Mon, 23 Aug 1999 15:23:29 +0000 (15:23 +0000)] 
  Small optical changes for MSW
  Buttons now get at least 80x23 if given
    a default size
  Small compile and distrib changes

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

24 years agoadded a define STRICT to setup.h (for mingw32-gcc2.95), removed liboldnames
Harco de Hilster [Mon, 23 Aug 1999 12:43:15 +0000 (12:43 +0000)] 
added a define STRICT to setup.h (for mingw32-gcc2.95), removed liboldnames
for wxMSW compilation.

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

24 years ago Corrected motif makefile (hopefully)
Robert Roebling [Mon, 23 Aug 1999 12:30:37 +0000 (12:30 +0000)] 
  Corrected motif makefile (hopefully)

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

24 years agoYour typical c_str => c_str() fix.
Harco de Hilster [Mon, 23 Aug 1999 09:26:39 +0000 (09:26 +0000)] 
Your typical c_str => c_str() fix.

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

24 years agosmall cross-compilation updates
Harco de Hilster [Sun, 22 Aug 1999 23:20:21 +0000 (23:20 +0000)] 
small cross-compilation updates

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

24 years agoFixes for smoother cross compilation;
Harco de Hilster [Sun, 22 Aug 1999 22:43:58 +0000 (22:43 +0000)] 
Fixes for smoother cross compilation;
- added parser.o to msw objects in unx.t
- made sure 'lexer.c' is included in parser.y when cross compiling wxMSW
- added optional program extention PROGRAM_EXT set by configure, so that
  makeprog.env can create .exe files
- a few additions to setup.h.in (wxUSE_OWNER_DRAWN for wxMSW, hack to fix
a clash with __WINDOWS__ define in wx/deps.h

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

24 years agoA few small fixes for cross compilation
Harco de Hilster [Sun, 22 Aug 1999 20:16:23 +0000 (20:16 +0000)] 
A few small fixes for cross compilation

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

24 years ago Added wxFFileStream base on wxFFile (as opposed to wxFile)
Robert Roebling [Sun, 22 Aug 1999 16:12:48 +0000 (16:12 +0000)] 
  Added wxFFileStream base on wxFFile (as opposed to wxFile)
  Implemented the "endl" thing for text streams,
  Corrected cursor display for text ctrls,
  Corrected the strange spin button behaviour when dynamically
    changing its range
  Corrcected bug in wxListBox when programmatically unselecting
   an item in multi-select mode (bug reports are getting esoteric)

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

24 years ago Added wxCountingStream for measuring the size of streamed data
Robert Roebling [Sun, 22 Aug 1999 14:10:50 +0000 (14:10 +0000)] 
  Added wxCountingStream for measuring the size of streamed data
  Added wxBitmapObject for putting it on the clipboard

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

24 years ago makefile typo
Robert Roebling [Sat, 21 Aug 1999 19:14:58 +0000 (19:14 +0000)] 
  makefile typo
  wxFileDialog now defaults to cwd, not home
  PS can now print in landscape (although upside-down)

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

24 years ago Doc corrections,
Robert Roebling [Sat, 21 Aug 1999 13:54:32 +0000 (13:54 +0000)] 
  Doc corrections,
  Made colour dialog look slightly nicer,
  Removed generic file dialog from wxMotif

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

24 years ago Changed a few #include <xxx.h> to #include "xxx.h"
Robert Roebling [Fri, 20 Aug 1999 22:52:21 +0000 (22:52 +0000)] 
  Changed a few #include <xxx.h> to #include "xxx.h"
  Added endl operator to wxTextStream
  Corrrected a few misbehaviours in wxFileDialog,
  Corrected tab traversal a bit
  Corrected wxImage::SetData() to not copy, but take
    the data and care for ref couting as well

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

24 years ago Added dependency checking and all that.
Robert Roebling [Fri, 20 Aug 1999 19:40:03 +0000 (19:40 +0000)] 
  Added dependency checking and all that.

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

24 years agoAdded a python note.
Robin Dunn [Fri, 20 Aug 1999 19:18:02 +0000 (19:18 +0000)] 
Added a python note.

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

24 years agoCW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)
Stefan Csomor [Fri, 20 Aug 1999 15:36:30 +0000 (15:36 +0000)] 
CW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)

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

24 years agowxScrollBar::Create() produced always vertical scrollbar
Sylvain Bougnoux [Fri, 20 Aug 1999 11:40:03 +0000 (11:40 +0000)] 
wxScrollBar::Create() produced always vertical scrollbar

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

24 years agoRestored the ability to scroll.
Julian Smart [Fri, 20 Aug 1999 10:10:58 +0000 (10:10 +0000)] 
Restored the ability to scroll.

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

24 years agoignore this...
Harco de Hilster [Thu, 19 Aug 1999 20:07:50 +0000 (20:07 +0000)] 
ignore this...

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

24 years ago Doc updates, wxsizer et al
Robert Roebling [Thu, 19 Aug 1999 18:41:41 +0000 (18:41 +0000)] 
 Doc updates, wxsizer et al
 wxFileDialog displays current dir now,
 wxTipProvider uses statictext for headline
 messagebox (and other) dialogs now always display
   an OK buttons, unless wxYES_NO is given
 Appending a menu to a menu bar after having called
   wxFrame::SetMenuBar() should now work
 Added test to configure so that it correctly sets
  compiler flags etc if GCC is used on Solaris and
  IRIX instead of CC, also changed default shared
  library create to GCC from G++ on some platforms
  (as previously already Linux)

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

24 years agoAdded support for locales like de_AT.iso-8859-1
Karsten Ballüder [Thu, 19 Aug 1999 14:10:22 +0000 (14:10 +0000)] 
Added support for locales like de_AT.iso-8859-1

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

24 years agoHad to add it to make daily recompiles work. :-( Only one file anyway.
Karsten Ballüder [Thu, 19 Aug 1999 12:16:15 +0000 (12:16 +0000)] 
Had to add it to make daily recompiles work. :-( Only one file anyway.

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

24 years agoImplement CanRead
Sylvain Bougnoux [Thu, 19 Aug 1999 08:24:22 +0000 (08:24 +0000)] 
Implement CanRead

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

24 years agoFixed "Bound pointer address" error under GCC-2.95
J. Russell Smyth [Thu, 19 Aug 1999 05:37:18 +0000 (05:37 +0000)] 
Fixed "Bound pointer address" error under GCC-2.95

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

24 years agoUsing a new version of SWIG
Robin Dunn [Wed, 18 Aug 1999 22:37:56 +0000 (22:37 +0000)] 
Using a new version of SWIG

A few minor fixes

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

24 years agoAdded missing files to filelist.txt and regenerated makefiles.
Robin Dunn [Wed, 18 Aug 1999 22:33:35 +0000 (22:33 +0000)] 
Added missing files to filelist.txt and regenerated makefiles.

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

24 years agoadded wxImage::CanRead
Václav Slavík [Wed, 18 Aug 1999 21:22:54 +0000 (21:22 +0000)] 
added wxImage::CanRead

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

24 years ago More wxFileDialog things
Robert Roebling [Wed, 18 Aug 1999 19:31:50 +0000 (19:31 +0000)] 
  More wxFileDialog things

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

24 years agoadded a simple makefile to regenerate all other makefiles with tmake
Vadim Zeitlin [Wed, 18 Aug 1999 18:23:03 +0000 (18:23 +0000)] 
added a simple makefile to regenerate all other makefiles with tmake

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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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

24 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