]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
26 years agoThreadnoGui compiles now.
Robert Roebling [Thu, 9 Jul 1998 06:25:37 +0000 (06:25 +0000)] 
ThreadnoGui compiles now.
A few more compilefixes.

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

26 years agowxCHECK/CHECK_RET adjustments
Vadim Zeitlin [Wed, 8 Jul 1998 23:13:47 +0000 (23:13 +0000)] 
wxCHECK/CHECK_RET adjustments

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

26 years agoadded virtual functions AcceptsFocus() and MSWGetDlgCode()
Vadim Zeitlin [Wed, 8 Jul 1998 22:44:10 +0000 (22:44 +0000)] 
added virtual functions AcceptsFocus() and MSWGetDlgCode()

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

26 years agoadded Acceptsfocus() { return FALSE; }
Vadim Zeitlin [Wed, 8 Jul 1998 22:41:38 +0000 (22:41 +0000)] 
added Acceptsfocus() { return FALSE; }

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

26 years agoadded AcceptsFocus() { return FALSE; }
Vadim Zeitlin [Wed, 8 Jul 1998 22:41:07 +0000 (22:41 +0000)] 
added AcceptsFocus() { return FALSE; }

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

26 years agoimproved keyboard handling, bug fixes
Vadim Zeitlin [Wed, 8 Jul 1998 22:39:21 +0000 (22:39 +0000)] 
improved keyboard handling, bug fixes

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

26 years agoLast() function added (the same as Item(Count() - 1))
Vadim Zeitlin [Wed, 8 Jul 1998 22:37:57 +0000 (22:37 +0000)] 
Last() function added (the same as Item(Count() - 1))

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

26 years ago1) keyboard handling: now generates NavigationKey events instead of using
Vadim Zeitlin [Wed, 8 Jul 1998 22:33:24 +0000 (22:33 +0000)] 
1) keyboard handling: now generates NavigationKey events instead of using
   IsDialogMessage (which is still called if the event is not processed)
   which gets very confused in complex dialogs
2) added tracing of Windows messages

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

26 years agobug with multi-part status bars with default widths corrected
Vadim Zeitlin [Wed, 8 Jul 1998 22:29:11 +0000 (22:29 +0000)] 
bug with multi-part status bars with default widths corrected

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

26 years agowxDC::GetTextExtent() checks that passed in x and y pointers are !NULL
Vadim Zeitlin [Wed, 8 Jul 1998 22:27:17 +0000 (22:27 +0000)] 
wxDC::GetTextExtent() checks that passed in x and y pointers are !NULL

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

26 years agoMatches() and UngetWriteBuf() added, several asserts added
Vadim Zeitlin [Wed, 8 Jul 1998 22:21:55 +0000 (22:21 +0000)] 
Matches() and UngetWriteBuf() added, several asserts added

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

26 years ago1) some size_t replaced with uint - does it now compile under Alpha??
Vadim Zeitlin [Wed, 8 Jul 1998 22:21:11 +0000 (22:21 +0000)] 
1) some size_t replaced with uint - does it now compile under Alpha??
2) added Matches(const char *mask) function which checks if the string
   matches the mask possibly containing '?' and '*' wildchars
3) GetWriteBuf complemented with UngetWriteBuf

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

26 years agotrace messages are now turned off by default
Vadim Zeitlin [Wed, 8 Jul 1998 22:17:50 +0000 (22:17 +0000)] 
trace messages are now turned off by default

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

26 years agowxNavigationKeyEvent class and corresponding macro added
Vadim Zeitlin [Wed, 8 Jul 1998 22:16:19 +0000 (22:16 +0000)] 
wxNavigationKeyEvent class and corresponding macro added

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

26 years agoIMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommandEvent) added
Vadim Zeitlin [Wed, 8 Jul 1998 22:15:30 +0000 (22:15 +0000)] 
IMPLEMENT_DYNAMIC_CLASS(wxNavigationKeyEvent, wxCommandEvent) added

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

26 years ago1) keyboard handling added (OnNavigationKey)
Vadim Zeitlin [Wed, 8 Jul 1998 22:12:44 +0000 (22:12 +0000)] 
1) keyboard handling added (OnNavigationKey)
2) removed default values from the old-style ctor to make it possible to
   use the new one with default args

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

