]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years agoCorrected frame.cpp to recognise wxNO_BORDER properly
Julian Smart [Mon, 11 Sep 2000 13:02:54 +0000 (13:02 +0000)] 
Corrected frame.cpp to recognise wxNO_BORDER properly

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

23 years ago Some more tests and mouse events for wxCanvas.
Robert Roebling [Mon, 11 Sep 2000 12:52:39 +0000 (12:52 +0000)] 
  Some more tests and mouse events for wxCanvas.

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

23 years agoCorrected typo
Julian Smart [Mon, 11 Sep 2000 12:45:29 +0000 (12:45 +0000)] 
Corrected typo

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

23 years agowxHelpProvider now cleans itself up. wxTipWindow doesn't
Julian Smart [Mon, 11 Sep 2000 12:37:44 +0000 (12:37 +0000)] 
wxHelpProvider now cleans itself up. wxTipWindow doesn't
grab the mouse, but instead deletes itself when it's deactivated
or loses the focus.

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

23 years agoIncluded tipwindow.h unconditionally
Julian Smart [Mon, 11 Sep 2000 12:03:22 +0000 (12:03 +0000)] 
Included tipwindow.h unconditionally

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

23 years ago Compile fixes for wxCanvas.
Robert Roebling [Mon, 11 Sep 2000 08:13:34 +0000 (08:13 +0000)] 
  Compile fixes for wxCanvas.

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

23 years agoMade the docs compile again.
Julian Smart [Sun, 10 Sep 2000 19:01:03 +0000 (19:01 +0000)] 
Made the docs compile again.

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

23 years agowxTipWindow added and is now used by wxSimpleHelpProvider
Vadim Zeitlin [Sun, 10 Sep 2000 16:30:16 +0000 (16:30 +0000)] 
wxTipWindow added and is now used by wxSimpleHelpProvider

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

23 years ago#ifdefs for WIN16
Julian Smart [Sun, 10 Sep 2000 15:16:17 +0000 (15:16 +0000)] 
#ifdefs for WIN16

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

23 years ago1. added wxHelpProvider and (unfinished) wxSimpleHelpProvider
Vadim Zeitlin [Sun, 10 Sep 2000 12:43:37 +0000 (12:43 +0000)] 
1. added wxHelpProvider and (unfinished) wxSimpleHelpProvider
2. added wxStringHashTable which wxStringHashTable uses

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

23 years agouse the native msg box if available, fall back to wxWin one instead of doing the...
Vadim Zeitlin [Sun, 10 Sep 2000 11:27:21 +0000 (11:27 +0000)] 
use the native msg box if available, fall back to wxWin one instead of doing the opposite

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

23 years agoyet another fix in wxHtmlParser::DoParsing
Václav Slavík [Fri, 8 Sep 2000 22:02:46 +0000 (22:02 +0000)] 
yet another fix in wxHtmlParser::DoParsing

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

23 years agooops winnt path to fonts wrong
Kevin Hock [Fri, 8 Sep 2000 18:42:58 +0000 (18:42 +0000)] 
oops winnt path to fonts wrong

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

23 years agoadded groups of canvasobject and references to groups
Kevin Hock [Fri, 8 Sep 2000 18:42:57 +0000 (18:42 +0000)] 
added groups of canvasobject and references to groups

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

23 years agoGetSelection() replaced with GetId() in OnMRUFile
Vadim Zeitlin [Fri, 8 Sep 2000 18:09:34 +0000 (18:09 +0000)] 
GetSelection() replaced with GetId() in OnMRUFile

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

23 years agoRemoved spurious _
Julian Smart [Fri, 8 Sep 2000 15:56:54 +0000 (15:56 +0000)] 
Removed spurious _

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

23 years agoFixed non-recognition of wxLIST_MASK_IMAGE flags.
Julian Smart [Fri, 8 Sep 2000 15:49:14 +0000 (15:49 +0000)] 
Fixed non-recognition of wxLIST_MASK_IMAGE flags.

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

