]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
20 years agoadded wxStaticCast, moved wxConstCast from wx/object.h to wx/defs.h for consistency
Vadim Zeitlin [Tue, 10 Feb 2004 22:11:14 +0000 (22:11 +0000)] 
added wxStaticCast, moved wxConstCast from wx/object.h to wx/defs.h for consistency

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

20 years agoadded HAVE_STATIC_CAST
Vadim Zeitlin [Tue, 10 Feb 2004 21:49:22 +0000 (21:49 +0000)] 
added HAVE_STATIC_CAST

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

20 years agocompilation fix for wxUSE_LOG == 0 (part of patch 843206)
Vadim Zeitlin [Tue, 10 Feb 2004 21:16:58 +0000 (21:16 +0000)] 
compilation fix for wxUSE_LOG == 0 (part of patch 843206)

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

20 years agorestored defaults in switchs removed in the last commit
Vadim Zeitlin [Tue, 10 Feb 2004 19:30:20 +0000 (19:30 +0000)] 
restored defaults in switchs removed in the last commit

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

20 years agoimplemented SelectItem(item, bool); UnselectItem() and ToggleItemSelection()
Vadim Zeitlin [Tue, 10 Feb 2004 19:14:41 +0000 (19:14 +0000)] 
implemented SelectItem(item, bool); UnselectItem() and ToggleItemSelection()

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

20 years agoadded base array of size_t as under Win64 size_t > long
Vadim Zeitlin [Tue, 10 Feb 2004 19:11:31 +0000 (19:11 +0000)] 
added base array of size_t as under Win64 size_t > long

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

20 years agoadded wxTreeCtrl::UnselectItem() and ToggleItemSelection() (includes patch 832281)
Vadim Zeitlin [Tue, 10 Feb 2004 18:58:27 +0000 (18:58 +0000)] 
added wxTreeCtrl::UnselectItem() and ToggleItemSelection() (includes patch 832281)

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

20 years agoadded auto check count as otherwise calling EnableAutoCheck() twice in a row resulted...
Vadim Zeitlin [Tue, 10 Feb 2004 18:21:36 +0000 (18:21 +0000)] 
added auto check count as otherwise calling EnableAutoCheck() twice in a row resulted in problems

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

20 years agobecause some sash code draws whether the window is visible or not, the easiest thing...
Stefan Csomor [Tue, 10 Feb 2004 17:29:48 +0000 (17:29 +0000)] 
because some sash code draws whether the window is visible or not, the easiest thing is to make the MacGetVisibleRegion return an empty region for this case, so the wxDC is always entirely clipped

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

20 years agofix for non-unicode DMC builds
Chris Elliott [Tue, 10 Feb 2004 15:04:30 +0000 (15:04 +0000)] 
fix for non-unicode DMC builds

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

20 years ago Committing in .
Jouk Jansen [Tue, 10 Feb 2004 14:57:37 +0000 (14:57 +0000)] 
 Committing in .

 Updating OpenVMS compile support

 Modified Files:
  wxWindows/descrip.mms wxWindows/setup.h_vms
 ----------------------------------------------------------------------

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

20 years agofixed the value returned by GetSize()
Vadim Zeitlin [Tue, 10 Feb 2004 14:41:06 +0000 (14:41 +0000)] 
fixed the value returned by GetSize()

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

20 years agocompiles under win64
Vadim Zeitlin [Tue, 10 Feb 2004 13:03:19 +0000 (13:03 +0000)] 
compiles under win64

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

20 years agopart of Ictrl -> Iscntrl change I forgot to commit (not important, anyhow)
Vadim Zeitlin [Tue, 10 Feb 2004 13:02:59 +0000 (13:02 +0000)] 
part of Ictrl -> Iscntrl change I forgot to commit (not important, anyhow)

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

20 years agoWin64 compilation fixes
Vadim Zeitlin [Tue, 10 Feb 2004 13:02:51 +0000 (13:02 +0000)] 
Win64 compilation fixes

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

20 years agoWin64 compilation fixes: use wxUIntPtr instead of long
Vadim Zeitlin [Tue, 10 Feb 2004 12:58:23 +0000 (12:58 +0000)] 
Win64 compilation fixes: use wxUIntPtr instead of long

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

