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

26 years agofixed wrong scanf() arguments
Karsten Ballüder [Thu, 18 Jun 1998 13:26:02 +0000 (13:26 +0000)] 
fixed wrong scanf() arguments

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

26 years ago1) Right(char ch) now returns the part of the string after the last
Vadim Zeitlin [Thu, 18 Jun 1998 13:20:42 +0000 (13:20 +0000)] 
1) Right(char ch) now returns the part of the string after the last
   occurence of ch _without_ ch itself (like Left(char ch))
2) Added wxString::Scanf() and wxString::ScanfV()

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

26 years agowxFileConfig bugs corrected (now the new entries belong to the right groups)
Vadim Zeitlin [Thu, 18 Jun 1998 13:07:58 +0000 (13:07 +0000)] 
wxFileConfig bugs corrected (now the new entries belong to the right groups)

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

26 years ago* Hope this is the last bug fix in the wxThread merge ...
Guilhem Lavaux [Tue, 16 Jun 1998 17:17:02 +0000 (17:17 +0000)] 
* Hope this is the last bug fix in the wxThread merge ...
* configure updated
* some function added in utilsgtk.cpp (wxSleep, wxKill)
* wxThread sample v0.1

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

26 years ago"-1" index error in wxString::Before fixed
Vadim Zeitlin [Tue, 16 Jun 1998 12:41:33 +0000 (12:41 +0000)] 
"-1" index error in wxString::Before fixed

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

26 years ago* Corrected #include "thread.h" => #include "wx/thread.h"
Guilhem Lavaux [Mon, 15 Jun 1998 17:21:07 +0000 (17:21 +0000)] 
* Corrected #include "thread.h" => #include "wx/thread.h"
* Corrected the joystick.h detection stuff in configure.in

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

26 years agochanged GetSelections() argument
Karsten Ballüder [Mon, 15 Jun 1998 12:06:39 +0000 (12:06 +0000)] 
changed GetSelections() argument

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

26 years agoExperimental notebook API
Julian Smart [Mon, 15 Jun 1998 09:21:45 +0000 (09:21 +0000)] 
Experimental notebook API

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

26 years agoCorrected some problems I introduced, added tabevent.tex.
Julian Smart [Mon, 15 Jun 1998 07:57:40 +0000 (07:57 +0000)] 
Corrected some problems I introduced, added tabevent.tex.

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

26 years agowxNotebook interface (it may change!), implementation file is not yet
Vadim Zeitlin [Sun, 14 Jun 1998 23:16:19 +0000 (23:16 +0000)] 
wxNotebook interface (it may change!), implementation file is not yet
commited - I will do as soon as the interface is fixed

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

26 years agoadded notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHANG(ED|ING)
Vadim Zeitlin [Sun, 14 Jun 1998 23:13:36 +0000 (23:13 +0000)] 
added notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHANG(ED|ING)

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

26 years agoadded ctor wxColour(unsigned long colRGB) and the corresponding Set()
Vadim Zeitlin [Sun, 14 Jun 1998 23:08:53 +0000 (23:08 +0000)] 
added ctor wxColour(unsigned long colRGB) and the corresponding Set()

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

26 years agoAdded #define wxHelpController to help.h; added wxWinHelpController::Quit code
Julian Smart [Sun, 14 Jun 1998 20:53:26 +0000 (20:53 +0000)] 
Added #define wxHelpController to help.h; added wxWinHelpController::Quit code

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

26 years ago*** empty log message ***
Julian Smart [Sun, 14 Jun 1998 20:52:08 +0000 (20:52 +0000)] 
*** empty log message ***

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

26 years agoVarious documentation additions and changes.
Julian Smart [Sun, 14 Jun 1998 20:48:39 +0000 (20:48 +0000)] 
Various documentation additions and changes.

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

26 years ago* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED added)
Guilhem Lavaux [Sun, 14 Jun 1998 15:28:28 +0000 (15:28 +0000)] 
* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED added)
* Updated the documentation

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

26 years agoconst/void changes in thread, tabctrl and wave files; wxTabCtrl::InsertItem
Julian Smart [Sun, 14 Jun 1998 12:15:13 +0000 (12:15 +0000)] 
const/void changes in thread, tabctrl and wave files; wxTabCtrl::InsertItem
now returns bool not int.

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

26 years agoChanged documentation const convention for non-objects; added some manual files
Julian Smart [Sun, 14 Jun 1998 12:11:50 +0000 (12:11 +0000)] 
Changed documentation const convention for non-objects; added some manual files

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

26 years agoCorrected missing pipe in treectrl.h, wxOK->wxID_OK in wxGetTextFromUser,
Julian Smart [Sun, 14 Jun 1998 08:53:46 +0000 (08:53 +0000)] 
Corrected missing pipe in treectrl.h, wxOK->wxID_OK in wxGetTextFromUser,
no offsets in 2 functions in wxDC

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

