]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoadded a few more UTF-[78] tests
Vadim Zeitlin [Mon, 31 Jan 2005 01:14:53 +0000 (01:14 +0000)] 
added a few more UTF-[78] tests

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

19 years agoMultiByteToWideChar(CP_UTF7, MB_ERR_INVALID_CHARS, ...) fails, so don't use MB_ERR_IN...
Vadim Zeitlin [Mon, 31 Jan 2005 01:13:04 +0000 (01:13 +0000)] 
MultiByteToWideChar(CP_UTF7, MB_ERR_INVALID_CHARS, ...) fails, so don't use MB_ERR_INVALID_CHARS for UTF7 for now (even if it means that ill-formed UTF7 is not detected)

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

19 years agoadded small UTF 8 conversion test case
Vadim Zeitlin [Mon, 31 Jan 2005 00:31:47 +0000 (00:31 +0000)] 
added small UTF 8 conversion test case

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

19 years agoClean up indentation / tabs from previous patch
Kevin Hock [Sun, 30 Jan 2005 22:51:21 +0000 (22:51 +0000)] 
Clean up indentation / tabs from previous patch

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

19 years agoClean up indentation / tabs from previous patch
Kevin Hock [Sun, 30 Jan 2005 22:45:40 +0000 (22:45 +0000)] 
Clean up indentation / tabs from previous patch

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

19 years ago Applied selection patch from G.R.
Robert Roebling [Sun, 30 Jan 2005 21:51:02 +0000 (21:51 +0000)] 
  Applied selection patch from G.R.

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

19 years agoFixed problem with incorrect panel background on OS X.
Kevin Ollivier [Sun, 30 Jan 2005 21:30:38 +0000 (21:30 +0000)] 
Fixed problem with incorrect panel background on OS X.

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

19 years agoAdded support for wxID_CONTEXT_HELP to wxStdDialogButtonSizer.
Kevin Ollivier [Sun, 30 Jan 2005 20:56:43 +0000 (20:56 +0000)] 
Added support for wxID_CONTEXT_HELP to wxStdDialogButtonSizer.

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

19 years agoFixed a long-standing issue where wxSlider controls with a hardcoded size would mispl...
Kevin Ollivier [Sun, 30 Jan 2005 20:10:41 +0000 (20:10 +0000)] 
Fixed a long-standing issue where wxSlider controls with a hardcoded size would misplace their labels behind the slider control.

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

19 years agouse custom class which doesn't redraw everything on resize instead of SysTabCtl32...
Vadim Zeitlin [Sun, 30 Jan 2005 16:59:04 +0000 (16:59 +0000)] 
use custom class which doesn't redraw everything on resize instead of SysTabCtl32 to fix flicker when resizing (modified patch 1107148)

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

19 years agoadded ClassRegistrar (wraps Register/UnregisterClass Win32 API calls)
Vadim Zeitlin [Sun, 30 Jan 2005 16:57:57 +0000 (16:57 +0000)] 
added ClassRegistrar (wraps Register/UnregisterClass Win32 API calls)

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

19 years agoadded eraseBg argument to RefreshRect() too
Vadim Zeitlin [Sun, 30 Jan 2005 16:56:15 +0000 (16:56 +0000)] 
added eraseBg argument to RefreshRect() too

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

19 years agodon't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW style (patch 1107460)
Vadim Zeitlin [Sun, 30 Jan 2005 15:45:37 +0000 (15:45 +0000)] 
don't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW style (patch 1107460)

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

19 years agomoved Begin/EndDeferWindowPos() calls to WM_SIZE handler itself, don't use WM_WINDOWP...
Vadim Zeitlin [Sun, 30 Jan 2005 15:39:05 +0000 (15:39 +0000)] 
moved Begin/EndDeferWindowPos() calls to WM_SIZE handler itself, don't use WM_WINDOWPOSCHANGING/ED as they sometimes don't come in pairs (slightly modified patch 1107147)

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