23 years agofixed wxContextHelpButton bitmap (dis)appearance
Vadim Zeitlin [Fri, 8 Sep 2000 15:48:54 +0000 (15:48 +0000)] 
fixed wxContextHelpButton bitmap (dis)appearance

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

23 years agoAdded manual files
Julian Smart [Fri, 8 Sep 2000 14:51:08 +0000 (14:51 +0000)] 
Added manual files

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

23 years agoTried to fix problem with 'clean' target
Julian Smart [Fri, 8 Sep 2000 14:48:25 +0000 (14:48 +0000)] 
Tried to fix problem with 'clean' target

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

23 years agoAdded dcclient.h
Julian Smart [Fri, 8 Sep 2000 14:45:34 +0000 (14:45 +0000)] 
Added dcclient.h

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

23 years agoFixed memory leak in listbox, fixed memory leak reporting in app.cpp
Julian Smart [Fri, 8 Sep 2000 14:36:00 +0000 (14:36 +0000)] 
Fixed memory leak in listbox, fixed memory leak reporting in app.cpp

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

23 years agoAdded context-sensitive help dialog demo.
Julian Smart [Fri, 8 Sep 2000 14:26:33 +0000 (14:26 +0000)] 
Added context-sensitive help dialog demo.

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

23 years agoFixed some broken things related to context help, fixed memory leak
Julian Smart [Fri, 8 Sep 2000 13:52:10 +0000 (13:52 +0000)] 
Fixed some broken things related to context help, fixed memory leak
in wxGenericTreeCtrl (Init should be called before Create, not _in_ Create)

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

23 years agoPut wxContextHelp into cshelp.h/cpp, added wxContextHelpButton
Julian Smart [Fri, 8 Sep 2000 10:49:39 +0000 (10:49 +0000)] 
Put wxContextHelp into cshelp.h/cpp, added wxContextHelpButton

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

23 years agoMoved from Scintilla version 1.25 to 1.32
Robin Dunn [Fri, 8 Sep 2000 04:06:33 +0000 (04:06 +0000)] 
Moved from Scintilla version 1.25 to 1.32
Still more changes to be made in the wxSTC wrappers for new
functionality...

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

23 years agoReformatting.
Brian Smith [Thu, 7 Sep 2000 22:57:51 +0000 (22:57 +0000)] 
Reformatting.

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

23 years agoOS/2 version was using ~ instead of * for a termination character so
Brian Smith [Thu, 7 Sep 2000 22:53:38 +0000 (22:53 +0000)] 
OS/2 version was using ~ instead of * for a termination character so
executables created with this packinst would not function.

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

23 years agoSomehow the packinst.c and directory got removed from the archive, so I
Brian Smith [Thu, 7 Sep 2000 22:00:52 +0000 (22:00 +0000)] 
Somehow the packinst.c and directory got removed from the archive, so I
included the version from the OS/2 installer which probably has some fixes.

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

23 years agofixed bug in parsing html strings longer than 1024 chars than does not contain tags
Václav Slavík [Thu, 7 Sep 2000 20:55:06 +0000 (20:55 +0000)] 
fixed bug in parsing html strings longer than 1024 chars than does not contain tags

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

23 years agoAdded memcheck to configure
Julian Smart [Thu, 7 Sep 2000 15:21:37 +0000 (15:21 +0000)] 
Added memcheck to configure

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

23 years agoApplied memory allocation patch, and worked around bug that crashes memcheck.cpp
Julian Smart [Thu, 7 Sep 2000 15:02:33 +0000 (15:02 +0000)] 
Applied memory allocation patch, and worked around bug that crashes memcheck.cpp
by using wxLogStderr.

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

23 years agoAdded some docs
Julian Smart [Thu, 7 Sep 2000 13:33:56 +0000 (13:33 +0000)] 
Added some docs

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

23 years agoAdded comment to old wxGetMousePosition
Julian Smart [Thu, 7 Sep 2000 13:32:28 +0000 (13:32 +0000)] 
Added comment to old wxGetMousePosition

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

