]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoEnsure the wxVListBox gets the focus when it is clicked upon
Robin Dunn [Thu, 3 Feb 2005 22:41:08 +0000 (22:41 +0000)] 
Ensure the wxVListBox gets the focus when it is clicked upon

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

19 years agoShorten key names, add some tooltips
Robin Dunn [Thu, 3 Feb 2005 22:38:20 +0000 (22:38 +0000)] 
Shorten key names, add some tooltips

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

19 years agofix for read-only combobox
Robin Dunn [Thu, 3 Feb 2005 22:37:08 +0000 (22:37 +0000)] 
fix for read-only combobox

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

19 years agoAttempt to display the unicode character if running a unicode build
Robin Dunn [Thu, 3 Feb 2005 22:36:38 +0000 (22:36 +0000)] 
Attempt to display the unicode character if running a unicode build

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

19 years ago Automatically disable wxDialupManager for wxMac and wxCocoa,
Mattia Barbon [Thu, 3 Feb 2005 22:34:54 +0000 (22:34 +0000)] 
  Automatically disable wxDialupManager for wxMac and wxCocoa,
skip dialup sample if wxDialupManager is disabled.

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

19 years ago Compilation fix for wxUSE_STACKWALKER == 0.
Mattia Barbon [Thu, 3 Feb 2005 22:26:44 +0000 (22:26 +0000)] 
  Compilation fix for wxUSE_STACKWALKER == 0.

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

19 years ago wxX11 linking fix.
Mattia Barbon [Thu, 3 Feb 2005 22:18:18 +0000 (22:18 +0000)] 
  wxX11 linking fix.

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

19 years ago Motif compilation fix.
Mattia Barbon [Thu, 3 Feb 2005 22:14:24 +0000 (22:14 +0000)] 
  Motif compilation fix.

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