19 years agofixed typo in last commit
Vadim Zeitlin [Sun, 30 Jan 2005 15:01:32 +0000 (15:01 +0000)] 
fixed typo in last commit

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

19 years ago Use wxEXEC_NODISABLE while querying CUPS about printers.
Robert Roebling [Sun, 30 Jan 2005 14:56:21 +0000 (14:56 +0000)] 
 Use wxEXEC_NODISABLE while querying CUPS about printers.

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

19 years ago Documented SetItemDropEffect
Robert Roebling [Sun, 30 Jan 2005 14:23:30 +0000 (14:23 +0000)] 
 Documented SetItemDropEffect

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

19 years ago I changed something, but I forgot what.
Robert Roebling [Sun, 30 Jan 2005 13:04:05 +0000 (13:04 +0000)] 
  I changed something, but I forgot what.

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

19 years ago Applied popup patch for deleting the handlers
Robert Roebling [Sun, 30 Jan 2005 12:49:00 +0000 (12:49 +0000)] 
 Applied popup patch for deleting the handlers
   correctly.

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

19 years ago Applied IM patch.
Robert Roebling [Sun, 30 Jan 2005 12:47:14 +0000 (12:47 +0000)] 
  Applied IM patch.

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

19 years ago Commited SetHilightDropEffect patch.
Robert Roebling [Sun, 30 Jan 2005 12:44:50 +0000 (12:44 +0000)] 
  Commited SetHilightDropEffect patch.

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

19 years agoMake list consistent with tree in terms of Vetoed changes closing the inline edit...
Kevin Hock [Sat, 29 Jan 2005 23:52:55 +0000 (23:52 +0000)] 
Make list consistent with tree in terms of Vetoed changes closing the inline edit and right-clicking on an item selecting it [patch 1110252]

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