23 years agoUsed GetCursorPos for new wxGetMousePosition implementation
Julian Smart [Thu, 7 Sep 2000 13:32:05 +0000 (13:32 +0000)] 
Used GetCursorPos for new wxGetMousePosition implementation

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

23 years agoGot wxHelpContext working, plus wxFindWindowAtPointer, wxGetMousePosition,
Julian Smart [Thu, 7 Sep 2000 13:22:42 +0000 (13:22 +0000)] 
Got wxHelpContext working, plus wxFindWindowAtPointer, wxGetMousePosition,
wxFindWindowAtPoint.

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

23 years ago There was no need to create the buffer in OnIdle().
Robert Roebling [Thu, 7 Sep 2000 11:17:46 +0000 (11:17 +0000)] 
  There was no need to create the buffer in OnIdle().

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

23 years agoMade wxContextHelp implementation generic and added wxFindWindowAtPointer,
Julian Smart [Thu, 7 Sep 2000 09:43:05 +0000 (09:43 +0000)] 
Made wxContextHelp implementation generic and added wxFindWindowAtPointer,
wxGetMousePosition functions

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

23 years agoInterface file defining functionality available in Scintilla. Will
Robin Dunn [Thu, 7 Sep 2000 01:34:14 +0000 (01:34 +0000)] 
Interface file defining functionality available in Scintilla.  Will
possibly be used to automatically generate some of the wxWindows code
that wraps Scintilla.

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

23 years agofix to OWNER_DRAWN assert in listbox
David Webster [Wed, 6 Sep 2000 19:18:35 +0000 (19:18 +0000)] 
fix to OWNER_DRAWN assert in listbox

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

23 years agoImplemented wxHelpContext for wxGTK.
Julian Smart [Wed, 6 Sep 2000 16:44:17 +0000 (16:44 +0000)] 
Implemented wxHelpContext for wxGTK.

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

23 years ago Added various missing bits to scrolling wxCanvas.
Robert Roebling [Wed, 6 Sep 2000 15:09:17 +0000 (15:09 +0000)] 
  Added various missing bits to scrolling wxCanvas.

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

23 years agoDialogs can now show a question mark for context-sensitive help.
Julian Smart [Wed, 6 Sep 2000 13:23:21 +0000 (13:23 +0000)] 
Dialogs can now show a question mark for context-sensitive help.

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

23 years ago Trying to make wxCanvas less simple.
Robert Roebling [Wed, 6 Sep 2000 13:08:28 +0000 (13:08 +0000)] 
  Trying to make wxCanvas less simple.

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

23 years agoAdded #include in helpbase.cpp
Julian Smart [Wed, 6 Sep 2000 09:52:18 +0000 (09:52 +0000)] 
Added #include in helpbase.cpp

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

23 years agoAdded wxHelpEvent, wxContextHelp (MSW only so far), modified help sample
Julian Smart [Wed, 6 Sep 2000 09:45:24 +0000 (09:45 +0000)] 
Added wxHelpEvent, wxContextHelp (MSW only so far), modified help sample

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

23 years ago Applied PS patch.
Robert Roebling [Wed, 6 Sep 2000 09:18:44 +0000 (09:18 +0000)] 
  Applied PS patch.

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

23 years agoadded moving an object with the mouse
Kevin Hock [Tue, 5 Sep 2000 20:08:47 +0000 (20:08 +0000)] 
added moving an object with the mouse

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

23 years agocapturing the mouse in wxCanvasObject
Kevin Hock [Tue, 5 Sep 2000 20:07:57 +0000 (20:07 +0000)] 
capturing the  mouse in wxCanvasObject

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

23 years agoFixed some off-by-one errors that were visible on wxGTK but actually
Robin Dunn [Tue, 5 Sep 2000 18:10:31 +0000 (18:10 +0000)] 
Fixed some off-by-one errors that were visible on wxGTK but actually
affected wxMSW too.

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

23 years agoadded Dutch translation
Vadim Zeitlin [Tue, 5 Sep 2000 18:04:41 +0000 (18:04 +0000)] 
added Dutch translation

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