20 years agoWin64 compilation fixes: define SIZEOF_SIZE_T, added wxUIntPtr
Vadim Zeitlin [Tue, 10 Feb 2004 12:58:08 +0000 (12:58 +0000)] 
Win64 compilation fixes: define SIZEOF_SIZE_T, added wxUIntPtr

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

20 years agoadded base array of size_t as under Win64 size_t > long
Vadim Zeitlin [Tue, 10 Feb 2004 12:57:11 +0000 (12:57 +0000)] 
added base array of size_t as under Win64 size_t > long

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

20 years agoadded wxGet/SetWindowProc/UserData()
Vadim Zeitlin [Tue, 10 Feb 2004 12:56:25 +0000 (12:56 +0000)] 
added wxGet/SetWindowProc/UserData()

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

20 years agofixed samples compilation when using configure and mingw (missing include for windres)
Václav Slavík [Tue, 10 Feb 2004 11:19:46 +0000 (11:19 +0000)] 
fixed samples compilation when using configure and mingw (missing include for windres)

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

20 years agouse generic samples icon
Václav Slavík [Tue, 10 Feb 2004 09:28:04 +0000 (09:28 +0000)] 
use generic samples icon

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

20 years agodon't just drop click events resulting from triple clicks
Vadim Zeitlin [Mon, 9 Feb 2004 23:28:13 +0000 (23:28 +0000)] 
don't just drop click events resulting from triple clicks

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

20 years agono changes, simply added a comment
Vadim Zeitlin [Mon, 9 Feb 2004 23:20:04 +0000 (23:20 +0000)] 
no changes, simply added a comment

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

20 years agosize combobox/choices properly initially by considering the length of the strings...
Vadim Zeitlin [Mon, 9 Feb 2004 23:19:31 +0000 (23:19 +0000)] 
size combobox/choices properly initially by considering the length of the strings specified in the ctor/Create() (bug 893380)

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

20 years agouse correct name for the icon
Vadim Zeitlin [Mon, 9 Feb 2004 23:01:44 +0000 (23:01 +0000)] 
use correct name for the icon

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

20 years agodon't assert when creating an initially empty wxCB_READONLY combobox
Vadim Zeitlin [Mon, 9 Feb 2004 22:30:47 +0000 (22:30 +0000)] 
don't assert when creating an initially empty wxCB_READONLY combobox

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

20 years agomultiline checkbox doesn't make sense for listbook
Vadim Zeitlin [Mon, 9 Feb 2004 22:04:14 +0000 (22:04 +0000)] 
multiline checkbox doesn't make sense for listbook

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

20 years agowxUSE_VC_CRTDBG needs to be dependent on wxUSE_MEMORY_TRACING too
Robin Dunn [Mon, 9 Feb 2004 22:00:36 +0000 (22:00 +0000)] 
wxUSE_VC_CRTDBG needs to be dependent on wxUSE_MEMORY_TRACING too

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

20 years agoChanged no-remap to msw.remap
Julian Smart [Mon, 9 Feb 2004 21:44:57 +0000 (21:44 +0000)] 
Changed no-remap to msw.remap

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

20 years agowxUniv compilation fix after last commit
Vadim Zeitlin [Mon, 9 Feb 2004 21:41:23 +0000 (21:41 +0000)] 
wxUniv compilation fix after last commit

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

20 years agoApplied WinCE fix, though data file still not found
Julian Smart [Mon, 9 Feb 2004 21:37:32 +0000 (21:37 +0000)] 
Applied WinCE fix, though data file still not found

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

20 years agoApplied patch #885752: "wxPoem less MSW specific + cleanup".
Dimitri Schoolwerth [Mon, 9 Feb 2004 20:01:55 +0000 (20:01 +0000)] 
Applied patch #885752: "wxPoem less MSW specific + cleanup".

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

20 years agoDocumented no-remap
Julian Smart [Mon, 9 Feb 2004 16:14:38 +0000 (16:14 +0000)] 
Documented no-remap

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

20 years agoDocumented tbar95.cpp backports
Julian Smart [Mon, 9 Feb 2004 16:04:06 +0000 (16:04 +0000)] 
Documented tbar95.cpp backports

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

20 years agoAdded no-remap system option so colourful toolbar buttons
Julian Smart [Mon, 9 Feb 2004 16:02:28 +0000 (16:02 +0000)] 
Added no-remap system option so colourful toolbar buttons
aren't mangled
Toolbar buttons are now centred if the bitmap size is smaller
than the specified default size

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