19 years agodo reset m_count to 0 after deleting all the items in the control (was broken by...
Vadim Zeitlin [Sat, 29 Jan 2005 21:26:25 +0000 (21:26 +0000)] 
do reset m_count to 0 after deleting all the items in the control (was broken by last commit)

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

19 years ago(blind) compilation fixes for OS X 10.2
Vadim Zeitlin [Sat, 29 Jan 2005 21:19:52 +0000 (21:19 +0000)] 
(blind) compilation fixes for OS X 10.2

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

19 years agodon't run the thread if its creation failed
Vadim Zeitlin [Sat, 29 Jan 2005 20:49:14 +0000 (20:49 +0000)] 
don't run the thread if its creation failed

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

19 years agomove FixMath include into non darwin part
Stefan Csomor [Sat, 29 Jan 2005 20:04:03 +0000 (20:04 +0000)] 
move FixMath include into non darwin part

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

19 years ago One more place where we need to use connect_after
Robert Roebling [Sat, 29 Jan 2005 12:02:35 +0000 (12:02 +0000)] 
  One more place where we need to use connect_after
    in order not to confuse GTK+. This fixes the
    wxTreeCtrl crash.

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

19 years ago Removed trailing semicolons.
Robert Roebling [Sat, 29 Jan 2005 11:41:40 +0000 (11:41 +0000)] 
  Removed trailing semicolons.

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

19 years ago Tried to restore wxPopupTransientWindow functionality
Robert Roebling [Sat, 29 Jan 2005 11:32:46 +0000 (11:32 +0000)] 
  Tried to restore wxPopupTransientWindow functionality
    under GTK+.

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

19 years agowxMac has wxSound::Stop now
Robin Dunn [Sat, 29 Jan 2005 01:32:48 +0000 (01:32 +0000)] 
wxMac has wxSound::Stop now

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

19 years agoreSWIGged
Robin Dunn [Sat, 29 Jan 2005 01:30:42 +0000 (01:30 +0000)] 
reSWIGged

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

19 years agoDon't use the parent's defered sizing handle if the window in question
Robin Dunn [Sat, 29 Jan 2005 01:24:40 +0000 (01:24 +0000)] 
Don't use the parent's defered sizing handle if the window in question
is a top-level window

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

19 years agoSome little demo tweaks
Robin Dunn [Sat, 29 Jan 2005 01:17:02 +0000 (01:17 +0000)] 
Some little demo tweaks

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

19 years agolog IsEditCancelled too
Robin Dunn [Sat, 29 Jan 2005 01:15:43 +0000 (01:15 +0000)] 
log IsEditCancelled too

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

19 years agowxSL_* labels moved to a different module
Robin Dunn [Sat, 29 Jan 2005 01:14:08 +0000 (01:14 +0000)] 
wxSL_* labels moved to a different module

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

19 years agoAllow wxCustomDataObject ctor to be able to take the format name
Robin Dunn [Sat, 29 Jan 2005 01:13:07 +0000 (01:13 +0000)] 
Allow wxCustomDataObject ctor to be able to take the format name
string directly and to automatically make the wxDataFormat from it.

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

19 years agoAdded some alternate constructors for the data classes
Robin Dunn [Sat, 29 Jan 2005 01:09:45 +0000 (01:09 +0000)] 
Added some alternate constructors for the data classes

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

19 years agoChange the name
Robin Dunn [Sat, 29 Jan 2005 01:08:53 +0000 (01:08 +0000)] 
Change the name

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

19 years agoSome TODO notes
Robin Dunn [Sat, 29 Jan 2005 01:08:29 +0000 (01:08 +0000)] 
Some TODO notes

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

19 years agoDocstring fixes
Robin Dunn [Sat, 29 Jan 2005 01:07:46 +0000 (01:07 +0000)] 
Docstring fixes

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

19 years agoCall CalculatePaperSizeFromId when SetPrintData or the assignment
Robin Dunn [Sat, 29 Jan 2005 01:06:10 +0000 (01:06 +0000)] 
Call CalculatePaperSizeFromId when SetPrintData or the assignment
operator is used.

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

19 years agoUse wxTRANSPARENT_BRUSH so the rectangles around the text is not
Robin Dunn [Sat, 29 Jan 2005 01:04:54 +0000 (01:04 +0000)] 
Use wxTRANSPARENT_BRUSH so the rectangles around the text is not
filled in.

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

19 years agoPatch #1111679
Robin Dunn [Sat, 29 Jan 2005 01:03:07 +0000 (01:03 +0000)] 
Patch #1111679

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

19 years agoDon't fail assertion about image size mismatch if the size hasn't been
Robin Dunn [Sat, 29 Jan 2005 01:00:01 +0000 (01:00 +0000)] 
Don't fail assertion about image size mismatch if the size hasn't been
set yet.  If the size hasn't been set then set it when the first image
is added.

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

19 years agofixed wxUSE_CONFIG_NATIVE after setup.h changes
Václav Slavík [Sat, 29 Jan 2005 00:53:51 +0000 (00:53 +0000)] 
fixed wxUSE_CONFIG_NATIVE after setup.h changes

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

19 years agoadded wx-lib template for building static libs (no linking)
Václav Slavík [Fri, 28 Jan 2005 22:25:08 +0000 (22:25 +0000)] 
added wx-lib template for building static libs (no linking)

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

19 years agofixed linking against 3rd party libs in Unicode build
Václav Slavík [Fri, 28 Jan 2005 22:11:00 +0000 (22:11 +0000)] 
fixed linking against 3rd party libs in Unicode build

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

19 years agoWarning fix.
Włodzimierz Skiba [Fri, 28 Jan 2005 20:56:09 +0000 (20:56 +0000)] 
Warning fix.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Fri, 28 Jan 2005 20:54:28 +0000 (20:54 +0000)] 
Warning fixes.

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

19 years agoClose tree edit even if the change is vetoed to be consistent with MSW [patch 1110252]
Kevin Hock [Fri, 28 Jan 2005 19:01:40 +0000 (19:01 +0000)] 
Close tree edit even if the change is vetoed to be consistent with MSW [patch 1110252]

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

19 years agowxEVT_MOUSEWHEEL is always defined, no #if needed
Robin Dunn [Fri, 28 Jan 2005 16:38:06 +0000 (16:38 +0000)] 
wxEVT_MOUSEWHEEL is always defined, no #if needed

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