26 years agokeyboard handling added (OnNavigationKey)
Vadim Zeitlin [Wed, 8 Jul 1998 22:12:03 +0000 (22:12 +0000)] 
keyboard handling added (OnNavigationKey)

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

26 years agoa couple of "const" mistakenly removed restored
Vadim Zeitlin [Wed, 8 Jul 1998 22:09:37 +0000 (22:09 +0000)] 
a couple of "const" mistakenly removed restored

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

26 years agoSmall updates in the documentation about threads.
Guilhem Lavaux [Wed, 8 Jul 1998 19:06:13 +0000 (19:06 +0000)] 
Small updates in the documentation about threads.
Documentation about wxDataStream added.

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

26 years agoHasGroup/Entry added
Vadim Zeitlin [Wed, 8 Jul 1998 17:56:43 +0000 (17:56 +0000)] 
HasGroup/Entry added

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

26 years agoRemoved redundant auto-setting code in wxDC; corrected utilscmn.cpp pragma;
Julian Smart [Wed, 8 Jul 1998 15:52:22 +0000 (15:52 +0000)] 
Removed redundant auto-setting code in wxDC; corrected utilscmn.cpp pragma;
added inlines using wxPoint/wxSize/wxRect in dc.h.

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

26 years agoCured a bad assert in wxStatusBar; #ifdefed oleutils.cpp for VC++ 5.
Julian Smart [Wed, 8 Jul 1998 13:21:23 +0000 (13:21 +0000)] 
Cured a bad assert in wxStatusBar; #ifdefed oleutils.cpp for VC++ 5.

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

26 years agoCorrected convert path to /usr/X11/bin, the default installation path.
Karsten Ballüder [Wed, 8 Jul 1998 10:40:08 +0000 (10:40 +0000)] 
Corrected convert path to /usr/X11/bin, the default installation path.

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

26 years agoFixed event arg in notebook.h, #ifdefed out some functions in oleutils that
Julian Smart [Wed, 8 Jul 1998 10:05:51 +0000 (10:05 +0000)] 
Fixed event arg in notebook.h, #ifdefed out some functions in oleutils that
don't compile in VC++ 4.

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

26 years agoSome fixes for Solaris (2.5).
Karsten Ballüder [Tue, 7 Jul 1998 15:59:37 +0000 (15:59 +0000)] 
Some fixes for Solaris (2.5).
Fixed path to png.h in gdk_imlib_private.h.

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

26 years agoVarious bug fixes, cosmetic changes
Julian Smart [Tue, 7 Jul 1998 14:57:42 +0000 (14:57 +0000)] 
Various bug fixes, cosmetic changes

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

26 years agoadded HasEntry/Group function to wxConfig, corrected entry/group deletion
Vadim Zeitlin [Tue, 7 Jul 1998 13:53:19 +0000 (13:53 +0000)] 
added HasEntry/Group function to wxConfig, corrected entry/group deletion
bug (were not deleted from file) in wxFileConfig

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

26 years agoadded missing DeleteItem(long itemId) function
Vadim Zeitlin [Tue, 7 Jul 1998 13:16:37 +0000 (13:16 +0000)] 
added missing DeleteItem(long itemId) function

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

26 years agoFixed broken Ieee extension for configure --without-apple_ieee
Karsten Ballüder [Tue, 7 Jul 1998 10:43:26 +0000 (10:43 +0000)] 
Fixed broken Ieee extension for configure --without-apple_ieee

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

26 years ago* Fixed configuration problem (#if USE_APPLE_IEEE)
Guilhem Lavaux [Sun, 5 Jul 1998 14:39:29 +0000 (14:39 +0000)] 
* Fixed configuration problem (#if USE_APPLE_IEEE)

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

26 years agoSorry, I went and removed consts as per the style guide :-)
Julian Smart [Sat, 4 Jul 1998 15:17:59 +0000 (15:17 +0000)] 
Sorry, I went and removed consts as per the style guide :-)

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

26 years ago* Fixed Async -> sync in wxExecute
Guilhem Lavaux [Fri, 3 Jul 1998 17:44:34 +0000 (17:44 +0000)] 
* Fixed Async -> sync in wxExecute
* Added documentation about wxProcess, ...
* Added wxDataStream::WriteString and wxDataStream::ReadString

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

26 years agoVarious documentation changes, makefile fixes
Julian Smart [Fri, 3 Jul 1998 16:39:59 +0000 (16:39 +0000)] 
Various documentation changes, makefile fixes

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