20 years agoFix needed for free MS SDK
Julian Smart [Mon, 9 Feb 2004 16:00:54 +0000 (16:00 +0000)] 
Fix needed for free MS SDK

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

20 years agoMinGW warnings fixed; TRUE/FALSE cleanup.
Dimitri Schoolwerth [Mon, 9 Feb 2004 12:06:55 +0000 (12:06 +0000)] 
MinGW warnings fixed; TRUE/FALSE cleanup.

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

20 years agoDo not try to set the proper position if creating a window with a NULL parent.
David Elliott [Mon, 9 Feb 2004 05:12:38 +0000 (05:12 +0000)] 
Do not try to set the proper position if creating a window with a NULL parent.

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

20 years agoImplement right mouse down/dragged/up
David Elliott [Mon, 9 Feb 2004 05:01:23 +0000 (05:01 +0000)] 
Implement right mouse down/dragged/up

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

20 years agoWhen destroying the window, only remove it from its Cocoa parent if
David Elliott [Mon, 9 Feb 2004 04:44:30 +0000 (04:44 +0000)] 
When destroying the window, only remove it from its Cocoa parent if
the Cocoa window for its wxWindows parent is its Cocoa parent.

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

20 years agoDon't close dialogs in ~wxDialog as it just hides other problems
David Elliott [Mon, 9 Feb 2004 03:46:14 +0000 (03:46 +0000)] 
Don't close dialogs in ~wxDialog as it just hides other problems

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

20 years agowxBitmap::GetNSImage(): Added trace messages. Release maskImage.
David Elliott [Mon, 9 Feb 2004 03:27:47 +0000 (03:27 +0000)] 
wxBitmap::GetNSImage(): Added trace messages.  Release maskImage.
wxMask_CreateFromBitmapData(): Don't clobber byte past the end of dest buffer.

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

20 years agoshell.autoCompleteAutoHide added with default of True.
Patrick K. O'Brien [Mon, 9 Feb 2004 02:53:13 +0000 (02:53 +0000)] 
shell.autoCompleteAutoHide added with default of True.

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

20 years agoFixed Unicode breakage
Julian Smart [Sun, 8 Feb 2004 23:22:01 +0000 (23:22 +0000)] 
Fixed Unicode breakage

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

20 years ago Fix redraw problem in multiple selection listctrl.
Robert Roebling [Sun, 8 Feb 2004 23:17:49 +0000 (23:17 +0000)] 
 Fix redraw problem in multiple selection listctrl.

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

20 years ago Improvements for splitter sash hack. GTK2 look
Robert Roebling [Sun, 8 Feb 2004 23:00:53 +0000 (23:00 +0000)] 
  Improvements for splitter sash hack. GTK2 look
    good now, GTK1.2 jumps two pixels for some
    reason.

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

20 years agoScript install-sh wants a '-c' parameter, otherwise it 'moves' the header
Stefan Neis [Sun, 8 Feb 2004 22:54:05 +0000 (22:54 +0000)] 
Script install-sh wants a '-c' parameter, otherwise it 'moves' the header
        files instead of copying them.

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

20 years agoadded WC_NO_BEST_FIT_CHARS
Vadim Zeitlin [Sun, 8 Feb 2004 22:09:13 +0000 (22:09 +0000)] 
added WC_NO_BEST_FIT_CHARS

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

20 years agoresolving conflicts in files I had forgot to commit (sorry)
Vadim Zeitlin [Sun, 8 Feb 2004 22:04:51 +0000 (22:04 +0000)] 
resolving conflicts in files I had forgot to commit (sorry)

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

20 years agoSpacing corrections
Julian Smart [Sun, 8 Feb 2004 22:01:36 +0000 (22:01 +0000)] 
Spacing corrections

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

20 years agoFixed problem with Calltip tab not refreshing properly on Windows.
Patrick K. O'Brien [Sun, 8 Feb 2004 21:48:07 +0000 (21:48 +0000)] 
Fixed problem with Calltip tab not refreshing properly on Windows.

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

20 years agoFixed relative paths to lib/.
Dimitri Schoolwerth [Sun, 8 Feb 2004 21:39:56 +0000 (21:39 +0000)] 
Fixed relative paths to lib/.

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

20 years agoNew versions
Julian Smart [Sun, 8 Feb 2004 21:37:57 +0000 (21:37 +0000)] 
New versions

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