19 years agoUse stock labels. Native wxRadioButton. Getting position and size for the controls...
Włodzimierz Skiba [Fri, 28 Jan 2005 10:58:13 +0000 (10:58 +0000)] 
Use stock labels. Native wxRadioButton. Getting position and size for the controls. Getting size for wxTLW. Default size and position for wxButton according to l&f guidelines. Removed wxUSE_CTL3D from wxPalmOS port. Better font for controls.

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

19 years agoCoreGraphics dev
Stefan Csomor [Fri, 28 Jan 2005 05:47:01 +0000 (05:47 +0000)] 
CoreGraphics dev

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

19 years agoFixMath fix
Stefan Csomor [Fri, 28 Jan 2005 05:40:55 +0000 (05:40 +0000)] 
FixMath fix

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

19 years agoDo not modify selection if right-click is on a selected item [patch 1111174]
Kevin Hock [Fri, 28 Jan 2005 03:41:01 +0000 (03:41 +0000)] 
Do not modify selection if right-click is on a selected item [patch 1111174]

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

19 years agoadded bakefile presets for creation of user makefiles
Václav Slavík [Thu, 27 Jan 2005 22:47:37 +0000 (22:47 +0000)] 
added bakefile presets for creation of user makefiles

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

19 years agoATSUStyle taken from font
Stefan Csomor [Thu, 27 Jan 2005 21:43:06 +0000 (21:43 +0000)] 
ATSUStyle taken from font

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

19 years agoMac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at...
Kevin Hock [Thu, 27 Jan 2005 21:20:42 +0000 (21:20 +0000)] 
Mac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at the top rather than the bottom (use wxSL_INVERSE to orient in Mac-native way).

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

19 years agoAdd support for wxSL_INVERSE flag. Also uses new inverse logic to make Mac vertical...
Kevin Hock [Thu, 27 Jan 2005 21:18:47 +0000 (21:18 +0000)] 
Add support for wxSL_INVERSE flag. Also uses new inverse logic to make Mac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at the top rather than the bottom (use wxSL_INVERSE to orient in Mac-native way).

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

19 years agopragma , precomp support
Stefan Csomor [Thu, 27 Jan 2005 21:10:44 +0000 (21:10 +0000)] 
pragma , precomp support

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

19 years agoATSU Support in font extended
Stefan Csomor [Thu, 27 Jan 2005 21:09:20 +0000 (21:09 +0000)] 
ATSU Support in font extended

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

19 years agopragma and prec-header patch applied
Stefan Csomor [Thu, 27 Jan 2005 21:05:47 +0000 (21:05 +0000)] 
pragma and prec-header patch applied

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

19 years agoWarning fix.
Włodzimierz Skiba [Thu, 27 Jan 2005 20:20:45 +0000 (20:20 +0000)] 
Warning fix.

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

19 years agoGet/SetValue() and other improvements to the native PalmOS controls.
Włodzimierz Skiba [Thu, 27 Jan 2005 11:01:06 +0000 (11:01 +0000)] 
Get/SetValue() and other improvements to the native PalmOS controls.

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

19 years agopragma and prec-header patch applied
Stefan Csomor [Thu, 27 Jan 2005 11:00:32 +0000 (11:00 +0000)] 
pragma and prec-header patch applied

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

19 years agostoring ATSU style in the font itself
Stefan Csomor [Thu, 27 Jan 2005 10:57:10 +0000 (10:57 +0000)] 
storing ATSU style in the font itself

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

19 years agoAdded wxUSE_MENUS_NATIVE wrapper around DoPopupMenu to match header
Kevin Hock [Wed, 26 Jan 2005 21:14:19 +0000 (21:14 +0000)] 
Added wxUSE_MENUS_NATIVE wrapper around DoPopupMenu to match header

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