23 years agoUpdates to keep OS/2 Frame apps from crashing on exit. Fixes WM_QUIT processing
David Webster [Tue, 5 Sep 2000 13:59:50 +0000 (13:59 +0000)] 
Updates to keep OS/2 Frame apps from crashing on exit.  Fixes WM_QUIT processing

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

23 years agoGeneric wxListCtrl now supports wxLC_HRULES, wxLC_VRULES
Julian Smart [Tue, 5 Sep 2000 12:20:16 +0000 (12:20 +0000)] 
Generic wxListCtrl now supports wxLC_HRULES, wxLC_VRULES

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

23 years agoAdded rules to wxListCtrl (MSW now, GTK+ soon)
Julian Smart [Tue, 5 Sep 2000 11:39:14 +0000 (11:39 +0000)] 
Added rules to wxListCtrl (MSW now, GTK+ soon)

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

23 years ago Applied DrawArc patch.
Robert Roebling [Tue, 5 Sep 2000 10:51:30 +0000 (10:51 +0000)] 
  Applied DrawArc patch.
  Applied break-up-region patch.
  Implemented sort of ShowFullScreen() - test in scrollsub.

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

23 years ago Virtualized coordinate system for wxCanvas.
Robert Roebling [Mon, 4 Sep 2000 15:39:52 +0000 (15:39 +0000)] 
  Virtualized coordinate system for wxCanvas.

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

23 years agoCommented out palette code for wxGTK
Julian Smart [Mon, 4 Sep 2000 14:07:50 +0000 (14:07 +0000)] 
Commented out palette code for wxGTK

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

23 years agoCorrected off-by-one bug in wxRect(const wxPoint&, const wxPoint&) ctor
Julian Smart [Mon, 4 Sep 2000 06:58:30 +0000 (06:58 +0000)] 
Corrected off-by-one bug in wxRect(const wxPoint&, const wxPoint&) ctor

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

23 years ago Added FreeType II beta 8.
Robert Roebling [Sun, 3 Sep 2000 16:51:07 +0000 (16:51 +0000)] 
 Added FreeType II beta 8.

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

23 years ago Minor update to wxCanvas.
Robert Roebling [Sun, 3 Sep 2000 16:38:53 +0000 (16:38 +0000)] 
  Minor update to wxCanvas.

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

23 years ago Makefile adaption for freetype.
Robert Roebling [Sun, 3 Sep 2000 13:41:07 +0000 (13:41 +0000)] 
  Makefile adaption for freetype.

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

23 years ago Makefile correction
Robert Roebling [Sun, 3 Sep 2000 13:40:39 +0000 (13:40 +0000)] 
  Makefile correction

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

23 years ago Preparing makefiles for freetype
Robert Roebling [Sun, 3 Sep 2000 11:51:42 +0000 (11:51 +0000)] 
  Preparing makefiles for freetype

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

23 years ago Added wxCanvasLine, Freeze() and Thaw() and mouse events (untested)
Robert Roebling [Sat, 2 Sep 2000 18:01:32 +0000 (18:01 +0000)] 
  Added wxCanvasLine, Freeze() and Thaw() and mouse events (untested)

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

23 years ago1. Setting the listctrl as the event object before sending the event
Robin Dunn [Fri, 1 Sep 2000 21:30:18 +0000 (21:30 +0000)] 
1. Setting the listctrl as the event object before sending the event
to any user event handlers.

2. InsertItem returns the actual index used when given one beyond the
end of the list.

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

23 years agouse TRUETYPE env var for the font location
Vadim Zeitlin [Fri, 1 Sep 2000 17:43:19 +0000 (17:43 +0000)] 
use TRUETYPE env var for the font location

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

24 years agoSmall mods
Julian Smart [Fri, 1 Sep 2000 16:48:25 +0000 (16:48 +0000)] 
Small mods

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

24 years agoIgnored palettes for wxGTK
Julian Smart [Fri, 1 Sep 2000 16:47:04 +0000 (16:47 +0000)] 
Ignored palettes for wxGTK

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