20 years ago Corrected redrawing of sash when resizing
Robert Roebling [Sun, 8 Feb 2004 20:58:05 +0000 (20:58 +0000)] 
  Corrected redrawing of sash when resizing
    the columns. No longer any ghost line.

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

20 years ago Draw listctrls's headers right for themes.
Robert Roebling [Sun, 8 Feb 2004 20:37:28 +0000 (20:37 +0000)] 
  Draw listctrls's headers right for themes.

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

20 years ago Correctly center lables vertically.
Robert Roebling [Sun, 8 Feb 2004 20:36:09 +0000 (20:36 +0000)] 
 Correctly center lables vertically.

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

20 years ago0 -> 0u to keep gcc happy
Julian Smart [Sun, 8 Feb 2004 20:33:07 +0000 (20:33 +0000)] 
0 -> 0u to keep gcc happy

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

20 years agoAdded missing MSWGetStyle prototype
Julian Smart [Sun, 8 Feb 2004 20:01:16 +0000 (20:01 +0000)] 
Added missing MSWGetStyle prototype

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

20 years agowx2msPenStyle forward declaration required
Julian Smart [Sun, 8 Feb 2004 19:37:47 +0000 (19:37 +0000)] 
wx2msPenStyle forward declaration required

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

20 years agoCosmetic changes.
Patrick K. O'Brien [Sun, 8 Feb 2004 19:28:51 +0000 (19:28 +0000)] 
Cosmetic changes.

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

20 years agoupdated the year
Vadim Zeitlin [Sun, 8 Feb 2004 18:58:31 +0000 (18:58 +0000)] 
updated the year

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

20 years agoadd line breaks in the base classes list
Vadim Zeitlin [Sun, 8 Feb 2004 18:56:27 +0000 (18:56 +0000)] 
add line breaks in the base classes list

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

20 years agomake it clear that the size returned by Fit() is window, not client, size
Vadim Zeitlin [Sun, 8 Feb 2004 18:56:07 +0000 (18:56 +0000)] 
make it clear that the size returned by Fit() is window, not client, size

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

20 years agowxBUFFER_DC_DEFAULT should be wxBUFFER_DC_OVERWRITE_BG, not PRESERVE
Vadim Zeitlin [Sun, 8 Feb 2004 18:54:04 +0000 (18:54 +0000)] 
wxBUFFER_DC_DEFAULT should be wxBUFFER_DC_OVERWRITE_BG, not PRESERVE

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

20 years agoMisc documentation fixes
Julian Smart [Sun, 8 Feb 2004 18:48:55 +0000 (18:48 +0000)] 
Misc documentation fixes

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

20 years agoAdded makefile for making documentation
Julian Smart [Sun, 8 Feb 2004 18:09:37 +0000 (18:09 +0000)] 
Added makefile for making documentation

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