19 years agoAllow unicode objects in wxPyDrawTextList
Robin Dunn [Wed, 26 Jan 2005 19:25:31 +0000 (19:25 +0000)] 
Allow unicode objects in wxPyDrawTextList

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

19 years agoFixed C++ comments.
Stefan Neis [Wed, 26 Jan 2005 16:19:36 +0000 (16:19 +0000)] 
Fixed C++ comments.

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

19 years agoCleanup for previous bug fix.
Stefan Neis [Wed, 26 Jan 2005 16:07:55 +0000 (16:07 +0000)] 
Cleanup for previous bug fix.

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

19 years agoFixed a compilation problem on AIX.
Stefan Neis [Wed, 26 Jan 2005 16:03:51 +0000 (16:03 +0000)] 
Fixed a compilation problem on AIX.

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

19 years ago Committing in .
Jouk Jansen [Wed, 26 Jan 2005 07:35:28 +0000 (07:35 +0000)] 
 Committing in .

 Update OpenVMS compile support

 Modified Files:
  wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms
  wxWidgets/src/generic/descrip.mms
  wxWidgets/src/unix/descrip.mms
 ----------------------------------------------------------------------

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

19 years agoSyntax fix.
Włodzimierz Skiba [Tue, 25 Jan 2005 15:59:24 +0000 (15:59 +0000)] 
Syntax fix.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Tue, 25 Jan 2005 15:49:14 +0000 (15:49 +0000)] 
Warning fixes.

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

19 years agofixed memory leak with client data when using DeleteAllItems() (bug 1107215)
Vadim Zeitlin [Tue, 25 Jan 2005 13:58:01 +0000 (13:58 +0000)] 
fixed memory leak with client data when using DeleteAllItems() (bug 1107215)

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

19 years agoTrackMouse DMC fix.
Włodzimierz Skiba [Tue, 25 Jan 2005 12:22:56 +0000 (12:22 +0000)] 
TrackMouse DMC fix.

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

19 years agocomment in C code fix
Włodzimierz Skiba [Tue, 25 Jan 2005 11:52:17 +0000 (11:52 +0000)] 
comment in C code fix

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

19 years agoSave dialog for printing. Source cleaning.
Włodzimierz Skiba [Tue, 25 Jan 2005 07:24:11 +0000 (07:24 +0000)] 
Save dialog for printing. Source cleaning.

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

19 years agowxButton, wxCheckBox, wxSlider, wxToggleButton native implementations for PalmOS.
Włodzimierz Skiba [Tue, 25 Jan 2005 06:55:10 +0000 (06:55 +0000)] 
wxButton, wxCheckBox, wxSlider, wxToggleButton native implementations for PalmOS.

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

19 years agoSource cleaning.
Włodzimierz Skiba [Mon, 24 Jan 2005 16:41:35 +0000 (16:41 +0000)] 
Source cleaning.

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

19 years agoDoc fixes
Julian Smart [Mon, 24 Jan 2005 16:37:28 +0000 (16:37 +0000)] 
Doc fixes

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

19 years agoCreate non-GUI log target until GUI logging is available, allows stderr messages...
Kevin Hock [Mon, 24 Jan 2005 14:45:46 +0000 (14:45 +0000)] 
Create non-GUI log target until GUI logging is available, allows stderr messages in non-Unicode builds when GTK fails to initialize (Patch 1017789)

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

19 years agofixed unreachable code warning (MSVC6)
Dimitri Schoolwerth [Mon, 24 Jan 2005 14:44:10 +0000 (14:44 +0000)] 
fixed unreachable code warning (MSVC6)

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

19 years agofixed unused param warning
Dimitri Schoolwerth [Mon, 24 Jan 2005 14:39:20 +0000 (14:39 +0000)] 
fixed unused param warning

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

19 years agoapplied patch #1044865 (fixes problem: "On Win2K, the month combobox's dropdown heigh...
Dimitri Schoolwerth [Mon, 24 Jan 2005 14:30:51 +0000 (14:30 +0000)] 
applied patch #1044865 (fixes problem: "On Win2K, the month combobox's dropdown height in the wxCalendar is only about 1 pixel")

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