26 years agoAdded #pragmas for gcc.
Julian Smart [Fri, 3 Jul 1998 16:36:10 +0000 (16:36 +0000)] 
Added #pragmas for gcc.

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

26 years agoAdded wxExpr parser/lexer files which had somehow got lost;
Julian Smart [Fri, 3 Jul 1998 16:34:35 +0000 (16:34 +0000)] 
Added wxExpr parser/lexer files which had somehow got lost;
added some pragmas.

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

26 years ago* Deleted all ^M
Guilhem Lavaux [Thu, 2 Jul 1998 17:43:02 +0000 (17:43 +0000)] 
* Deleted all ^M
* Added common/process.cpp

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

26 years agoAdded dummy constructors etc. for wxProcess(Event) until Guilhem does it
Julian Smart [Thu, 2 Jul 1998 16:40:30 +0000 (16:40 +0000)] 
Added dummy constructors etc. for wxProcess(Event) until Guilhem does it
for real.

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

26 years agoAdded extra Dialog Editor icons
Julian Smart [Thu, 2 Jul 1998 15:43:40 +0000 (15:43 +0000)] 
Added extra Dialog Editor icons

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

26 years agoFixed the configure apple-ieee to apple_ieee.
Karsten Ballüder [Thu, 2 Jul 1998 15:38:21 +0000 (15:38 +0000)] 
Fixed the configure apple-ieee to apple_ieee.

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

26 years agoMajor changes to Dialog Editor (still at alpha level)
Julian Smart [Thu, 2 Jul 1998 15:19:34 +0000 (15:19 +0000)] 
Major changes to Dialog Editor (still at alpha level)

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

26 years agoRemoved some consts from tabctrl.h; fixed some other errors
Julian Smart [Thu, 2 Jul 1998 15:17:35 +0000 (15:17 +0000)] 
Removed some consts from tabctrl.h; fixed some other errors

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

26 years agoVarious changes for 16-bit compilation
Julian Smart [Thu, 2 Jul 1998 15:16:56 +0000 (15:16 +0000)] 
Various changes for 16-bit compilation

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

26 years agoold TODO renamed
Vadim Zeitlin [Thu, 2 Jul 1998 14:01:27 +0000 (14:01 +0000)] 
old TODO renamed

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

26 years agorenamed to TODO.txt (you really shouldn't use Explorer, Julian! :-)
Vadim Zeitlin [Thu, 2 Jul 1998 14:00:05 +0000 (14:00 +0000)] 
renamed to TODO.txt (you really shouldn't use Explorer, Julian! :-)

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

26 years agothe file which contains TODO issues (with their priorities) for all platforms
Vadim Zeitlin [Thu, 2 Jul 1998 11:40:53 +0000 (11:40 +0000)] 
the file which contains TODO issues (with their priorities) for all platforms

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

26 years ago* added gtk_text_changed callback and implemented DiscardEdits(), so that
Vadim Zeitlin [Wed, 1 Jul 1998 18:58:24 +0000 (18:58 +0000)] 
* added gtk_text_changed callback and implemented DiscardEdits(), so that
  now IsModified() works correctly
* corrected several "off by 1" errors for wxTE_MULTILINE controls
  (apparently it was a GTK bug so perhaps it doesn't work correctly with
   previous GTK versions, but it works correctly with the latest, GTK 1.0.4)

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

26 years ago* Well, I've forgotten this file :-(
Guilhem Lavaux [Wed, 1 Jul 1998 17:28:14 +0000 (17:28 +0000)] 
* Well, I've forgotten this file :-(

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

26 years ago* Changed "true" to "TRUE" in some file: "true" doesn't exist in BC++ 5
Guilhem Lavaux [Wed, 1 Jul 1998 17:26:46 +0000 (17:26 +0000)] 
* Changed "true" to "TRUE" in some file: "true" doesn't exist in BC++ 5
* Added wxDataStream and wxProcess
* Added the asynchronous end process notification on GTK and MSW
* Updated configure* and setup.h
* Added extended.c: Apple code to encode/decode float in IEEE format
  this code is removable by disabling USE_APPLE_CODEC

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

26 years agowxImageList ctor now takes the same arguments as the MSW version (but it's
Vadim Zeitlin [Wed, 1 Jul 1998 15:43:03 +0000 (15:43 +0000)] 
wxImageList ctor now takes the same arguments as the MSW version (but it's
still not implemented)

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

26 years agomany changes to make generic tree control (more) MSW compatible:
Vadim Zeitlin [Wed, 1 Jul 1998 15:42:11 +0000 (15:42 +0000)] 
many changes to make generic tree control (more) MSW compatible:
 1) wxEVT_COMMAND_TREE_EXPANDING event now generated
 2) tree control doesn't not delete children on branch collapse any more
 3) migging image list and image-related functions added (but not yet
    implemented)

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