26 years agoCorrected dataobj.h/.cpp, corrected listbox to use non-integral height
Julian Smart [Sat, 13 Jun 1998 17:09:59 +0000 (17:09 +0000)] 
Corrected dataobj.h/.cpp, corrected listbox to use non-integral height

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

26 years ago* Posix/SGI/No threads added
Guilhem Lavaux [Sat, 13 Jun 1998 17:02:45 +0000 (17:02 +0000)] 
* Posix/SGI/No threads added
* Updated configure.in file (Threads and Joystick detection)

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

26 years agoAdded include/wx/joystick.h
Julian Smart [Sat, 13 Jun 1998 10:12:57 +0000 (10:12 +0000)] 
Added include/wx/joystick.h

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

26 years agoAdded GTK/Linux joystick class (Guilhem Lavaux)
Julian Smart [Sat, 13 Jun 1998 10:11:58 +0000 (10:11 +0000)] 
Added GTK/Linux joystick class (Guilhem Lavaux)

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

26 years agoCorrection to dnd.h; EVT_MOUSE_EVENTS now includes LEAVE/ENTER events;
Julian Smart [Sat, 13 Jun 1998 10:09:13 +0000 (10:09 +0000)] 
Correction to dnd.h; EVT_MOUSE_EVENTS now includes LEAVE/ENTER events;
Windows LEAVE/ENTER events now work

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

26 years agoin wxOnAssert() abort() replaced with raise(SIGTRAP) (Unix only)
Vadim Zeitlin [Fri, 12 Jun 1998 15:41:02 +0000 (15:41 +0000)] 
in wxOnAssert() abort() replaced with raise(SIGTRAP) (Unix only)

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

26 years agoadded support of multiple-selection listboxes, GetSelections() now works.
Vadim Zeitlin [Fri, 12 Jun 1998 14:56:04 +0000 (14:56 +0000)] 
added support of multiple-selection listboxes, GetSelections() now works.

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

26 years agowxTextCtrl::WriteText() now adds it at the end and not 1 position before
Vadim Zeitlin [Wed, 10 Jun 1998 17:04:04 +0000 (17:04 +0000)] 
wxTextCtrl::WriteText() now adds it at the end and not 1 position before

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

26 years agotesting CVS notifications
Vadim Zeitlin [Wed, 10 Jun 1998 11:11:20 +0000 (11:11 +0000)] 
testing CVS notifications

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

26 years agowxLogWindow ctor changed
Vadim Zeitlin [Wed, 10 Jun 1998 10:18:51 +0000 (10:18 +0000)] 
wxLogWindow ctor changed

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

26 years agowxLogWindow is now not a top-level frame, so it doesn't prevent the app from
Vadim Zeitlin [Tue, 9 Jun 1998 17:35:25 +0000 (17:35 +0000)] 
wxLogWindow is now not a top-level frame, so it doesn't prevent the app from
being closed

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

26 years agowxTempFile bug corrected: the temp file is now created in the same dir
Vadim Zeitlin [Tue, 9 Jun 1998 13:14:20 +0000 (13:14 +0000)] 
wxTempFile bug corrected: the temp file is now created in the same dir
as the original one, so that rename() always succeeds

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

26 years agoBool changed to bool
Vadim Zeitlin [Mon, 8 Jun 1998 12:41:15 +0000 (12:41 +0000)] 
Bool changed to bool

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

26 years agoNotes about implementing EVT_LEAVE_WINDOW
Julian Smart [Mon, 8 Jun 1998 11:48:29 +0000 (11:48 +0000)] 
Notes about implementing EVT_LEAVE_WINDOW

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

26 years agofixed NULL problem
Karsten Ballüder [Mon, 8 Jun 1998 11:37:30 +0000 (11:37 +0000)] 
fixed NULL problem

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

26 years agoBool replaced by bool
Vadim Zeitlin [Fri, 5 Jun 1998 14:46:58 +0000 (14:46 +0000)] 
Bool replaced by bool

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

26 years agoBool replaced by bool (I hope I got it right this time!)
Vadim Zeitlin [Fri, 5 Jun 1998 14:46:17 +0000 (14:46 +0000)] 
Bool replaced by bool (I hope I got it right this time!)

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

26 years agoSmall mods to manual
Julian Smart [Fri, 5 Jun 1998 07:45:17 +0000 (07:45 +0000)] 
Small mods to manual

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

26 years ago GTK
Robert Roebling [Thu, 4 Jun 1998 16:08:47 +0000 (16:08 +0000)] 
  GTK

   - added docview sample, doesn't work :-(
   - changed wxBmpButton callback name

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

26 years agoModified wx.hpj for new directory structure; books.gif is now transparent
Julian Smart [Wed, 3 Jun 1998 19:40:14 +0000 (19:40 +0000)] 
Modified wx.hpj for new directory structure; books.gif is now transparent

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