19 years agoCode cleaning.
Włodzimierz Skiba [Mon, 24 Jan 2005 13:17:05 +0000 (13:17 +0000)] 
Code cleaning.

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

19 years agoUnicode markup.
Włodzimierz Skiba [Mon, 24 Jan 2005 11:16:42 +0000 (11:16 +0000)] 
Unicode markup.

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

19 years agoMissing include.
Włodzimierz Skiba [Mon, 24 Jan 2005 11:15:03 +0000 (11:15 +0000)] 
Missing include.

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

19 years agoAvoid hiding virtual wxWindow::IsEnabled() in wxMenuBar class.
Włodzimierz Skiba [Mon, 24 Jan 2005 11:14:09 +0000 (11:14 +0000)] 
Avoid hiding virtual wxWindow::IsEnabled() in wxMenuBar class.

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

19 years agoNative PalmOS wxControl and wxButton implementation. wxTLW without fixed size. Unused...
Włodzimierz Skiba [Mon, 24 Jan 2005 07:38:52 +0000 (07:38 +0000)] 
Native PalmOS wxControl and wxButton implementation. wxTLW without fixed size. Unused MSW code cleaning.

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

19 years agoNote about deprecating some wxSystemSettings members.
Włodzimierz Skiba [Mon, 24 Jan 2005 07:23:42 +0000 (07:23 +0000)] 
Note about deprecating some wxSystemSettings members.

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

19 years agoFixing notebook 'flashing' bug where the WebView would flash while not visible.
Kevin Ollivier [Mon, 24 Jan 2005 06:53:59 +0000 (06:53 +0000)] 
Fixing notebook 'flashing' bug where the WebView would flash while not visible.

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

19 years agoFor consistency between WMs and with MSW, TOOL_WINDOW explicilty includes NO_TASKBAR
Kevin Hock [Mon, 24 Jan 2005 05:08:42 +0000 (05:08 +0000)] 
For consistency between WMs and with MSW, TOOL_WINDOW explicilty includes NO_TASKBAR

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

19 years agoFor consistency between WMs and with MSW, TOOL_WINDOW explicitly includes NO_TASKBAR
Kevin Hock [Mon, 24 Jan 2005 05:07:50 +0000 (05:07 +0000)] 
For consistency between WMs and with MSW, TOOL_WINDOW explicitly includes NO_TASKBAR

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

19 years ago Forgot to commit sample testing update ui events
Robert Roebling [Sun, 23 Jan 2005 23:07:45 +0000 (23:07 +0000)] 
  Forgot to commit sample testing update ui events
    for wxTaskBarIcon.

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

19 years ago Enable UpdateUI events in wxTaskBarIcon.
Robert Roebling [Sun, 23 Jan 2005 22:39:03 +0000 (22:39 +0000)] 
  Enable UpdateUI events in wxTaskBarIcon.

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

19 years agoWe need to update the scrollbar even if it's not shown, otherwise it can get stuck...
Kevin Hock [Sun, 23 Jan 2005 22:16:36 +0000 (22:16 +0000)] 
We need to update the scrollbar even if it's not shown, otherwise it can get stuck in a scrolled down position when the scrollbar disappears (such as deleting all items in a list control or resizing). Patch 1102197 for bug 861063

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

19 years agoAdded inverse checkbox to test sliders with wxSL_INVERSE style
Kevin Hock [Sun, 23 Jan 2005 20:17:21 +0000 (20:17 +0000)] 
Added inverse checkbox to test sliders with wxSL_INVERSE style

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

19 years ago Applied patch for keyboard control in composite
Robert Roebling [Sun, 23 Jan 2005 18:44:19 +0000 (18:44 +0000)] 
  Applied patch for keyboard control in composite
    windows as discussed in patch 1102862.

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

19 years ago Fixed compilation for GTK 1.2
Robert Roebling [Sun, 23 Jan 2005 18:36:43 +0000 (18:36 +0000)] 
  Fixed compilation for GTK 1.2

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