26 years agoRemoved the WXUNUSED() from size parameters in wxIcon(filename,width,height)
Karsten Ballüder [Tue, 30 Jun 1998 12:42:46 +0000 (12:42 +0000)] 
Removed the WXUNUSED() from size parameters in wxIcon(filename,width,height)
and added default values of -1,-1 to make it compatible with MSW behaviour.

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

26 years agofixes redraw bug which was leaving a horizontal strip under the tree item
Vadim Zeitlin [Mon, 29 Jun 1998 16:23:41 +0000 (16:23 +0000)] 
fixes redraw bug which was leaving a horizontal strip under the tree item
after it was unselected (in wxGTK)

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

26 years agoAdded my wxWindows based layout engine to the repository.
Karsten Ballüder [Mon, 29 Jun 1998 12:44:36 +0000 (12:44 +0000)] 
Added my wxWindows based layout engine to the repository.
It arranges text and graphics for display on a wxDC.
This code is licensed under the LGPL.

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

26 years agofixed event type parameter
Karsten Ballüder [Mon, 29 Jun 1998 12:18:42 +0000 (12:18 +0000)] 
fixed event type parameter

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

26 years agoSeparated out Win95 versions of gauge, slider
Julian Smart [Sun, 28 Jun 1998 11:34:42 +0000 (11:34 +0000)] 
Separated out Win95 versions of gauge, slider

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

26 years ago*** empty log message ***
Julian Smart [Sun, 28 Jun 1998 11:33:08 +0000 (11:33 +0000)] 
*** empty log message ***

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

26 years agoSeparated out Win95 versions of gauge, slider; added wxTabCtrl::GetCurFocus
Julian Smart [Sun, 28 Jun 1998 11:32:14 +0000 (11:32 +0000)] 
Separated out Win95 versions of gauge, slider; added wxTabCtrl::GetCurFocus

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

26 years agoChanges for wxEventType
Julian Smart [Fri, 26 Jun 1998 22:00:38 +0000 (22:00 +0000)] 
Changes for wxEventType

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

26 years agoChanges to aid debugging.
Julian Smart [Fri, 26 Jun 1998 21:59:42 +0000 (21:59 +0000)] 
Changes to aid debugging.

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

26 years agowxEventType alterations.
Julian Smart [Fri, 26 Jun 1998 20:19:48 +0000 (20:19 +0000)] 
wxEventType alterations.

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

26 years agoNew wxEventType for event type enum, and corresponding alterations.
Julian Smart [Fri, 26 Jun 1998 20:18:30 +0000 (20:18 +0000)] 
New wxEventType for event type enum, and corresponding alterations.

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

26 years agocorrected "of by 1" error in wxString::insert()
Vadim Zeitlin [Fri, 26 Jun 1998 15:39:01 +0000 (15:39 +0000)] 
corrected "of by 1" error in wxString::insert()

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

26 years agoadded support for label alignments in wxStaticText::Create()
Vadim Zeitlin [Fri, 26 Jun 1998 14:29:47 +0000 (14:29 +0000)] 
added support for label alignments in wxStaticText::Create()

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