19 years agoInclude the size of any window borders (size vs. clientsize
Robin Dunn [Thu, 3 Feb 2005 22:11:43 +0000 (22:11 +0000)] 
Include the size of any window borders (size vs. clientsize
differences) in the window's bestsize

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

19 years agoPatch [ 1114647 ] Mouse wheel support for wxVScrolledWindow
Robin Dunn [Thu, 3 Feb 2005 19:18:59 +0000 (19:18 +0000)] 
Patch [ 1114647 ] Mouse wheel support for wxVScrolledWindow

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

19 years agoSelected --> IsSelected
Robin Dunn [Thu, 3 Feb 2005 19:12:57 +0000 (19:12 +0000)] 
Selected --> IsSelected

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

19 years agoDisable wxMediaCtrl for WinCE
Julian Smart [Thu, 3 Feb 2005 15:29:09 +0000 (15:29 +0000)] 
Disable wxMediaCtrl for WinCE

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

19 years ago Fix for listbox problem, when created on invisible
Robert Roebling [Thu, 3 Feb 2005 15:28:14 +0000 (15:28 +0000)] 
  Fix for listbox problem, when created on invisible
    window. Shown in wxWizard sample.

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

19 years ago Fixed missing key down events (probably introduced
Robert Roebling [Thu, 3 Feb 2005 13:33:36 +0000 (13:33 +0000)] 
  Fixed missing key down events (probably introduced
   by IM patch.)

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

19 years agoadd commands to make non-existent directories when done first time
Chris Elliott [Thu, 3 Feb 2005 12:56:25 +0000 (12:56 +0000)] 
add commands to make non-existent directories when done first time

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

19 years ago Committed Raise()Lower() fix.
Robert Roebling [Thu, 3 Feb 2005 12:52:38 +0000 (12:52 +0000)] 
  Committed Raise()Lower() fix.
  Committed second part for Input Methode character fix.

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

19 years ago Blind fix for Compilo.
Robert Roebling [Thu, 3 Feb 2005 12:30:18 +0000 (12:30 +0000)] 
  Blind fix for Compilo.

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

19 years agoCreateMovieControl change for wxMediaCtrl on OSX 10.2 and up
Ryan Norton [Thu, 3 Feb 2005 11:11:36 +0000 (11:11 +0000)] 
CreateMovieControl change for wxMediaCtrl on OSX 10.2 and up

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

19 years agocomment out unused stuff for warning fixing
Ryan Norton [Thu, 3 Feb 2005 09:55:38 +0000 (09:55 +0000)] 
comment out unused stuff for warning fixing

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

19 years agoCorrection to previous fix
Julian Smart [Thu, 3 Feb 2005 09:54:02 +0000 (09:54 +0000)] 
Correction to previous fix

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

19 years agofix pointer conversion warnings on OSX 10.2
Ryan Norton [Thu, 3 Feb 2005 09:52:40 +0000 (09:52 +0000)] 
fix pointer conversion warnings on OSX 10.2

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

19 years agoFix for GCC compilation
Julian Smart [Thu, 3 Feb 2005 09:45:32 +0000 (09:45 +0000)] 
Fix for GCC compilation

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

19 years agoAvoid name clash with wx.App.OnExit
Robin Dunn [Thu, 3 Feb 2005 03:09:17 +0000 (03:09 +0000)] 
Avoid name clash with wx.App.OnExit

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

19 years agoAdd ability to copy the event log to the clipboard
Robin Dunn [Thu, 3 Feb 2005 03:08:37 +0000 (03:08 +0000)] 
Add ability to copy the event log to the clipboard

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

19 years agoreSWIGged
Robin Dunn [Wed, 2 Feb 2005 22:55:18 +0000 (22:55 +0000)] 
reSWIGged

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

19 years agomisc
Robin Dunn [Wed, 2 Feb 2005 22:36:36 +0000 (22:36 +0000)] 
misc

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

19 years agoAll the demo samples return a panel now, no need to cater for frames
Robin Dunn [Wed, 2 Feb 2005 22:35:27 +0000 (22:35 +0000)] 
All the demo samples return a panel now, no need to cater for frames
or dialogs.

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

19 years agoSome new def's, parameters, methods, etc. resulting from recent changes
Robin Dunn [Wed, 2 Feb 2005 22:34:07 +0000 (22:34 +0000)] 
Some new def's, parameters, methods, etc. resulting from recent changes

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

19 years agomove check for compilers not supporting SEH to wx/chkconf.h
Vadim Zeitlin [Wed, 2 Feb 2005 17:46:20 +0000 (17:46 +0000)] 
move check for compilers not supporting SEH to wx/chkconf.h

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

19 years agoBuffer Overflow error corrected - SF patch #1110550
George Tasker [Wed, 2 Feb 2005 14:49:55 +0000 (14:49 +0000)] 
Buffer Overflow error corrected - SF patch #1110550

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

19 years agoUnicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non...
George Tasker [Wed, 2 Feb 2005 14:38:05 +0000 (14:38 +0000)] 
Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds
Buffer overrun fix

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

19 years agoBuffer overrun fix
George Tasker [Wed, 2 Feb 2005 14:37:42 +0000 (14:37 +0000)] 
Buffer overrun fix

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

19 years agoUnicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non...
George Tasker [Wed, 2 Feb 2005 14:37:16 +0000 (14:37 +0000)] 
Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds
Removed old commented out code that is not needed (cleanup)

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

19 years agoLast .empty() string source cleaning before 2.5.4.
Włodzimierz Skiba [Wed, 2 Feb 2005 13:57:02 +0000 (13:57 +0000)] 
Last .empty() string source cleaning before 2.5.4.

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

19 years agoinvalidate cache when RefreshLine[s]() is called
Vadim Zeitlin [Wed, 2 Feb 2005 11:08:48 +0000 (11:08 +0000)] 
invalidate cache when RefreshLine[s]() is called

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

19 years agoFlags for wxStaticText alignment. Destroying of the control. Internal minor reorganiz...
Włodzimierz Skiba [Wed, 2 Feb 2005 07:02:50 +0000 (07:02 +0000)] 
Flags for wxStaticText alignment. Destroying of the control. Internal minor reorganization.

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

19 years agoadded test for items updating and some comments
Vadim Zeitlin [Wed, 2 Feb 2005 00:11:52 +0000 (00:11 +0000)] 
added test for items updating and some comments

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

19 years agoinvalidate cache when RefreshLine[s]() is called
Vadim Zeitlin [Wed, 2 Feb 2005 00:09:59 +0000 (00:09 +0000)] 
invalidate cache when RefreshLine[s]() is called

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

19 years agostubs for wxUSE_DBGHELP == 0
Vadim Zeitlin [Tue, 1 Feb 2005 21:37:07 +0000 (21:37 +0000)] 
stubs for wxUSE_DBGHELP == 0

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

19 years agoMinGW warning fixes. Source cleaning. Stock items.
Włodzimierz Skiba [Tue, 1 Feb 2005 20:44:06 +0000 (20:44 +0000)] 
MinGW warning fixes. Source cleaning. Stock items.

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

19 years agoMinGW warning fixes. Source cleaning.
Włodzimierz Skiba [Tue, 1 Feb 2005 20:37:14 +0000 (20:37 +0000)] 
MinGW warning fixes. Source cleaning.

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

19 years agoMinGW warning fixes.
Włodzimierz Skiba [Tue, 1 Feb 2005 20:34:39 +0000 (20:34 +0000)] 
MinGW warning fixes.

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

19 years agoAs small as possible reorganization within wxDateTime to please PCH in DLL build...
Włodzimierz Skiba [Tue, 1 Feb 2005 19:54:43 +0000 (19:54 +0000)] 
As small as possible reorganization within wxDateTime to please PCH in DLL build under Borland.

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

19 years ago.empty() string cleaning.
Włodzimierz Skiba [Tue, 1 Feb 2005 19:37:36 +0000 (19:37 +0000)] 
.empty() string cleaning.

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

19 years agowxR?_USE_CHECKBOX style for wxPalmOS.
Włodzimierz Skiba [Tue, 1 Feb 2005 18:36:34 +0000 (18:36 +0000)] 
wxR?_USE_CHECKBOX style for wxPalmOS.

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

19 years agoReadable style name.
Włodzimierz Skiba [Tue, 1 Feb 2005 15:10:59 +0000 (15:10 +0000)] 
Readable style name.

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

19 years agoset wxUSE_CRASHREPORT and wxUSE_STACKWALKER to 0 as well, and not only wxUSE_ON_FATAL...
Vadim Zeitlin [Tue, 1 Feb 2005 11:59:21 +0000 (11:59 +0000)] 
set wxUSE_CRASHREPORT and wxUSE_STACKWALKER to 0 as well, and not only wxUSE_ON_FATAL_EXCEPTION, if the compiler doesn't support SEH

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

19 years ago(harmless) warning fix
Vadim Zeitlin [Tue, 1 Feb 2005 11:53:37 +0000 (11:53 +0000)] 
(harmless) warning fix

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

19 years agoFurther cleaning of the wxPalmOS radiobox code. Sending update event from slider...
Włodzimierz Skiba [Tue, 1 Feb 2005 09:58:58 +0000 (09:58 +0000)] 
Further cleaning of the wxPalmOS radiobox code. Sending update event from slider. New styles for wxRadioBox and wxRadioButton for using alternative appearance of the control.

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

19 years ago Committing in .
Jouk Jansen [Tue, 1 Feb 2005 07:30:54 +0000 (07:30 +0000)] 
 Committing in .

 Update configuration of wxX11 for OpenVMS

 Modified Files:
  wxWidgets/setup.h_vms
 ----------------------------------------------------------------------

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

19 years agocompilation fix for last commit
Vadim Zeitlin [Tue, 1 Feb 2005 01:20:52 +0000 (01:20 +0000)] 
compilation fix for last commit

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

19 years agofix for losing time information (if present) when converting datetime (fixed patch...
Vadim Zeitlin [Mon, 31 Jan 2005 23:57:25 +0000 (23:57 +0000)] 
fix for losing time information (if present) when converting datetime (fixed patch 1113307)

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

19 years ago- use CreateWindowEx(), please explain why CreateWindow() is needed if it is
Vadim Zeitlin [Mon, 31 Jan 2005 23:45:52 +0000 (23:45 +0000)] 
- use CreateWindowEx(), please explain why CreateWindow() is needed if it is
- use window name if it has no title (patch 1106877)
- corrected error message when window creation fails

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

19 years agodefine WXMAKINGDLL_GL if WXMAKINGDLL (patch 1106875)
Vadim Zeitlin [Mon, 31 Jan 2005 22:36:05 +0000 (22:36 +0000)] 
define WXMAKINGDLL_GL if WXMAKINGDLL (patch 1106875)

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

19 years agoreset m_currentView in wxDocManager::Clear() (patch 1106872)
Vadim Zeitlin [Mon, 31 Jan 2005 22:34:38 +0000 (22:34 +0000)] 
reset m_currentView in wxDocManager::Clear() (patch 1106872)

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

19 years agofixes for animated GIFs playing (patch 1097003)
Vadim Zeitlin [Mon, 31 Jan 2005 22:21:11 +0000 (22:21 +0000)] 
fixes for animated GIFs playing (patch 1097003)

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

19 years agoenclose zip arguments in quotes, fixes behaviour for paths which contain spaces ...
Vadim Zeitlin [Mon, 31 Jan 2005 22:17:18 +0000 (22:17 +0000)] 
enclose zip arguments in quotes, fixes behaviour for paths which contain spaces (fixed patch 1092970)

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

19 years agoapparently unneeded temporary iterator variable removed (patch 1096066)
Vadim Zeitlin [Mon, 31 Jan 2005 22:15:11 +0000 (22:15 +0000)] 
apparently unneeded temporary iterator variable removed (patch 1096066)

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

19 years agoreplaced a weird (and wrong when wxUSE_STL == 1) test for string being empty with...
Vadim Zeitlin [Mon, 31 Jan 2005 22:08:33 +0000 (22:08 +0000)] 
replaced a weird (and wrong when wxUSE_STL == 1) test for string being empty with empty() call (patch 1089458)

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

19 years agoLocate command, etc.
Roman Rolinsky [Mon, 31 Jan 2005 19:57:50 +0000 (19:57 +0000)] 
Locate command, etc.

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

19 years agoBatch of changes:
Roman Rolinsky [Mon, 31 Jan 2005 19:49:04 +0000 (19:49 +0000)] 
Batch of changes:

  - converting relative paths to absolute to compensate chdir
  - added Locate command (Edit menu)
  - Notebook children are highlighted correctly (at least on wxGTK 2.5.3)

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

19 years agoEnhanced stock labels usage. Source cleaning.
Włodzimierz Skiba [Mon, 31 Jan 2005 18:18:18 +0000 (18:18 +0000)] 
Enhanced stock labels usage. Source cleaning.

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

19 years ago Changed note that enter/leave events ARE supported
Robert Roebling [Mon, 31 Jan 2005 18:04:21 +0000 (18:04 +0000)] 
  Changed note that enter/leave events ARE supported
    natively under Windows.

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

19 years agoEnhanced stock labels usage. Source cleaning.
Włodzimierz Skiba [Mon, 31 Jan 2005 18:02:36 +0000 (18:02 +0000)] 
Enhanced stock labels usage. Source cleaning.

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

19 years ago Correct link prob.
Robert Roebling [Mon, 31 Jan 2005 17:59:35 +0000 (17:59 +0000)] 
  Correct link prob.

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

19 years agoEnhanced wxGetStockLabel() with parameters which replace platform specific #ifdefs...
Włodzimierz Skiba [Mon, 31 Jan 2005 17:57:35 +0000 (17:57 +0000)] 
Enhanced wxGetStockLabel() with parameters which replace platform specific #ifdefs for wxPalmOS and wxWinCE and better serve for getting consistent wxMenuItem and wxToolBar labels (with documentation).

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

19 years ago Set state of internal thread object upon ::Exit
Robert Roebling [Mon, 31 Jan 2005 17:55:20 +0000 (17:55 +0000)] 
  Set state of internal thread object upon ::Exit
    to EXITED. This is consistent with MSW and
    fixes a crash with double deletion.

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

19 years agofixed the checked flag value for events from check items in popup menus (patch 107901...
Vadim Zeitlin [Mon, 31 Jan 2005 15:11:10 +0000 (15:11 +0000)] 
fixed the checked flag value for events from check items in popup menus (patch 1079015; closes bug 1071598)

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

19 years agoNative wxStaticText. Cleaning of wxRadioBox code before native implementation. Events...
Włodzimierz Skiba [Mon, 31 Jan 2005 08:04:44 +0000 (08:04 +0000)] 
Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code).

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

19 years agofixed bug in Set() on DST days (patch 1097811)
Vadim Zeitlin [Mon, 31 Jan 2005 01:39:54 +0000 (01:39 +0000)] 
fixed bug in Set() on DST days (patch 1097811)

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

19 years agoadded test for the DST bug (patch 1097811)
Vadim Zeitlin [Mon, 31 Jan 2005 01:36:28 +0000 (01:36 +0000)] 
added test for the DST bug (patch 1097811)

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

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