26 years ago GTK
Robert Roebling [Wed, 3 Jun 1998 19:06:13 +0000 (19:06 +0000)] 
  GTK
    combobox
    idle handling
    makefile fixes

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

26 years agobug preventing compilation of wxLogGui under !Windows corrected
Vadim Zeitlin [Wed, 3 Jun 1998 16:34:39 +0000 (16:34 +0000)] 
bug preventing compilation of wxLogGui under !Windows corrected

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

26 years agoResubmitted binary files that may been corrupted
Julian Smart [Tue, 2 Jun 1998 20:25:34 +0000 (20:25 +0000)] 
Resubmitted binary files that may been corrupted

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

26 years ago GTK
Robert Roebling [Tue, 2 Jun 1998 19:04:33 +0000 (19:04 +0000)] 
  GTK
    - wxNotebook added
    - wxTabCtrl removed
    - added USE_WXCONFIG option
    - minor compile fixes

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

26 years agoadded #if USE_WXCONFIG check (TODO: add configure switch for it)
Vadim Zeitlin [Tue, 2 Jun 1998 13:23:24 +0000 (13:23 +0000)] 
added #if USE_WXCONFIG check (TODO: add configure switch for it)

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

26 years agowxDataObject now defined in defs.h and not here
Vadim Zeitlin [Sun, 31 May 1998 00:09:52 +0000 (00:09 +0000)] 
wxDataObject now defined in defs.h and not here

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

26 years agomissing #endif
Vadim Zeitlin [Sun, 31 May 1998 00:08:01 +0000 (00:08 +0000)] 
missing #endif

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

26 years agowxDataFormat typedef added
Vadim Zeitlin [Sun, 31 May 1998 00:00:11 +0000 (00:00 +0000)] 
wxDataFormat typedef added

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

26 years agohelper file for WX_DEFINE_LIST: dynamic list implementation
Vadim Zeitlin [Sat, 30 May 1998 23:42:51 +0000 (23:42 +0000)] 
helper file for WX_DEFINE_LIST: dynamic list implementation

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

26 years agoRemoved Deselect function.
Julian Smart [Sat, 30 May 1998 17:21:21 +0000 (17:21 +0000)] 
Removed Deselect function.

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

26 years ago Same as last one..
Robert Roebling [Sat, 30 May 1998 17:11:51 +0000 (17:11 +0000)] 
  Same as last one..

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

26 years ago GTK:
Robert Roebling [Sat, 30 May 1998 17:10:15 +0000 (17:10 +0000)] 
  GTK:

    Added wxTabCtrl
    Work on wxEventhandler (delete clientdata)
            wxChoice (derive from wxControl)
            wxTextCtrl (init with text)
    Added sample for tabctrl (and more)

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

26 years agoGTK
Robert Roebling [Thu, 28 May 1998 22:05:55 +0000 (22:05 +0000)] 
GTK
  moved main() to app.cpp
  added wxGauge
  added wxStaticBitmap

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

26 years agoUpdates from Chris Breeze
Julian Smart [Thu, 28 May 1998 19:54:07 +0000 (19:54 +0000)] 
Updates from Chris Breeze

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

26 years agoGTK wxBitmapButton added
Robert Roebling [Thu, 28 May 1998 17:44:04 +0000 (17:44 +0000)] 
GTK wxBitmapButton added

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

26 years ago#ifdefed out a typedef not appropriate to MSW; added SetSelection to choice dialog
Julian Smart [Thu, 28 May 1998 11:13:25 +0000 (11:13 +0000)] 
#ifdefed out a typedef not appropriate to MSW; added SetSelection to choice dialog

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

26 years agocleaned code a bit
Vadim Zeitlin [Wed, 27 May 1998 23:41:55 +0000 (23:41 +0000)] 
cleaned code a bit

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

26 years agowxDataObject and wxDropSource implementations
Vadim Zeitlin [Wed, 27 May 1998 23:38:26 +0000 (23:38 +0000)] 
wxDataObject and wxDropSource implementations

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

26 years agoregistry based implementation of wxConfig (wxRegConfig)
Vadim Zeitlin [Wed, 27 May 1998 23:37:21 +0000 (23:37 +0000)] 
registry based implementation of wxConfig (wxRegConfig)

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

26 years ago1) now associated drop target is deleted (memory/resource leak corrected)
Vadim Zeitlin [Wed, 27 May 1998 23:36:40 +0000 (23:36 +0000)] 
1) now associated drop target is deleted (memory/resource leak corrected)
2) added wxCHECK( hWnd != NULL ) to wxAssociateWinWithHandle

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

26 years agoremoved compilation warning about "switch with default but no case" (no
Vadim Zeitlin [Wed, 27 May 1998 23:34:01 +0000 (23:34 +0000)] 
removed compilation warning about "switch with default but no case" (no
real changes)

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