24 years agoSeveral updates for fixing the subclassing problems and accelerator processing
David Webster [Fri, 1 Sep 2000 13:52:31 +0000 (13:52 +0000)] 
Several updates for fixing the subclassing problems and accelerator processing

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

24 years agoFix to properly define WXFARPROC for OS/2
David Webster [Fri, 1 Sep 2000 13:51:48 +0000 (13:51 +0000)] 
Fix to properly define WXFARPROC for OS/2

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

24 years ago Added check for <fnctl.h> which FreeType seems to need.
Robert Roebling [Fri, 1 Sep 2000 12:47:14 +0000 (12:47 +0000)] 
  Added check for <fnctl.h> which FreeType seems to need.

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

24 years ago Various improvements and addition to wxCanvas
Robert Roebling [Fri, 1 Sep 2000 10:25:39 +0000 (10:25 +0000)] 
  Various improvements and addition to wxCanvas

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

24 years agoCorrected typo
Julian Smart [Fri, 1 Sep 2000 09:13:41 +0000 (09:13 +0000)] 
Corrected typo

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

24 years agoAdded to wxSystemSettings for better GTK+ themes compatibility
Julian Smart [Fri, 1 Sep 2000 08:35:30 +0000 (08:35 +0000)] 
Added to wxSystemSettings for better GTK+ themes compatibility

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

24 years ago TrueType support for Canvas.
Robert Roebling [Wed, 30 Aug 2000 16:20:37 +0000 (16:20 +0000)] 
  TrueType support for Canvas.

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

24 years ago Added alpha blending in prep for FreeType text to canvas.
Robert Roebling [Wed, 30 Aug 2000 13:05:24 +0000 (13:05 +0000)] 
  Added alpha blending in prep for FreeType text to canvas.

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

24 years agoFixed jumping problem with remotely scrolled tree
Julian Smart [Wed, 30 Aug 2000 09:58:14 +0000 (09:58 +0000)] 
Fixed jumping problem with remotely scrolled tree

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

24 years agoAdded wxSYS_COLOUR_3DLIGHT
Julian Smart [Wed, 30 Aug 2000 09:38:14 +0000 (09:38 +0000)] 
Added wxSYS_COLOUR_3DLIGHT

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

24 years ago Added wxCanvasControl before anyone else would do
Robert Roebling [Tue, 29 Aug 2000 20:06:25 +0000 (20:06 +0000)] 
  Added wxCanvasControl before anyone else would do
   any harm.

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

24 years agoSmall mods
Julian Smart [Tue, 29 Aug 2000 17:56:06 +0000 (17:56 +0000)] 
Small mods

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

24 years agoadded missing .c_str() here and there
Vadim Zeitlin [Tue, 29 Aug 2000 17:33:59 +0000 (17:33 +0000)] 
added missing .c_str() here and there

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

24 years agoFixed CanCut
Julian Smart [Tue, 29 Aug 2000 16:18:39 +0000 (16:18 +0000)] 
Fixed CanCut

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

24 years agoSash window layout algorithm now fails if not enough space to complete.
Julian Smart [Tue, 29 Aug 2000 16:09:59 +0000 (16:09 +0000)] 
Sash window layout algorithm now fails if not enough space to complete.

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

24 years agoDon't allow for status or toolbar size if they are not currently shown
Julian Smart [Tue, 29 Aug 2000 13:21:07 +0000 (13:21 +0000)] 
Don't allow for status or toolbar size if they are not currently shown

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

24 years agoAdded wxCLIP_SIBLINGS. CVS also seems to think lots of other files need updating.
Julian Smart [Tue, 29 Aug 2000 12:46:21 +0000 (12:46 +0000)] 
Added wxCLIP_SIBLINGS. CVS also seems to think lots of other files need updating.

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

24 years ago Merged sizer fix from stable branch
Robert Roebling [Tue, 29 Aug 2000 08:55:40 +0000 (08:55 +0000)] 
  Merged sizer fix from stable branch
  Added support for transparent wxImage::Paste()

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

