]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years agomodified wxHtmlHelpFrame to use AssignImageList
Václav Slavík [Thu, 28 Sep 2000 22:18:47 +0000 (22:18 +0000)] 
modified wxHtmlHelpFrame to use AssignImageList

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

23 years agoadded event.Skip() to OnIdle() handler
Vadim Zeitlin [Thu, 28 Sep 2000 14:23:00 +0000 (14:23 +0000)] 
added event.Skip() to OnIdle() handler

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

23 years agoadded bitmaps to menu items
Václav Slavík [Wed, 27 Sep 2000 23:13:02 +0000 (23:13 +0000)] 
added bitmaps to menu items

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

23 years agodocumented wxMenuItem::SetBitmap
Václav Slavík [Wed, 27 Sep 2000 23:10:05 +0000 (23:10 +0000)] 
documented wxMenuItem::SetBitmap

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

23 years ago Committing in .
Jouk Jansen [Wed, 27 Sep 2000 11:32:03 +0000 (11:32 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/include/wx/motif/menuitem.h
 ----------------------------------------------------------------------

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

23 years agoupdated resources convertor
Václav Slavík [Tue, 26 Sep 2000 21:59:37 +0000 (21:59 +0000)] 
updated resources convertor

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

23 years agofixed bug in wxHtmlWindow: HistoryBack/Forward now correctly preserves last entry...
Václav Slavík [Tue, 26 Sep 2000 21:54:29 +0000 (21:54 +0000)] 
fixed bug in wxHtmlWindow: HistoryBack/Forward now correctly preserves last entry's scrolled position

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

23 years agoadded ability to read resources directly from wxXmlDocument to wxXmlResource
Václav Slavík [Tue, 26 Sep 2000 21:52:08 +0000 (21:52 +0000)] 
added ability to read resources directly from wxXmlDocument to wxXmlResource

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

23 years agoFiddled with wxFindWindowAtPoint to make it work with notebooks and static boxes
Julian Smart [Tue, 26 Sep 2000 15:36:12 +0000 (15:36 +0000)] 
Fiddled with wxFindWindowAtPoint to make it work with notebooks and static boxes

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

23 years agoRemoved assert complaining about out-focus without in-focus, because it happens a lot
Julian Smart [Tue, 26 Sep 2000 14:46:42 +0000 (14:46 +0000)] 
Removed assert complaining about out-focus without in-focus, because it happens a lot

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

23 years agofix from Robert
Vadim Zeitlin [Tue, 26 Sep 2000 13:54:47 +0000 (13:54 +0000)] 
fix from Robert

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

23 years ago Committing in .
Jouk Jansen [Tue, 26 Sep 2000 10:49:41 +0000 (10:49 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/descrip.mms wxWindows/src/common/filefn.cpp

 Filename problem on VMS fixed.
----------------------------------------------------------------------

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

23 years agowxPython changes for new and improved wxSTC
Robin Dunn [Tue, 26 Sep 2000 05:32:50 +0000 (05:32 +0000)] 
wxPython changes for new and improved wxSTC

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

23 years agonew and improved wxSTC
Robin Dunn [Tue, 26 Sep 2000 05:15:39 +0000 (05:15 +0000)] 
new and improved wxSTC

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

23 years agoEnabled context-sensitive help for wxRadioBox
Julian Smart [Mon, 25 Sep 2000 16:01:44 +0000 (16:01 +0000)] 
Enabled context-sensitive help for wxRadioBox

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

23 years agoAdded wxID_IGNORE
Julian Smart [Mon, 25 Sep 2000 14:26:56 +0000 (14:26 +0000)] 
Added wxID_IGNORE

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

23 years agoimplemented wxDisplaySizeMM for gtk, msw & motif.
Ron Lee [Mon, 25 Sep 2000 08:51:35 +0000 (08:51 +0000)] 
implemented wxDisplaySizeMM for gtk, msw & motif.
used wxDisplaySize and wxDisplaySizeMM to calculate real screen PPI in
wxPostScriptPrinter.
documented wxDisplaySize and wxDisplaySizeMM.

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

23 years agoremoved unneccesary (and unwanted) asserts
Ron Lee [Sun, 24 Sep 2000 15:25:57 +0000 (15:25 +0000)] 
removed unneccesary (and unwanted) asserts

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

23 years agomake contrib symlink relative to WXDIR
Ron Lee [Sun, 24 Sep 2000 15:24:10 +0000 (15:24 +0000)] 
make contrib symlink relative to WXDIR

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

23 years agowxCaret now uses backing store instead of forcing window refresh each time the
Vadim Zeitlin [Fri, 22 Sep 2000 22:44:34 +0000 (22:44 +0000)] 
wxCaret now uses backing store instead of forcing window refresh each time the
caret is hidden; the non blinking carets work too

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

23 years agoadded XML resources sample
Václav Slavík [Mon, 18 Sep 2000 20:01:54 +0000 (20:01 +0000)] 
added XML resources sample

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

23 years agoattempts to implement non blinking caret - failed so far
Vadim Zeitlin [Mon, 18 Sep 2000 19:06:35 +0000 (19:06 +0000)] 
attempts to implement non blinking caret - failed so far

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

23 years agogive frame a reasonable default size if none specified
Vadim Zeitlin [Mon, 18 Sep 2000 15:40:15 +0000 (15:40 +0000)] 
give frame a reasonable default size if none specified

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

23 years agoadded XML resources sample
Václav Slavík [Sun, 17 Sep 2000 19:20:16 +0000 (19:20 +0000)] 
added XML resources sample

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

23 years agoadded unknown widget support
Václav Slavík [Sun, 17 Sep 2000 19:19:18 +0000 (19:19 +0000)] 
added unknown widget support

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

23 years agoadded <bitmap> and <icon> resources
Václav Slavík [Sun, 17 Sep 2000 19:18:31 +0000 (19:18 +0000)] 
added <bitmap> and <icon> resources

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

23 years agoadded wxStaticLine handler
Václav Slavík [Sun, 17 Sep 2000 19:18:02 +0000 (19:18 +0000)] 
added wxStaticLine handler

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

23 years agodocumented EVT_LIST_ITEM_RIGHT_CLICK
Václav Slavík [Sun, 17 Sep 2000 19:17:55 +0000 (19:17 +0000)] 
documented EVT_LIST_ITEM_RIGHT_CLICK

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

23 years agoadded rc2xml and wxr2xml convertor (no makefiles yet)
Václav Slavík [Sun, 17 Sep 2000 19:17:13 +0000 (19:17 +0000)] 
added rc2xml and wxr2xml convertor (no makefiles yet)

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

23 years agoadded disabled, focus and selected to wxBitmapButton handler
Václav Slavík [Sun, 17 Sep 2000 19:16:22 +0000 (19:16 +0000)] 
added disabled, focus and selected to wxBitmapButton handler

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

23 years agoremoved bitmap scaling in bitmap button handler
Václav Slavík [Sun, 17 Sep 2000 19:16:13 +0000 (19:16 +0000)] 
removed bitmap scaling in bitmap button handler

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

23 years ago Set the m_isFrame flag corrcetly.
Robert Roebling [Sat, 16 Sep 2000 11:26:28 +0000 (11:26 +0000)] 
  Set the m_isFrame flag corrcetly.
  Typo.

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

23 years ago Minor corrections to new theme code.
Robert Roebling [Fri, 15 Sep 2000 16:51:07 +0000 (16:51 +0000)] 
  Minor corrections to new theme code.

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

23 years agoAdded Set/GetThemeEnabled and used this for determining whether to paint a theme
Julian Smart [Fri, 15 Sep 2000 13:15:37 +0000 (13:15 +0000)] 
Added Set/GetThemeEnabled and used this for determining whether to paint a theme
background.

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

23 years ago wxFrame's m_mainWidget didn't have themes.
Robert Roebling [Fri, 15 Sep 2000 11:49:39 +0000 (11:49 +0000)] 
  wxFrame's m_mainWidget didn't have themes.

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

23 years ago Notebook theme attampt.
Robert Roebling [Fri, 15 Sep 2000 11:13:06 +0000 (11:13 +0000)] 
  Notebook theme attampt.

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

23 years agoadded new controls
Václav Slavík [Thu, 14 Sep 2000 21:32:46 +0000 (21:32 +0000)] 
added new controls

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

23 years agoadded new controls: wxBitmapButton, wxCalendarCtrl, wxListCtrl, wxScrollBar, wxStatic...
Václav Slavík [Thu, 14 Sep 2000 21:32:23 +0000 (21:32 +0000)] 
added new controls: wxBitmapButton, wxCalendarCtrl, wxListCtrl, wxScrollBar, wxStaticBox, wxTreeCtrl

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

23 years ago Readded TrueType text.
Robert Roebling [Thu, 14 Sep 2000 13:02:34 +0000 (13:02 +0000)] 
  Readded TrueType text.

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

23 years ago Another theme fix.
Robert Roebling [Thu, 14 Sep 2000 09:23:12 +0000 (09:23 +0000)] 
  Another theme fix.

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

23 years ago More theme goodies.
Robert Roebling [Thu, 14 Sep 2000 09:08:18 +0000 (09:08 +0000)] 
  More theme goodies.

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

23 years ago Compilation fixes, bug fixes and streamlining in wxCanvas.
Robert Roebling [Thu, 14 Sep 2000 06:42:27 +0000 (06:42 +0000)] 
  Compilation fixes, bug fixes and streamlining in wxCanvas.

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

23 years ago wxListCtrl::InsertItem() returned wrong index.
Robert Roebling [Wed, 13 Sep 2000 20:03:27 +0000 (20:03 +0000)] 
  wxListCtrl::InsertItem() returned wrong index.

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

23 years agoadded polygon and polyline
Kevin Hock [Wed, 13 Sep 2000 19:58:09 +0000 (19:58 +0000)] 
added polygon and polyline

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

23 years ago Themed headers for wxListCtrl.
Robert Roebling [Wed, 13 Sep 2000 15:35:45 +0000 (15:35 +0000)] 
  Themed headers for wxListCtrl.

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

23 years ago1. wxFrame::IsIconized() fixed - seems to work
Vadim Zeitlin [Wed, 13 Sep 2000 12:25:42 +0000 (12:25 +0000)] 
1. wxFrame::IsIconized() fixed - seems to work
2. a couple of unused vars removed

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

23 years ago Did the unmap/map trick for wxFrame::IsIconized().
Robert Roebling [Wed, 13 Sep 2000 11:45:43 +0000 (11:45 +0000)] 
 Did the unmap/map trick for wxFrame::IsIconized().

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

23 years agoAdded accelerator to bitmap menu item
Julian Smart [Wed, 13 Sep 2000 11:34:15 +0000 (11:34 +0000)] 
Added accelerator to bitmap menu item

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

23 years agowxListMainWindow::HitTest no longer tests 'flags' which is garbage
Julian Smart [Wed, 13 Sep 2000 09:35:43 +0000 (09:35 +0000)] 
wxListMainWindow::HitTest no longer tests 'flags' which is garbage
at this point. HitTesting now working, hurrah!

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

23 years agowxTimer::Start() now calls Stop()
Vadim Zeitlin [Wed, 13 Sep 2000 09:04:48 +0000 (09:04 +0000)] 
wxTimer::Start() now calls Stop()

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

23 years ago First shot at wxBitmap based wxCanvas.
Robert Roebling [Wed, 13 Sep 2000 08:04:28 +0000 (08:04 +0000)] 
  First shot at wxBitmap based wxCanvas.

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

23 years agoattempt to fix crash in tree ctrl
Vadim Zeitlin [Tue, 12 Sep 2000 16:27:41 +0000 (16:27 +0000)] 
attempt to fix crash in tree ctrl

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

23 years agoAdded cshelp.txt
Julian Smart [Tue, 12 Sep 2000 15:48:06 +0000 (15:48 +0000)] 
Added cshelp.txt

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

23 years agoMinor mods
Julian Smart [Tue, 12 Sep 2000 15:47:20 +0000 (15:47 +0000)] 
Minor mods

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

23 years ago1. removed 'B' flag from treebase.cpp and regenerated the makefiles
Vadim Zeitlin [Tue, 12 Sep 2000 15:15:44 +0000 (15:15 +0000)] 
1. removed 'B' flag from treebase.cpp and regenerated the makefiles
2. fixed wxMemoryInputStream::Eof()

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

23 years agoAdded wxHelpControllerHelpProvider, added DisplayContextPopup, DisplayTextPopup
Julian Smart [Tue, 12 Sep 2000 14:53:39 +0000 (14:53 +0000)] 
Added wxHelpControllerHelpProvider, added DisplayContextPopup, DisplayTextPopup
to wxHelpControllerBase and wxCHMHelpController; updated sample

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

23 years ago Committing in .
Jouk Jansen [Tue, 12 Sep 2000 11:28:35 +0000 (11:28 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/descrip.mms wxWindows/src/common/descrip.mms
  wxWindows/src/generic/descrip.mms

 VMS compile update for new files and some new wxGTK samples
----------------------------------------------------------------------

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

23 years agofixed bug in mouse handling
Vadim Zeitlin [Tue, 12 Sep 2000 08:29:02 +0000 (08:29 +0000)] 
fixed bug in mouse handling

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

23 years ago Corrcted accel keys for bitmap menus.
Robert Roebling [Tue, 12 Sep 2000 08:18:03 +0000 (08:18 +0000)] 
  Corrcted accel keys for bitmap menus.

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

23 years ago Added test for bitmap menu.
Robert Roebling [Tue, 12 Sep 2000 08:17:23 +0000 (08:17 +0000)] 
  Added test for bitmap menu.

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

23 years ago Added experim. support for wxFRAME_TOOL_WIN
Robert Roebling [Mon, 11 Sep 2000 17:12:38 +0000 (17:12 +0000)] 
  Added experim. support for wxFRAME_TOOL_WIN

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

23 years ago Tiny patch for wxListCtrl::HitTest(). I didn't
Robert Roebling [Mon, 11 Sep 2000 16:28:34 +0000 (16:28 +0000)] 
  Tiny patch for wxListCtrl::HitTest(). I didn't
    even test if it compiles, oh dear.

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

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