]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
26 years ago Now configure actually finds Lesstif and Qt
Robert Roebling [Thu, 6 Aug 1998 17:03:46 +0000 (17:03 +0000)] 
  Now configure actually finds Lesstif and Qt

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

26 years ago New Unix configure system
Robert Roebling [Thu, 6 Aug 1998 16:18:34 +0000 (16:18 +0000)] 
  New Unix configure system

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

26 years agocompilation problem under Windows fixed (Karsten, you should use a cast when
Vadim Zeitlin [Wed, 5 Aug 1998 21:51:47 +0000 (21:51 +0000)] 
compilation problem under Windows fixed (Karsten, you should use a cast when
calling a const function from a non-const one - gcc compiles it it, but it's
broken)

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

26 years ago* Added source file info in utils/serialize/*
Guilhem Lavaux [Wed, 5 Aug 1998 17:12:43 +0000 (17:12 +0000)] 
* Added source file info in utils/serialize/*
* Added Windows support in dynlib.cpp (not tested)
* Added some operator in wxStream
* Added a mutex in thread sample (more later)

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

26 years agoFixed popup menu processing
Julian Smart [Wed, 5 Aug 1998 16:35:09 +0000 (16:35 +0000)] 
Fixed popup menu processing

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

26 years ago Removed /install/gtk/configure from cvs
Robert Roebling [Wed, 5 Aug 1998 16:33:18 +0000 (16:33 +0000)] 
  Removed /install/gtk/configure from cvs

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

26 years agoadded SetRecordDefaults() and IsRecordingDefaults() methods
Karsten Ballüder [Wed, 5 Aug 1998 14:15:13 +0000 (14:15 +0000)] 
added SetRecordDefaults() and IsRecordingDefaults() methods

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

26 years agoVarious bug fixes to OGL; wxStripExtension prototype added to filefn.h
Julian Smart [Wed, 5 Aug 1998 07:13:08 +0000 (07:13 +0000)] 
Various bug fixes to OGL; wxStripExtension prototype added to filefn.h

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

26 years ago* Fixes and new features in wxObject*Stream
Guilhem Lavaux [Tue, 4 Aug 1998 17:49:26 +0000 (17:49 +0000)] 
* Fixes and new features in wxObject*Stream
* Fixes: wxChoice (GTK), wxCheckBox (GTK)
* Fixes: wxStream
* wxObject calls wx*Serialize::LoadObject/StoreObject in StoreObject/LoadObject
* Added support for dynamic library (Linux only, Windows will follow)
* Added serbase.h (Serialization base defines and base object)

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

26 years ago* Added serialization code to the repository
Guilhem Lavaux [Tue, 4 Aug 1998 17:45:20 +0000 (17:45 +0000)] 
* Added serialization code to the repository

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

26 years agoadded wxLogWindow::GetFrame()
Vadim Zeitlin [Tue, 4 Aug 1998 16:42:34 +0000 (16:42 +0000)] 
added wxLogWindow::GetFrame()

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

26 years agosize_t -> int conversion and the warnings about it corrected
Vadim Zeitlin [Tue, 4 Aug 1998 16:05:22 +0000 (16:05 +0000)] 
size_t -> int conversion and the warnings about it corrected

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

26 years agore-fixed wxFileConfig(wxString, wxString) constructor
Karsten Ballüder [Tue, 4 Aug 1998 10:26:56 +0000 (10:26 +0000)] 
re-fixed wxFileConfig(wxString, wxString) constructor

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

26 years agoSmall fixes
Julian Smart [Tue, 4 Aug 1998 07:24:05 +0000 (07:24 +0000)] 
Small fixes

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

26 years ago1) wxFileConfig now longer tries to delete system-wide config file in DeleteAll
Vadim Zeitlin [Mon, 3 Aug 1998 23:23:56 +0000 (23:23 +0000)] 
1) wxFileConfig now longer tries to delete system-wide config file in DeleteAll
   (only the user's one)
2) wxLogStream "un#indef'ed" under wxGTK

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

26 years agocheck that wxTheApp != NULL in wxLog::GetActiveTarget
Vadim Zeitlin [Mon, 3 Aug 1998 23:05:07 +0000 (23:05 +0000)] 
check that wxTheApp != NULL in wxLog::GetActiveTarget

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

26 years agocrash in wxLog::GetActiveTarget() fixed
Vadim Zeitlin [Mon, 3 Aug 1998 23:03:59 +0000 (23:03 +0000)] 
crash in wxLog::GetActiveTarget() fixed

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

26 years agoadded framecmn.cpp and wincmn.cpp (hmm... how could it compile without them?)
Vadim Zeitlin [Mon, 3 Aug 1998 22:59:50 +0000 (22:59 +0000)] 
added framecmn.cpp and wincmn.cpp (hmm... how could it compile without them?)

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

26 years agoSelectItem() always sends the notification messages
Vadim Zeitlin [Mon, 3 Aug 1998 22:57:30 +0000 (22:57 +0000)] 
SelectItem() always sends the notification messages

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

26 years agowxApp::Get/SetVendorName functions added
Vadim Zeitlin [Mon, 3 Aug 1998 22:55:59 +0000 (22:55 +0000)] 
wxApp::Get/SetVendorName functions added

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

26 years agoadded wxLocale::Init() and ctor without arguments for convenience
Vadim Zeitlin [Mon, 3 Aug 1998 22:54:15 +0000 (22:54 +0000)] 
added wxLocale::Init() and ctor without arguments for convenience

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

26 years agominor changes and bug corrections (interface unchanged)
Vadim Zeitlin [Mon, 3 Aug 1998 22:49:01 +0000 (22:49 +0000)] 
minor changes and bug corrections (interface unchanged)

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

26 years agowxConfig sample + wxGTK makefiles
Vadim Zeitlin [Mon, 3 Aug 1998 22:37:42 +0000 (22:37 +0000)] 
wxConfig sample + wxGTK makefiles

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

26 years agogrmbl, typo
Karsten Ballüder [Mon, 3 Aug 1998 15:11:47 +0000 (15:11 +0000)] 
grmbl, typo

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

26 years agofixed GetGlobalFilename()
Karsten Ballüder [Mon, 3 Aug 1998 13:59:41 +0000 (13:59 +0000)] 
fixed GetGlobalFilename()

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

26 years ago*** empty log message ***
Karsten Ballüder [Mon, 3 Aug 1998 13:59:11 +0000 (13:59 +0000)] 
*** empty log message ***

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

26 years agoadded another link
Karsten Ballüder [Mon, 3 Aug 1998 11:08:36 +0000 (11:08 +0000)] 
added another link

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

26 years agofixed wxFileConfig constructor bug
Karsten Ballüder [Mon, 3 Aug 1998 10:10:53 +0000 (10:10 +0000)] 
fixed wxFileConfig constructor bug

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

26 years agowxIniConfig added (pre-alpha quality, many functions not implemented), some
Vadim Zeitlin [Sun, 2 Aug 1998 23:12:37 +0000 (23:12 +0000)] 
wxIniConfig added (pre-alpha quality, many functions not implemented), some
bug fixes in wxRegConfig/wxRegKey

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

26 years agowxConfig -> wxConfigBase renaming plus some minor changes
Vadim Zeitlin [Sun, 2 Aug 1998 23:11:03 +0000 (23:11 +0000)] 
wxConfig -> wxConfigBase renaming plus some minor changes

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

26 years agotrace mask made static variable
Vadim Zeitlin [Sun, 2 Aug 1998 23:09:13 +0000 (23:09 +0000)] 
trace mask made static variable

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

26 years agotrace mask made static variable (and corresponding accessors static functions)
Vadim Zeitlin [Sun, 2 Aug 1998 23:07:41 +0000 (23:07 +0000)] 
trace mask made static variable (and corresponding accessors static functions)

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

26 years agothe base class is now called wxConfigBase, wxConfig is #define'd as
Vadim Zeitlin [Sun, 2 Aug 1998 23:06:42 +0000 (23:06 +0000)] 
the base class is now called wxConfigBase, wxConfig is #define'd as
wx{Reg|Ini|File}Config depending on the platform

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

26 years agominor changes to registry classes and wxIniConfig added
Vadim Zeitlin [Sun, 2 Aug 1998 23:04:55 +0000 (23:04 +0000)] 
minor changes to registry classes and wxIniConfig added

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

26 years ago Fixed Fontdialog
Robert Roebling [Sun, 2 Aug 1998 20:38:05 +0000 (20:38 +0000)] 
  Fixed Fontdialog
  Fixed frame positions/centering
  Fixed inserting mdi windows
  Changed control callbacks

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

26 years agoadded slash to path
Karsten Ballüder [Sun, 2 Aug 1998 16:59:53 +0000 (16:59 +0000)] 
added slash to path

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

26 years ago Added bitmaps and icons to samples
Robert Roebling [Fri, 31 Jul 1998 20:04:04 +0000 (20:04 +0000)] 
  Added bitmaps and icons to samples
  Fixed event handling in all controls
  Add some missing functions to wxRadioBox
  Fixed clientData stuff to Choice (Combo?)
  No more gtk warning in Combo
  Fixed toolbar sample and mdi sample
  Fixed bug in AddChild resulting from mdi changes
  Fixed wxFrame::GetPosition()
  Changed order of notification calls in wxListCtrl
  to prevent what I think is a reentry bug
  The usual compile fixes here and there

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

26 years agoAdded wxAccelerationTable class
Julian Smart [Fri, 31 Jul 1998 13:22:58 +0000 (13:22 +0000)] 
Added wxAccelerationTable class

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

26 years agoAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable and additions to process it...
Julian Smart [Fri, 31 Jul 1998 13:01:34 +0000 (13:01 +0000)] 
Added wxAcceleratorTable, wxFrame::SetAcceleratorTable and additions to process it under wxMSW.

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

26 years agoSome manual updates; in MDI sample, child frames now have default size/position ...
Julian Smart [Fri, 31 Jul 1998 09:33:36 +0000 (09:33 +0000)] 
Some manual updates; in MDI sample, child frames now have default size/position (hope
it's OK in wxGTK!)

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

26 years agoadded a comment and hopefully improved extent detectionn
Karsten Ballüder [Fri, 31 Jul 1998 08:41:17 +0000 (08:41 +0000)] 
added a comment and hopefully improved extent detectionn

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

26 years agofixed stupid typo
Karsten Ballüder [Fri, 31 Jul 1998 08:38:06 +0000 (08:38 +0000)] 
fixed stupid typo

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

26 years agoMSWOnMouseMove arg bug in toolbar; compile bug in regconf; fixed warning in odbc.cpp
Julian Smart [Thu, 30 Jul 1998 09:37:26 +0000 (09:37 +0000)] 
MSWOnMouseMove arg bug in toolbar; compile bug in regconf; fixed warning in odbc.cpp

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

26 years ago Pretty redical change concerning the underlying
Robert Roebling [Thu, 30 Jul 1998 09:16:21 +0000 (09:16 +0000)] 
  Pretty redical change concerning the underlying
  X's windows' position. Even without having
  scrolled anywhere, the device origin of the
  top left corner is no longer certain to be
  zero,zero.

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

26 years agoSetting of background colours is now correct.
Karsten Ballüder [Wed, 29 Jul 1998 13:57:51 +0000 (13:57 +0000)] 
Setting of background colours is now correct.
Made virtual declarations depend on BROKEN_COMPILER define.

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

26 years ago wxMDIChildFrame inherits from wxFrame
Robert Roebling [Wed, 29 Jul 1998 13:21:22 +0000 (13:21 +0000)] 
  wxMDIChildFrame inherits from wxFrame
  toolbar work
  mini menubar change
  compile fixes

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

26 years ago1) APPCONF_ constants renamed to wxCONFIG_
Vadim Zeitlin [Wed, 29 Jul 1998 12:03:42 +0000 (12:03 +0000)] 
1) APPCONF_ constants renamed to wxCONFIG_
2) wxConfig::Create() now chooses the best (native) implemenntation of
   wxConfig instead of calling wxApp::CreateConfig which was suppressed
3) wxFileConfig(const char *appname) ctor added which looks for the config
   file(s) in standard location(s)

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

26 years agowxApp::(S|G)etVendorName added
Vadim Zeitlin [Wed, 29 Jul 1998 12:00:17 +0000 (12:00 +0000)] 
wxApp::(S|G)etVendorName added

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

26 years agoAdded missing OGL files; added defaults to wxDocMDIParentFrame; corrected
Julian Smart [Wed, 29 Jul 1998 10:43:51 +0000 (10:43 +0000)] 
Added missing OGL files; added defaults to wxDocMDIParentFrame; corrected
toolbar usage in Dialog Editor

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

26 years agofixed compiler warning
Karsten Ballüder [Wed, 29 Jul 1998 10:43:11 +0000 (10:43 +0000)] 
fixed compiler warning

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

26 years agoimplemented correct setting of background colour for text
Karsten Ballüder [Wed, 29 Jul 1998 10:34:11 +0000 (10:34 +0000)] 
implemented correct setting of background colour for text

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

26 years ago wxListCtrl selection improved
Robert Roebling [Wed, 29 Jul 1998 08:07:45 +0000 (08:07 +0000)] 
  wxListCtrl selection improved

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

26 years agoUpdate to docs incl. wxString first stab; added a couple of palette-related events...
Julian Smart [Wed, 29 Jul 1998 06:51:33 +0000 (06:51 +0000)] 
Update to docs incl. wxString first stab; added a couple of palette-related events (wxMSW)
needed for wxGLCanvas

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

26 years ago Fixed bug in wxListCtrl
Robert Roebling [Tue, 28 Jul 1998 22:08:36 +0000 (22:08 +0000)] 
  Fixed bug in wxListCtrl
  Made wxMDIDocView work

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

26 years ago* Added Peek() to wxMemoryInputStream.
Guilhem Lavaux [Tue, 28 Jul 1998 17:11:08 +0000 (17:11 +0000)] 
* Added Peek() to wxMemoryInputStream.

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

26 years agoAdded ODBC classes manual (Word 97).
Julian Smart [Tue, 28 Jul 1998 15:15:47 +0000 (15:15 +0000)] 
Added ODBC classes manual (Word 97).

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

26 years agoFixed wxOVERWRITE_PROMPT bug in gtk file selector
Unknown (MO) [Tue, 28 Jul 1998 15:01:09 +0000 (15:01 +0000)] 
Fixed wxOVERWRITE_PROMPT bug in gtk file selector

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

26 years agoAdded MDI support for Document/view, plus an example.
Julian Smart [Tue, 28 Jul 1998 13:33:23 +0000 (13:33 +0000)] 
Added MDI support for Document/view, plus an example.

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

26 years agofixed compiler warning (newline at last line missing)
Karsten Ballüder [Tue, 28 Jul 1998 10:38:46 +0000 (10:38 +0000)] 
fixed compiler warning (newline at last line missing)

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

26 years agoAdded ODBC database classes and sample from RemStar (sample needs work for wxWin 2)
Julian Smart [Tue, 28 Jul 1998 09:43:44 +0000 (09:43 +0000)] 
Added ODBC database classes and sample from RemStar (sample needs work for wxWin 2)

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

26 years agoChanged files to work with wxDataFormat
Julian Smart [Tue, 28 Jul 1998 08:12:20 +0000 (08:12 +0000)] 
Changed files to work with wxDataFormat

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

26 years ago Fixed bug in MDI
Robert Roebling [Tue, 28 Jul 1998 07:50:45 +0000 (07:50 +0000)] 
  Fixed bug in MDI
  Changed FortyThieves to 2.0 dialog logic
  Did I modify dialog.cpp as well?

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

26 years ago wxFrame::SetIcon()
Robert Roebling [Mon, 27 Jul 1998 23:01:43 +0000 (23:01 +0000)] 
  wxFrame::SetIcon()
  it's possible now to call Close() after ShowModal()
  dialog sample works
  changed wxString::First() etc to return -1

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

26 years agowarning msgs
Robert Roebling [Mon, 27 Jul 1998 20:50:48 +0000 (20:50 +0000)] 
warning msgs
toolbar updates
mdi fixes
dnd works now
Forty Thieves drawing optimization
wxDF_Text constants
ListCtrl bugs fixed
memory leak work
imrc now refers to home dir
dcclient/memory leak fixed

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

26 years agomore comments
Karsten Ballüder [Mon, 27 Jul 1998 20:39:50 +0000 (20:39 +0000)] 
more comments

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

26 years ago* Bug fixes
Guilhem Lavaux [Mon, 27 Jul 1998 17:08:49 +0000 (17:08 +0000)] 
* Bug fixes
* Changed wxObjectOutputStream::AddChildren() to AddChild()

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

26 years agoChanged event type ids to constants instead of enum, for extensibility.
Julian Smart [Mon, 27 Jul 1998 16:17:59 +0000 (16:17 +0000)] 
Changed event type ids to constants instead of enum, for extensibility.

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

26 years agomake wxS_DEFAULT consistend with standard Unix behaviour
Karsten Ballüder [Mon, 27 Jul 1998 09:52:49 +0000 (09:52 +0000)] 
make wxS_DEFAULT consistend with standard Unix behaviour

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

26 years agowxToolBar API changes; now frames manage their toolbar & statusbar properly;
Julian Smart [Mon, 27 Jul 1998 09:47:57 +0000 (09:47 +0000)] 
wxToolBar API changes; now frames manage their toolbar & statusbar properly;
client area position is used in SetSize; changes for BC++ & VC++ 1.5;
wxWindow::GetUpdateRegion added; removed wxUpdateIterator; some missing functions
added to process.cpp; bad navigation key event cast fixed; MDI and toolbar samples
updated; new wxMSW wxRegion constructor (WXHRGN)

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

26 years agodouble wxMenuItem definition problem fixed
Vadim Zeitlin [Sun, 26 Jul 1998 00:10:52 +0000 (00:10 +0000)] 
double wxMenuItem definition problem fixed

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

26 years ago* Deleted #include "wx/bufstrm.h"
Guilhem Lavaux [Sat, 25 Jul 1998 10:19:18 +0000 (10:19 +0000)] 
* Deleted #include "wx/bufstrm.h"

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

26 years agoRemoved warnings mesgs
Robert Roebling [Sat, 25 Jul 1998 08:31:39 +0000 (08:31 +0000)] 
Removed warnings mesgs
Doesn't compile due to missing bufstream

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

26 years agoCorrected some problems
Julian Smart [Fri, 24 Jul 1998 22:04:21 +0000 (22:04 +0000)] 
Corrected some problems

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

26 years agoAdded missing accessors
Julian Smart [Fri, 24 Jul 1998 20:48:49 +0000 (20:48 +0000)] 
Added missing accessors

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

26 years agoAdded missing files
Julian Smart [Fri, 24 Jul 1998 20:48:25 +0000 (20:48 +0000)] 
Added missing files

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

26 years agoRemoved explicit #defines for wxToolBar
Julian Smart [Fri, 24 Jul 1998 20:47:43 +0000 (20:47 +0000)] 
Removed explicit #defines for wxToolBar

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

26 years agoRemoved duplicate code
Julian Smart [Fri, 24 Jul 1998 20:46:39 +0000 (20:46 +0000)] 
Removed duplicate code

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

26 years agoSmall change
Julian Smart [Fri, 24 Jul 1998 20:45:26 +0000 (20:45 +0000)] 
Small change

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

26 years agoDialog Editor edits
Julian Smart [Fri, 24 Jul 1998 20:44:36 +0000 (20:44 +0000)] 
Dialog Editor edits

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

26 years agoAdded Forty Thieves
Julian Smart [Fri, 24 Jul 1998 19:43:32 +0000 (19:43 +0000)] 
Added Forty Thieves

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

26 years agowxFrame::CreateToolBar() stuff
Robert Roebling [Fri, 24 Jul 1998 19:05:25 +0000 (19:05 +0000)] 
wxFrame::CreateToolBar() stuff
wxDC::SetBackground from Chris Breeze
zillions of compile fixes

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

26 years ago*** empty log message ***
Guilhem Lavaux [Fri, 24 Jul 1998 17:44:44 +0000 (17:44 +0000)] 
*** empty log message ***

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

26 years ago* Ooops, I didn't copy the files in the right directory of my repository.
Guilhem Lavaux [Fri, 24 Jul 1998 17:21:06 +0000 (17:21 +0000)] 
* Ooops, I didn't copy the files in the right directory of my repository.

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

26 years ago* New wxStream classes: wxStreamBuffer and wxObject*Stream.
Guilhem Lavaux [Fri, 24 Jul 1998 17:13:47 +0000 (17:13 +0000)] 
* New wxStream classes: wxStreamBuffer and wxObject*Stream.
* Changes: ofsInvalid => wxInvalidOffset in filefn.h
* Updates: all wxStream classes use wxStreamBuffer.
           wxObject basic declaration changes (added LoadObject, modified
           StoreObject)
* Some base of the serialization.
(I hope not to have forgotten any files)

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

26 years agosome common code moved from wxWindow/wxFrame into files in common subdir
Vadim Zeitlin [Fri, 24 Jul 1998 17:06:45 +0000 (17:06 +0000)] 
some common code moved from wxWindow/wxFrame into files in common subdir

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

26 years agoSelectItem() now sends a wxEVT_SELECTED notification.
Vadim Zeitlin [Fri, 24 Jul 1998 17:04:48 +0000 (17:04 +0000)] 
SelectItem() now sends a wxEVT_SELECTED notification.

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

26 years agoadded "access" parameter to wxFile::Create and Open. The default value is
Vadim Zeitlin [Fri, 24 Jul 1998 17:03:26 +0000 (17:03 +0000)] 
added "access" parameter to wxFile::Create and Open. The default value is
"rw-r--r--" mode.

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

26 years agoscrollbar support added (experimental)
Vadim Zeitlin [Fri, 24 Jul 1998 17:02:23 +0000 (17:02 +0000)] 
scrollbar support added (experimental)

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

26 years agoNew toolbar event processing
Julian Smart [Fri, 24 Jul 1998 15:47:22 +0000 (15:47 +0000)] 
New toolbar event processing

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

26 years agoRemoved compile bugs in regconf.cpp, added new toolbar event processing
Julian Smart [Fri, 24 Jul 1998 15:46:52 +0000 (15:46 +0000)] 
Removed compile bugs in regconf.cpp, added new toolbar event processing

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

26 years agoAltered event.h to reflect new toolbar event handling; removed bugs in regconf.h
Julian Smart [Fri, 24 Jul 1998 15:44:58 +0000 (15:44 +0000)] 
Altered event.h to reflect new toolbar event handling; removed bugs in regconf.h

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

26 years agoUpdated the toolbar sample to reflect updated event handling.
Julian Smart [Fri, 24 Jul 1998 15:43:03 +0000 (15:43 +0000)] 
Updated the toolbar sample to reflect updated event handling.

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

26 years agoadded default value for "int type" (wxBITMAP_TYPE_XPM) in wxBitmap ctor
Vadim Zeitlin [Fri, 24 Jul 1998 14:35:48 +0000 (14:35 +0000)] 
added default value for "int type" (wxBITMAP_TYPE_XPM) in wxBitmap ctor
and Load() method

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

26 years agoremoved #define wxToolBarGTK
Vadim Zeitlin [Fri, 24 Jul 1998 13:17:04 +0000 (13:17 +0000)] 
removed #define wxToolBarGTK

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

26 years agofixed appending of '/' to empty string
Karsten Ballüder [Fri, 24 Jul 1998 12:18:23 +0000 (12:18 +0000)] 
fixed appending of '/' to empty string

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

26 years agofixed private member access problem
Karsten Ballüder [Fri, 24 Jul 1998 10:31:25 +0000 (10:31 +0000)] 
fixed private member access problem

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

26 years agooops... a typo in just checked in file corrected
Vadim Zeitlin [Thu, 23 Jul 1998 17:56:13 +0000 (17:56 +0000)] 
oops... a typo in just checked in file corrected

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

26 years agocall to SetLabel in Create() added to strip "&" characters from the label
Vadim Zeitlin [Thu, 23 Jul 1998 17:54:24 +0000 (17:54 +0000)] 
call to SetLabel in Create() added to strip "&" characters from the label

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

26 years agowxTreeControl::Get/SetSelection implemented
Vadim Zeitlin [Thu, 23 Jul 1998 17:53:50 +0000 (17:53 +0000)] 
wxTreeControl::Get/SetSelection implemented

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

26 years agonow wxToolBarGTK is #define'd as wxToolBar under wxGTK and not vice versa
Vadim Zeitlin [Thu, 23 Jul 1998 16:10:48 +0000 (16:10 +0000)] 
now wxToolBarGTK is #define'd as wxToolBar under wxGTK and not vice versa

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