20 years agoAdded Release Unicode DLL and Debug Unicode DLL (identical
Julian Smart [Sun, 8 Feb 2004 17:30:54 +0000 (17:30 +0000)] 
Added Release Unicode DLL and Debug Unicode DLL (identical
to non-DLL configurations) in order to get appropriate
regex configuration compiled when wxWindows is compiled via
wxWindows.dsw. Closes bug 877037.

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

20 years agoApplied and extended patch 886524 (wxGridCellFloatEditor doesn't
Stefan Neis [Sun, 8 Feb 2004 16:27:22 +0000 (16:27 +0000)] 
Applied and extended patch 886524 (wxGridCellFloatEditor doesn't
                                   accept '.' and '-').

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

20 years agodon't use char hook to handle Esc in the dialogs, it is too blunt and prevents us...
Vadim Zeitlin [Sun, 8 Feb 2004 16:20:02 +0000 (16:20 +0000)] 
don't use char hook to handle Esc in the dialogs, it is too blunt and prevents us from using it for the other purposes such as closing popup menus (bug 884713)

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

20 years agoFixed bug [ 849168 ] wxGenericDirCtrl missing wxPROPERTY_FLAGS section for RTTI
Julian Smart [Sun, 8 Feb 2004 16:13:12 +0000 (16:13 +0000)] 
Fixed bug [ 849168 ] wxGenericDirCtrl missing wxPROPERTY_FLAGS section for RTTI

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

20 years agoestimate size of multiline text controls more accurately (bug 873277)
Vadim Zeitlin [Sun, 8 Feb 2004 15:52:37 +0000 (15:52 +0000)] 
estimate size of multiline text controls more accurately (bug 873277)

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

20 years agoClosed doc bug [ 412032 ] wxGrid SetCellAlignment
Julian Smart [Sun, 8 Feb 2004 15:51:13 +0000 (15:51 +0000)] 
Closed doc bug [ 412032 ] wxGrid SetCellAlignment

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

20 years agoDocument deletion of all items in SetWindowStyleFlag for wxListCtrl
Julian Smart [Sun, 8 Feb 2004 15:40:55 +0000 (15:40 +0000)] 
Document deletion of all items in SetWindowStyleFlag for wxListCtrl

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

20 years agoFixed [ 855507 ] typo in wxFrame
Julian Smart [Sun, 8 Feb 2004 15:39:29 +0000 (15:39 +0000)] 
Fixed [ 855507 ] typo in wxFrame

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

20 years agofixed wxEVT_CONTEXT_MENU generation (it works differently under w2k/XP than under...
Vadim Zeitlin [Sun, 8 Feb 2004 15:38:54 +0000 (15:38 +0000)] 
fixed wxEVT_CONTEXT_MENU generation (it works differently under w2k/XP than under NT4 apparently...) (partly fixes bug 861510)

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

20 years agoFixed doc bug [ 871974 ] wxCursor(bits, ...) constructor misses fg and bg in doc
Julian Smart [Sun, 8 Feb 2004 15:34:16 +0000 (15:34 +0000)] 
Fixed doc bug [ 871974 ] wxCursor(bits, ...) constructor misses fg and bg in doc
Jay Berkenbilt

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

20 years agoas after recent change wxID_SEPARATOR is now -2, it is better for idMenuTitle to...
Vadim Zeitlin [Sun, 8 Feb 2004 15:29:41 +0000 (15:29 +0000)] 
as after recent change wxID_SEPARATOR is now -2, it is better for idMenuTitle to be different from -2 as otherwise we have separators instead of menu titles

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

20 years agodon't try O(N) actions in virtual view, this gives impression that the sample hangs...
Vadim Zeitlin [Sun, 8 Feb 2004 15:16:21 +0000 (15:16 +0000)] 
don't try O(N) actions in virtual view, this gives impression that the sample hangs (as in bug 857038)

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

20 years agoFixed [ 875952 ] Win32 wxListControl::FindItem documentation wrong
Julian Smart [Sun, 8 Feb 2004 15:13:44 +0000 (15:13 +0000)] 
Fixed [ 875952 ] Win32 wxListControl::FindItem documentation wrong

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

20 years agougly attempt to fix compilation for BCB 6 (bug 819700)
Vadim Zeitlin [Sun, 8 Feb 2004 15:06:29 +0000 (15:06 +0000)] 
ugly attempt to fix compilation for BCB 6 (bug 819700)

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

20 years agoFixed bug [ 865999 ] wxRETAINED windows appear blank on MSW.
Julian Smart [Sun, 8 Feb 2004 15:03:28 +0000 (15:03 +0000)] 
Fixed bug [ 865999 ] wxRETAINED windows appear blank on MSW.
wxRETAINED defined to 0 on non-Motif platforms to avoid
clash with wxPOPUP_WINDOW

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

20 years agofixed and documented GetItemText/BackgroundColour() (closes bug 812907)
Vadim Zeitlin [Sun, 8 Feb 2004 15:02:22 +0000 (15:02 +0000)] 
fixed and documented GetItemText/BackgroundColour() (closes bug 812907)

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

20 years agodon't call SelectObject() twice in SetBrush() nor SetFont() neither
Vadim Zeitlin [Sun, 8 Feb 2004 14:45:07 +0000 (14:45 +0000)] 
don't call SelectObject() twice in SetBrush() nor SetFont() neither

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

20 years agorenamed wxEventFixModule to wxWakeUpIdleModule; added error checking; slight code...
Vadim Zeitlin [Sun, 8 Feb 2004 14:38:35 +0000 (14:38 +0000)] 
renamed wxEventFixModule to wxWakeUpIdleModule; added error checking; slight code cleanup

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

20 years agoadded GetHbrush() and GetHbrushOf()
Vadim Zeitlin [Sun, 8 Feb 2004 14:27:56 +0000 (14:27 +0000)] 
added GetHbrush() and GetHbrushOf()

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

20 years agodon't call SelectObject() twice in SetPen() (slow!); don't do anything if setting...
Vadim Zeitlin [Sun, 8 Feb 2004 14:22:12 +0000 (14:22 +0000)] 
don't call SelectObject() twice in SetPen() (slow!); don't do anything if setting the same pen and handle errors betters (should fix bug 811415)

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

20 years agofixed operator=(), ==() and !=() for wxPen
Vadim Zeitlin [Sun, 8 Feb 2004 14:20:50 +0000 (14:20 +0000)] 
fixed operator=(), ==() and !=() for wxPen

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

20 years agofixed small bug in operator=() (comparing equal but not identical objects were not...
Vadim Zeitlin [Sun, 8 Feb 2004 14:07:35 +0000 (14:07 +0000)] 
fixed small bug in operator=() (comparing equal but not identical objects were not assigned though they should be)

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

20 years agoadded GetHpen() and GetHpenOf()
Vadim Zeitlin [Sun, 8 Feb 2004 13:54:43 +0000 (13:54 +0000)] 
added GetHpen() and GetHpenOf()

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

20 years agodefine WXMICROWIN_CHECK_HDC macro once instead of having #ifdefs for microwin everywhere
Vadim Zeitlin [Sun, 8 Feb 2004 13:40:08 +0000 (13:40 +0000)] 
define WXMICROWIN_CHECK_HDC macro once instead of having #ifdefs for microwin everywhere

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

20 years agouse wxBusyCursor class instead of wxBeginBusyCursor and several (mismatched and thus...
Vadim Zeitlin [Sun, 8 Feb 2004 13:30:23 +0000 (13:30 +0000)] 
use wxBusyCursor class instead of wxBeginBusyCursor and several (mismatched and thus provoking assert failures) wxEndCursors

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

20 years agoproper UTF32 / 16 conversions added
Stefan Csomor [Sun, 8 Feb 2004 13:24:35 +0000 (13:24 +0000)] 
proper UTF32 / 16 conversions added

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

20 years agowchar_t 4 bytes support added
Stefan Csomor [Sun, 8 Feb 2004 13:23:41 +0000 (13:23 +0000)] 
wchar_t 4 bytes support added

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

20 years agoredraw forced for size changes (layout for measuring is simpler than word-wrapping...
Stefan Csomor [Sun, 8 Feb 2004 13:22:53 +0000 (13:22 +0000)] 
redraw forced for size changes (layout for measuring is simpler than word-wrapping drawing code)

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

20 years agouse hard coded default size for top level windows instead of CW_USEDEFAULT: this...
Vadim Zeitlin [Sun, 8 Feb 2004 13:20:10 +0000 (13:20 +0000)] 
use hard coded default size for top level windows instead of CW_USEDEFAULT: this results in more decent default frame size and fixes initial wxMiniFrame size which used to be tiny 8*8 (and so fixes bug 817832)

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

20 years agoAdded wxTreeListCtrl: patch [ 883529 ] wxTreeListCltr
Julian Smart [Sun, 8 Feb 2004 13:02:01 +0000 (13:02 +0000)] 
Added wxTreeListCtrl: patch [ 883529 ] wxTreeListCltr
Otto Wyss

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

20 years agoMisc doc fixes
Julian Smart [Sun, 8 Feb 2004 12:45:37 +0000 (12:45 +0000)] 
Misc doc fixes

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

20 years agoApplied patch [ 892608 ] wxLogDialog + wxLogFrame: minor improvement for file saving
Julian Smart [Sun, 8 Feb 2004 12:43:41 +0000 (12:43 +0000)] 
Applied patch [ 892608 ] wxLogDialog + wxLogFrame: minor improvement for file saving
Christian Sturmlechner

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

20 years agoApplied patch [ 892543 ] wxUniversal: Bitmaps in disabled menu items
Julian Smart [Sun, 8 Feb 2004 12:38:31 +0000 (12:38 +0000)] 
Applied patch [ 892543 ] wxUniversal: Bitmaps in disabled menu items
Christian Sturmlechner

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

20 years agocorrected Sleep implementation (as clock() under Mach does only return our own passed...
Stefan Csomor [Sun, 8 Feb 2004 12:38:11 +0000 (12:38 +0000)] 
corrected Sleep implementation (as clock() under Mach does only return our own passed time)

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