24 years ago Added wxCanvas prototype and sample
Robert Roebling [Tue, 29 Aug 2000 08:54:17 +0000 (08:54 +0000)] 
  Added wxCanvas prototype and sample

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

24 years agomake clean shouldn't delete lib/CVS
Vadim Zeitlin [Mon, 28 Aug 2000 18:34:35 +0000 (18:34 +0000)] 
make clean shouldn't delete lib/CVS

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

24 years agoadded Dutch translator
Vadim Zeitlin [Mon, 28 Aug 2000 18:29:13 +0000 (18:29 +0000)] 
added Dutch translator

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

24 years agoadded AddWindowStyles
Václav Slavík [Sun, 27 Aug 2000 20:52:36 +0000 (20:52 +0000)] 
added AddWindowStyles

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

24 years agocompilation fixes for mingw32 (still leaving disabled for now)
Vadim Zeitlin [Sun, 27 Aug 2000 12:16:02 +0000 (12:16 +0000)] 
compilation fixes for mingw32 (still leaving disabled for now)

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

24 years agofixed clearly wrong use of APPEXTRALIBS in gizmos samples' Makefile.in
Václav Slavík [Sat, 26 Aug 2000 21:02:06 +0000 (21:02 +0000)] 
fixed clearly wrong use of APPEXTRALIBS in gizmos samples' Makefile.in

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

24 years agogizmos compilation fixes (gcc)
Václav Slavík [Sat, 26 Aug 2000 21:01:48 +0000 (21:01 +0000)] 
gizmos compilation fixes (gcc)

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

24 years agoAdded some casts in hopes of fixing HP compilation problem
Julian Smart [Fri, 25 Aug 2000 16:52:05 +0000 (16:52 +0000)] 
Added some casts in hopes of fixing HP compilation problem

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

24 years agoAdded a flag to avoid Capture/Release asserts
Julian Smart [Fri, 25 Aug 2000 16:51:31 +0000 (16:51 +0000)] 
Added a flag to avoid Capture/Release asserts

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

24 years agoFixed sample; enhanced wxLayoutAlgorithm to give remaining space to
Julian Smart [Fri, 25 Aug 2000 15:51:23 +0000 (15:51 +0000)] 
Fixed sample; enhanced wxLayoutAlgorithm to give remaining space to
last window

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

24 years ago Committing in .
Jouk Jansen [Fri, 25 Aug 2000 10:39:12 +0000 (10:39 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/lib/vms_gtk.opt wxWindows/src/motif/mdi.cpp

 For VMS only

----------------------------------------------------------------------

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

24 years agoTypo in doc, wxCHECK2_MSG replaced with wxCHECK_MSG
Julian Smart [Fri, 25 Aug 2000 09:37:16 +0000 (09:37 +0000)] 
Typo in doc, wxCHECK2_MSG replaced with wxCHECK_MSG

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

24 years ago Committing in .
Jouk Jansen [Fri, 25 Aug 2000 09:22:41 +0000 (09:22 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/samples/mdi/mdi.cpp

 VMS patch

----------------------------------------------------------------------

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

24 years ago Committing in .
Jouk Jansen [Fri, 25 Aug 2000 08:00:04 +0000 (08:00 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/src/generic/scrolwin.cpp wxWindows/src/motif/app.cpp
  wxWindows/src/motif/bitmap.cpp
  wxWindows/src/motif/bmpbuttn.cpp
  wxWindows/src/motif/button.cpp
  wxWindows/src/motif/checkbox.cpp
  wxWindows/src/motif/choice.cpp wxWindows/src/motif/dialog.cpp
  wxWindows/src/motif/filedlg.cpp wxWindows/src/motif/msgdlg.cpp
  wxWindows/src/motif/radiobox.cpp
  wxWindows/src/motif/radiobut.cpp
  wxWindows/src/motif/statbox.cpp
  wxWindows/src/motif/stattext.cpp
  wxWindows/src/motif/textctrl.cpp wxWindows/src/motif/utils.cpp
  wxWindows/src/motif/window.cpp

 More patches for VMS only

----------------------------------------------------------------------

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