26 years agomade the interface more compatible with the MSW version (although
Vadim Zeitlin [Fri, 26 Jun 1998 14:29:11 +0000 (14:29 +0000)] 
made the interface more compatible with the MSW version (although
InsertPage and wxEVT_PAGE_CHANGING are still not implemented) and
implemented the wxEVT_PAGE_CHANGED callback.

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

26 years agoCured DC/GDI object leak; listbox window proc restored from debugging
Julian Smart [Thu, 25 Jun 1998 21:30:23 +0000 (21:30 +0000)] 
Cured DC/GDI object leak; listbox window proc restored from debugging

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

26 years agoVarious measures to reduce flicker.
Julian Smart [Thu, 25 Jun 1998 09:45:27 +0000 (09:45 +0000)] 
Various measures to reduce flicker.

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

26 years agoReduced flicker by a combination of less background erasing, and double-buffering.
Julian Smart [Thu, 25 Jun 1998 09:43:59 +0000 (09:43 +0000)] 
Reduced flicker by a combination of less background erasing, and double-buffering.

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

26 years agomisleading wxASSERT() corrected
Vadim Zeitlin [Wed, 24 Jun 1998 14:37:28 +0000 (14:37 +0000)] 
misleading wxASSERT() corrected

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

26 years agobug in wxNotebook::OnSize() corrected
Vadim Zeitlin [Tue, 23 Jun 1998 17:47:42 +0000 (17:47 +0000)] 
bug in wxNotebook::OnSize() corrected

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

26 years agoadded OnSize() to wxNotebook which forwards size events to the pages: fixes
Vadim Zeitlin [Tue, 23 Jun 1998 16:28:49 +0000 (16:28 +0000)] 
added OnSize() to wxNotebook which forwards size events to the pages: fixes
the layout problem

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

26 years agoCorrected problem with MDI children not refreshing (removed WS_CLIPCHILDREN).
Julian Smart [Tue, 23 Jun 1998 10:29:23 +0000 (10:29 +0000)] 
Corrected problem with MDI children not refreshing (removed WS_CLIPCHILDREN).
Double-fixed the LEAVE/ENTER bug...

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

26 years agoRemoved deletion of m_selections
Julian Smart [Mon, 22 Jun 1998 22:53:39 +0000 (22:53 +0000)] 
Removed deletion of m_selections

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

26 years agoRemoved Scanf, Scanfv
Julian Smart [Mon, 22 Jun 1998 22:52:43 +0000 (22:52 +0000)] 
Removed Scanf, Scanfv

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

26 years agoAdded more flags to resource.cpp, #ifdefed out ScanfV for Windows, some
Julian Smart [Mon, 22 Jun 1998 22:48:22 +0000 (22:48 +0000)] 
Added more flags to resource.cpp, #ifdefed out ScanfV for Windows, some
grid typo fixes

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

26 years agoCured problem introduced by LEAVE/ENTER OnIdle code; bugs in gauge sizing
Julian Smart [Mon, 22 Jun 1998 22:43:48 +0000 (22:43 +0000)] 
Cured problem introduced by LEAVE/ENTER OnIdle code; bugs in gauge sizing

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

26 years agoAdded wxCLIP_CHILDREN style (mainly for getting rid of flicker), other minor mods
Julian Smart [Mon, 22 Jun 1998 22:27:14 +0000 (22:27 +0000)] 
Added wxCLIP_CHILDREN style (mainly for getting rid of flicker), other minor mods

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

26 years agoattempt to clean up a little keyboard handling code
Vadim Zeitlin [Mon, 22 Jun 1998 22:25:07 +0000 (22:25 +0000)] 
attempt to clean up a little keyboard handling code

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

26 years agowxCHECK/wxCHECK_RET changes
Vadim Zeitlin [Mon, 22 Jun 1998 22:17:39 +0000 (22:17 +0000)] 
wxCHECK/wxCHECK_RET changes

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

26 years agowxCHECK change
Vadim Zeitlin [Mon, 22 Jun 1998 22:17:15 +0000 (22:17 +0000)] 
wxCHECK change

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

26 years agoGetSelections() changed to work with wxArrayInt
Vadim Zeitlin [Mon, 22 Jun 1998 22:09:38 +0000 (22:09 +0000)] 
GetSelections() changed to work with wxArrayInt

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

26 years agonow compiles with USE_XPM_IN_MSW on, added error messages if bitmap can't
Vadim Zeitlin [Mon, 22 Jun 1998 22:07:55 +0000 (22:07 +0000)] 
now compiles with USE_XPM_IN_MSW on, added error messages if bitmap can't
be loaded/saved

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

26 years agoVC++ warning suppressed
Vadim Zeitlin [Mon, 22 Jun 1998 22:06:42 +0000 (22:06 +0000)] 
VC++ warning suppressed

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

26 years agowxString::Scanf() removed because can't be implemented portably
Vadim Zeitlin [Mon, 22 Jun 1998 22:04:23 +0000 (22:04 +0000)] 
wxString::Scanf() removed because can't be implemented portably

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

26 years agonow compiles with USE_XPM_IN_MSW on
Vadim Zeitlin [Mon, 22 Jun 1998 22:03:20 +0000 (22:03 +0000)] 
now compiles with USE_XPM_IN_MSW on

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

26 years agobug in SplitPath() corrected - now ".." handled correctly
Vadim Zeitlin [Mon, 22 Jun 1998 21:58:31 +0000 (21:58 +0000)] 
bug in SplitPath() corrected - now ".." handled correctly

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

26 years agowxListbox::GetSelections() now takes a wxArrayInt instead of "int **"
Vadim Zeitlin [Mon, 22 Jun 1998 21:54:19 +0000 (21:54 +0000)] 
wxListbox::GetSelections() now takes a wxArrayInt instead of "int **"
(as under wxGTK)

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

26 years agonow compiles with USE_XPM_IN_MSW on
Vadim Zeitlin [Mon, 22 Jun 1998 21:53:24 +0000 (21:53 +0000)] 
now compiles with USE_XPM_IN_MSW on

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

26 years agoOops... just added wxString::Scanf() functions can't be implemented under
Vadim Zeitlin [Mon, 22 Jun 1998 21:51:27 +0000 (21:51 +0000)] 
Oops... just added wxString::Scanf() functions can't be implemented under
Windows. Removed.

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

26 years ago#include "wx/msw/notebook" added
Vadim Zeitlin [Mon, 22 Jun 1998 21:50:11 +0000 (21:50 +0000)] 
#include "wx/msw/notebook" added

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

26 years agowxLogWindow::GetOldLog() added
Vadim Zeitlin [Mon, 22 Jun 1998 21:48:53 +0000 (21:48 +0000)] 
wxLogWindow::GetOldLog() added

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

26 years agowxCHECK macros slightly changed: wxCHECK( expr, rc ) now returns rc if
Vadim Zeitlin [Mon, 22 Jun 1998 21:47:38 +0000 (21:47 +0000)] 
wxCHECK macros slightly changed: wxCHECK( expr, rc ) now returns rc if
expr is FALSE and wxCHECK_RET( expr ) must be used in void functions.

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

26 years agofixed #pragma
Karsten Ballüder [Mon, 22 Jun 1998 14:40:59 +0000 (14:40 +0000)] 
fixed #pragma

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

26 years agofixed #include paths to use local copies of png/gdk_imlib/zlib headers
Karsten Ballüder [Mon, 22 Jun 1998 12:47:56 +0000 (12:47 +0000)] 
fixed #include paths to use local copies of png/gdk_imlib/zlib headers
fixed compiler warning in time.cpp

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

26 years ago* Added $(THREADS_LINK) to $(LINK_LIBS) so all programs can be linked.
Guilhem Lavaux [Sat, 20 Jun 1998 10:25:12 +0000 (10:25 +0000)] 
* Added $(THREADS_LINK) to $(LINK_LIBS) so all programs can be linked.
* Updated the thread detected (pthread-0.7, pthread, pthreads)
* Added --without-threads to disable threads

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

26 years agoput wxMessageBox() arguments in OnAssert() in the right order
Vadim Zeitlin [Fri, 19 Jun 1998 15:55:51 +0000 (15:55 +0000)] 
put wxMessageBox() arguments in OnAssert() in the right order

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

26 years agofixed stupid compiler warning
Karsten Ballüder [Fri, 19 Jun 1998 12:35:36 +0000 (12:35 +0000)] 
fixed stupid compiler warning

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

26 years agochanged the notebook control to use AddPage() interface (Julian's version
Vadim Zeitlin [Thu, 18 Jun 1998 16:59:18 +0000 (16:59 +0000)] 
changed the notebook control to use AddPage() interface (Julian's version
didn't work at all) andupdated the sample to work with it

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

26 years agoFixed SetSelection, GetSelection for Portrait/Landscape selection
Julian Smart [Thu, 18 Jun 1998 14:01:07 +0000 (14:01 +0000)] 
Fixed SetSelection, GetSelection for Portrait/Landscape selection

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

26 years agoanother typo fixed
Karsten Ballüder [Thu, 18 Jun 1998 13:40:24 +0000 (13:40 +0000)] 
another typo fixed

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

26 years agoadded notebook.cpp
Karsten Ballüder [Thu, 18 Jun 1998 13:26:19 +0000 (13:26 +0000)] 
added notebook.cpp

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