wxWidgets.git
25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

25 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

26 years agoIsItemExpanded() function added
Vadim Zeitlin [Thu, 23 Jul 1998 16:09:55 +0000 (16:09 +0000)] 
IsItemExpanded() function added

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

26 years agowxUpdateUI events generation added
Vadim Zeitlin [Thu, 23 Jul 1998 16:08:49 +0000 (16:08 +0000)] 
wxUpdateUI events generation added

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

26 years agoIsModified() function now works correctly
Vadim Zeitlin [Thu, 23 Jul 1998 16:08:28 +0000 (16:08 +0000)] 
IsModified() function now works correctly

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

26 years agoSetModified() added
Vadim Zeitlin [Thu, 23 Jul 1998 16:07:55 +0000 (16:07 +0000)] 
SetModified() added

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

26 years agoOnSize removed (not needed any more after Robert's fix)
Vadim Zeitlin [Thu, 23 Jul 1998 16:07:27 +0000 (16:07 +0000)] 
OnSize removed (not needed any more after Robert's fix)

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

26 years agomore accessors added, member variablesmade private
Vadim Zeitlin [Thu, 23 Jul 1998 16:07:05 +0000 (16:07 +0000)] 
more accessors added, member variablesmade private

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

26 years agoDoMenuUpdates()
Vadim Zeitlin [Thu, 23 Jul 1998 16:06:23 +0000 (16:06 +0000)] 
DoMenuUpdates()

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

26 years agoadded flag wxFILE_MUST_EXIST
Vadim Zeitlin [Thu, 23 Jul 1998 16:05:39 +0000 (16:05 +0000)] 
added flag wxFILE_MUST_EXIST

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

26 years agoGetLabel() added
Vadim Zeitlin [Thu, 23 Jul 1998 16:05:14 +0000 (16:05 +0000)] 
GetLabel() added

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

26 years agocommon functions moved into ../common/framecmn.cpp
Vadim Zeitlin [Thu, 23 Jul 1998 16:03:53 +0000 (16:03 +0000)] 
common functions moved into ../common/framecmn.cpp

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

26 years agomade the code more wxMSW compatible
Vadim Zeitlin [Thu, 23 Jul 1998 16:02:54 +0000 (16:02 +0000)] 
made the code more wxMSW compatible

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

26 years agomade the constraintsin notebook pages work (once again)
Vadim Zeitlin [Thu, 23 Jul 1998 16:02:23 +0000 (16:02 +0000)] 
made the constraintsin notebook pages work (once again)

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

26 years agoadded wxUpdateUI generation
Vadim Zeitlin [Thu, 23 Jul 1998 16:01:52 +0000 (16:01 +0000)] 
added wxUpdateUI generation

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

26 years agocommon part of wxWindow class
Vadim Zeitlin [Thu, 23 Jul 1998 16:01:33 +0000 (16:01 +0000)] 
common part of wxWindow class

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

26 years agoremoves "&" from wxControl's label (also for buttons and stattext)
Vadim Zeitlin [Thu, 23 Jul 1998 15:59:55 +0000 (15:59 +0000)] 
removes "&" from wxControl's label (also for buttons and stattext)

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

26 years agochoosing "Cancel" in the message box which appears when an wxASSERT fails also
Vadim Zeitlin [Thu, 23 Jul 1998 15:57:47 +0000 (15:57 +0000)] 
choosing "Cancel" in the message box which appears when an wxASSERT fails also
suppresses wxLogDebug() messages

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

26 years agocommon code of wxFrame class
Vadim Zeitlin [Thu, 23 Jul 1998 15:56:50 +0000 (15:56 +0000)] 
common code of wxFrame class

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

26 years agoa warning in the release build suppressed
Vadim Zeitlin [Thu, 23 Jul 1998 15:56:30 +0000 (15:56 +0000)] 
a warning in the release build suppressed

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

26 years agoCreated new, simplified toolbar sample; removed other toolbar samples.
Julian Smart [Thu, 23 Jul 1998 14:39:46 +0000 (14:39 +0000)] 
Created new, simplified toolbar sample; removed other toolbar samples.

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

26 years agoMoved Get/SetToolBar down into frame.h/cpp
Julian Smart [Thu, 23 Jul 1998 14:25:44 +0000 (14:25 +0000)] 
Moved Get/SetToolBar down into frame.h/cpp

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

26 years agoadded #define wxToolBar wxToolBarGTK for wxGTK
Vadim Zeitlin [Thu, 23 Jul 1998 12:33:08 +0000 (12:33 +0000)] 
added #define wxToolBar wxToolBarGTK for wxGTK

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

26 years agomdi private menus
Robert Roebling [Wed, 22 Jul 1998 22:13:31 +0000 (22:13 +0000)] 
mdi private menus
Chris's check menu additions
frame fixes

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

26 years agoAdded wxString version of wxStripExtension; changed OnClose to return TRUE;
Julian Smart [Wed, 22 Jul 1998 13:54:47 +0000 (13:54 +0000)] 
Added wxString version of wxStripExtension; changed OnClose to return TRUE;
fixed some bad casts in resource.cpp

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

26 years agoAdded wxString version of wxStripExtension; changed OnClose to return TRUE
Julian Smart [Wed, 22 Jul 1998 13:53:47 +0000 (13:53 +0000)] 
Added wxString version of wxStripExtension; changed OnClose to return TRUE

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

26 years agowarning under gcc removed
Vadim Zeitlin [Wed, 22 Jul 1998 11:33:15 +0000 (11:33 +0000)] 
warning under gcc removed

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

26 years agofixed duplicate definition
Karsten Ballüder [Tue, 21 Jul 1998 13:41:40 +0000 (13:41 +0000)] 
fixed duplicate definition

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

26 years agobug in wxFileConfig::DeleteEntry/Group corrected
Vadim Zeitlin [Mon, 20 Jul 1998 22:26:39 +0000 (22:26 +0000)] 
bug in wxFileConfig::DeleteEntry/Group corrected

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

26 years agocorrected bug in wxArrayString::operator= and it's copy ctor
Vadim Zeitlin [Mon, 20 Jul 1998 22:23:51 +0000 (22:23 +0000)] 
corrected bug in wxArrayString::operator= and it's copy ctor

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

26 years agomany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
Robert Roebling [Mon, 20 Jul 1998 18:05:48 +0000 (18:05 +0000)] 
many fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
wxDialog, wxFrame
two more samples work now, docview and treectrl

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

26 years agoAdded use of default file/dir and confirm on overwrite to file selection
Unknown (MO) [Mon, 20 Jul 1998 14:59:54 +0000 (14:59 +0000)] 
Added use of default file/dir and confirm on overwrite to file selection
dialog

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

26 years agofixed config incosistency
Karsten Ballüder [Mon, 20 Jul 1998 12:20:06 +0000 (12:20 +0000)] 
fixed config incosistency

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

26 years agoadded -O0 to debug flags to disable optimisation - might break things for non-gcc
Karsten Ballüder [Mon, 20 Jul 1998 11:25:50 +0000 (11:25 +0000)] 
added -O0 to debug flags to disable optimisation - might break things for non-gcc

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

26 years agoprinting added
Karsten Ballüder [Mon, 20 Jul 1998 08:43:47 +0000 (08:43 +0000)] 
printing added

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

26 years agoinfinite loop in wxNavigationKeyEvent processing fixed
Vadim Zeitlin [Sun, 19 Jul 1998 20:46:35 +0000 (20:46 +0000)] 
infinite loop in wxNavigationKeyEvent processing fixed

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

26 years agoMSWGetDlgCode() behaviour changed to allow both TAB navigation in the
Vadim Zeitlin [Sun, 19 Jul 1998 20:45:51 +0000 (20:45 +0000)] 
MSWGetDlgCode() behaviour changed to allow both TAB navigation in the
dialogs, pressing Enter to activate default button and processing Enter
by the text control itself.

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

26 years agoRenamed a couple more samples/controls files; fixed wxSplitterWindow cursors
Julian Smart [Sun, 19 Jul 1998 20:09:44 +0000 (20:09 +0000)] 
Renamed a couple more samples/controls files; fixed wxSplitterWindow cursors

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

26 years agofixed the ps dialog but doesn't all work yet
Karsten Ballüder [Sun, 19 Jul 1998 17:39:07 +0000 (17:39 +0000)] 
fixed the ps dialog but doesn't all work yet

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

26 years agowxDocManager gets the only view if none other specified as the current view;
Julian Smart [Sat, 18 Jul 1998 22:04:25 +0000 (22:04 +0000)] 
wxDocManager gets the only view if none other specified as the current view;
added ProcessEvent so views get their events processed properly.

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

26 years agoAdded revamped Object Graphics Library (for node/arc diagrams).
Julian Smart [Sat, 18 Jul 1998 21:57:52 +0000 (21:57 +0000)] 
Added revamped Object Graphics Library (for node/arc diagrams).

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

26 years agoa couple of functions added (GetNumberOfGroups/Entries, ExpandEnvStrings),
Vadim Zeitlin [Sat, 18 Jul 1998 21:47:45 +0000 (21:47 +0000)] 
a couple of functions added (GetNumberOfGroups/Entries, ExpandEnvStrings),
some global functions renamed to start with "wx"

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

26 years agosmall bug fixes + a couple of new functions added
Vadim Zeitlin [Sat, 18 Jul 1998 21:44:54 +0000 (21:44 +0000)] 
small bug fixes + a couple of new functions added

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

26 years agoseveral bugs fixes
Vadim Zeitlin [Sat, 18 Jul 1998 21:15:37 +0000 (21:15 +0000)] 
several bugs fixes

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

26 years agowxFrame: OnSize() has a SEGV if wxFrame has no child. Fixed.
Guilhem Lavaux [Sat, 18 Jul 1998 10:44:31 +0000 (10:44 +0000)] 
wxFrame: OnSize() has a SEGV if wxFrame has no child. Fixed.

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

26 years agoODBC compile (and link) fixes
Robert Roebling [Sat, 18 Jul 1998 10:15:35 +0000 (10:15 +0000)] 
ODBC compile (and link) fixes

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

26 years agoadded ODBC support
Robert Roebling [Sat, 18 Jul 1998 00:57:32 +0000 (00:57 +0000)] 
added ODBC support

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

26 years agocompile without STRICT fixed
Vadim Zeitlin [Fri, 17 Jul 1998 22:34:15 +0000 (22:34 +0000)] 
compile without STRICT fixed

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

26 years agocorrected (after wxTString untimely death) and expanded
Vadim Zeitlin [Fri, 17 Jul 1998 21:21:02 +0000 (21:21 +0000)] 
corrected (after wxTString untimely death) and expanded

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

26 years agothe very last traces of wxTString removed
Vadim Zeitlin [Fri, 17 Jul 1998 21:13:13 +0000 (21:13 +0000)] 
the very last traces of wxTString removed

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

26 years agoBug fix to scrolwin.cpp (position not set in SetScrollbars); redundant variable
Julian Smart [Fri, 17 Jul 1998 21:03:05 +0000 (21:03 +0000)] 
Bug fix to scrolwin.cpp (position not set in SetScrollbars); redundant variable
in wxGrid removed

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

26 years agodon't set focus to [ok] in text entry dialog (leave the text zone have it)
Vadim Zeitlin [Fri, 17 Jul 1998 21:01:47 +0000 (21:01 +0000)] 
don't set focus to [ok] in text entry dialog (leave the text zone have it)

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

26 years agolast traces of wxTString removed
Vadim Zeitlin [Fri, 17 Jul 1998 21:00:11 +0000 (21:00 +0000)] 
last traces of wxTString removed

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

26 years agocorrect (working) version of wxString
Vadim Zeitlin [Fri, 17 Jul 1998 20:58:33 +0000 (20:58 +0000)] 
correct (working) version of wxString

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

26 years agowxTString removed
Vadim Zeitlin [Fri, 17 Jul 1998 20:52:40 +0000 (20:52 +0000)] 
wxTString removed

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

26 years agocorrect (working) version of wxString
Vadim Zeitlin [Fri, 17 Jul 1998 20:51:36 +0000 (20:51 +0000)] 
correct (working) version of wxString

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

26 years agoanother "const" added
Vadim Zeitlin [Fri, 17 Jul 1998 13:07:33 +0000 (13:07 +0000)] 
another "const" added

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

26 years agosome "const"s added
Vadim Zeitlin [Fri, 17 Jul 1998 12:44:13 +0000 (12:44 +0000)] 
some "const"s added

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

26 years agofixed, latex now works for manual.tex and referenc.tex, but
Karsten Ballüder [Fri, 17 Jul 1998 12:34:50 +0000 (12:34 +0000)] 
fixed, latex now works for manual.tex and referenc.tex, but
referenc.tex fails with index

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

26 years agoSome Borland/GnuWin32 fixes
Julian Smart [Fri, 17 Jul 1998 11:10:38 +0000 (11:10 +0000)] 
Some Borland/GnuWin32 fixes

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

26 years agofixed underline for drawing text, as suggested by Chris Breeze
Karsten Ballüder [Fri, 17 Jul 1998 10:06:26 +0000 (10:06 +0000)] 
fixed underline for drawing text, as suggested by Chris Breeze

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

26 years agoAdded STRICT corrections.
Julian Smart [Fri, 17 Jul 1998 09:32:24 +0000 (09:32 +0000)] 
Added STRICT corrections.

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

26 years agofixed compilation problems under Windows
Vadim Zeitlin [Fri, 17 Jul 1998 08:18:57 +0000 (08:18 +0000)] 
fixed compilation problems under Windows

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

26 years agofixed a missing backslash
Robin Dunn [Fri, 17 Jul 1998 03:35:20 +0000 (03:35 +0000)] 
fixed a missing backslash

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

26 years agowxFileConfig uses sorted arrays (big performance improvement)
Vadim Zeitlin [Thu, 16 Jul 1998 17:30:39 +0000 (17:30 +0000)] 
wxFileConfig uses sorted arrays (big performance improvement)

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