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