]>
git.saurik.com Git - wxWidgets.git/log
Michael Wetherell [Mon, 1 Aug 2005 16:38:35 +0000 (16:38 +0000)]
Set default size and position for top level windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35049
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Mon, 1 Aug 2005 15:39:46 +0000 (15:39 +0000)]
Mostly cosmetical preprocessor check modifications to last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35048
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Mon, 1 Aug 2005 15:36:18 +0000 (15:36 +0000)]
[
1222406 ] Fix for BadMatch X errors with wxGLCanvas under wxGTK - Nathan Cournia.
Modified to not break compilation pre-gtk2.2. Older gtk+ versions than 2.2 probably still need a workaround to
the original problem (the code is identical to them than before). Alas, I've never been able to reproduce the
problem. Testing appreciated.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35047
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 1 Aug 2005 06:06:13 +0000 (06:06 +0000)]
correcting condition: only interfere in the non-native case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35046
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 1 Aug 2005 01:07:28 +0000 (01:07 +0000)]
don't crash when showing vert toolbar when horz one is not shown
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35045
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 31 Jul 2005 19:00:54 +0000 (19:00 +0000)]
don't call SetSize when creating the 2nd toolbar, this just results in unnecessary flicker
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35044
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 31 Jul 2005 18:58:39 +0000 (18:58 +0000)]
account for client area origin when returning pending position from DoGetPosition()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35043
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 31 Jul 2005 18:32:04 +0000 (18:32 +0000)]
applied patch
1216005 : message and new NavDirDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35042
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 31 Jul 2005 17:54:58 +0000 (17:54 +0000)]
applied patch
1223806 : unicode for tabs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35041
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 31 Jul 2005 17:32:06 +0000 (17:32 +0000)]
mouse-capture fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35040
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 31 Jul 2005 17:06:57 +0000 (17:06 +0000)]
adding 'select all' semantics
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35039
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 31 Jul 2005 16:36:38 +0000 (16:36 +0000)]
fixing names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35038
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 31 Jul 2005 15:42:03 +0000 (15:42 +0000)]
regenerated after adding sound.rc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35037
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 31 Jul 2005 13:03:47 +0000 (13:03 +0000)]
Correctly calculate ClientSize when using native
toolbars.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35036
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sun, 31 Jul 2005 09:42:16 +0000 (09:42 +0000)]
Allow displaying Japanese character with wxMotif/ANSI under a
Japanese EUC-JP locale:
- add a #define (wxMOTIF_NEW_FONT_HANDLING) defaulting to
off
- factor the code for getting text extents in a central
wxGetTextExtent function
- when the new font handling is enabled load a fontset instead of
a single font. For non-Japanese locales this should load a fontset
containing a single font.
- on a Japanese locale set the default point size to 15: the Japanese
fonts I have are much more readable like this.
- do not set the wordwrap property for multiline wxTextCtrl with
OpenMotif 2.1, otherwise it crashes when text is added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35035
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 31 Jul 2005 09:22:29 +0000 (09:22 +0000)]
defaulting to small style (24x24), and correcting the cut-off decision to be at > 24 instead of >16
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35034
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sun, 31 Jul 2005 07:31:33 +0000 (07:31 +0000)]
Use accessors for wxObject members.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35033
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sat, 30 Jul 2005 23:15:52 +0000 (23:15 +0000)]
Defer deletion of wxFontsManager and MGL_exit until after the modules have been cleaned up
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35032
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sat, 30 Jul 2005 23:12:51 +0000 (23:12 +0000)]
Disable wxDataObject for MGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35031
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Sat, 30 Jul 2005 23:08:40 +0000 (23:08 +0000)]
Temporary fix for missing ;;
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35030
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Sat, 30 Jul 2005 20:48:49 +0000 (20:48 +0000)]
Only compile PopupWindow if corresponding define is set.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35029
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 30 Jul 2005 17:32:49 +0000 (17:32 +0000)]
Avoid crash when wxGUIAppTraits::GetToolkitInfo is called too
early.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35027
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 30 Jul 2005 17:26:06 +0000 (17:26 +0000)]
Return the correct encoding for X font spec construction
under Japanese locale.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35026
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 30 Jul 2005 17:24:32 +0000 (17:24 +0000)]
Initialize Xt locale handling.
Set the correct default font encoding on startup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35025
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 30 Jul 2005 17:22:50 +0000 (17:22 +0000)]
Fix indentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35024
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 30 Jul 2005 17:17:32 +0000 (17:17 +0000)]
Make wxBase compiled for wxMotif compatible with wxbase compiled
with all the other Unix-ish ports. Thanks to Ian Brown for nagging
about this.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35023
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 30 Jul 2005 17:14:29 +0000 (17:14 +0000)]
Add configure check for Lesstif, to be used by following
patches.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35022
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 30 Jul 2005 17:11:49 +0000 (17:11 +0000)]
Move per display data cleanup to wxApp::CleanUp where it belongs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35021
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 30 Jul 2005 17:09:56 +0000 (17:09 +0000)]
Align initial size handling with other ports.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35020
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 30 Jul 2005 17:07:18 +0000 (17:07 +0000)]
Remove unused headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35019
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 30 Jul 2005 12:48:40 +0000 (12:48 +0000)]
moved MSW-specific stuff to wx/msw/chkconf.h, this also means that MSW-specific checks are not done for WinCE build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35018
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 30 Jul 2005 12:46:11 +0000 (12:46 +0000)]
define wxUSE_UNICODE_MSLU as 0 unconditionally, CE doesn't support nor need MSLU
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35017
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 30 Jul 2005 11:55:41 +0000 (11:55 +0000)]
assert -> wxASSERT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35016
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 30 Jul 2005 11:51:07 +0000 (11:51 +0000)]
Define wxUSE_UNICODE_MSLU or chkconf.h complains
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35015
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 30 Jul 2005 10:32:12 +0000 (10:32 +0000)]
further wxABI_VERSION fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35014
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 30 Jul 2005 00:36:33 +0000 (00:36 +0000)]
wxUSE_UNICODE_MSLU is MSW-specific so shouldn't be in setup_inc.h: removed and regenerated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35013
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 30 Jul 2005 00:34:05 +0000 (00:34 +0000)]
forcefully disable wxUSE_STACKWALKER
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35012
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 30 Jul 2005 00:29:41 +0000 (00:29 +0000)]
updated the script to deal with licensing information added to wx/setup_inc.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35011
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 30 Jul 2005 00:22:40 +0000 (00:22 +0000)]
oops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35010
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 30 Jul 2005 00:17:24 +0000 (00:17 +0000)]
define wxUSE_MSLU=1 in compiler flags if MSLU=1 was given in the make flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35009
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 30 Jul 2005 00:02:55 +0000 (00:02 +0000)]
return pending position/size if any, not the current one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35008
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 30 Jul 2005 00:01:51 +0000 (00:01 +0000)]
replaced wxMoveWindowDeferred() with wxWindow::DoMoveSibling()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35007
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 23:25:08 +0000 (23:25 +0000)]
take border into account in best size calculations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35006
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 23:01:56 +0000 (23:01 +0000)]
decreased text limit which we consider to be set by user (and not built in the control) to 10001 which is less than default 30000
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35005
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 22:28:02 +0000 (22:28 +0000)]
use ReadLine() instead of GetLine() which sometimes hangs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35004
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 22:27:13 +0000 (22:27 +0000)]
added wxDynamicLibrary::GetSymbolAorW()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35003
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 19:44:17 +0000 (19:44 +0000)]
compilation fix for IBM xlC (closes
1230392 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35002
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 29 Jul 2005 19:19:31 +0000 (19:19 +0000)]
OW/Borland/MinGW warnings. Missing headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35001
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 29 Jul 2005 18:44:49 +0000 (18:44 +0000)]
Fixed doubled header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35000
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 29 Jul 2005 18:41:58 +0000 (18:41 +0000)]
Fix (workaround?) for rpmspec.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34999
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 29 Jul 2005 18:36:45 +0000 (18:36 +0000)]
Fix (workaround?) for rpmspec.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34998
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 18:21:32 +0000 (18:21 +0000)]
xlC needs -qunique under AIX only, at least it doesn't accept it at all under Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34997
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 29 Jul 2005 16:44:00 +0000 (16:44 +0000)]
Correct wxGTK.spec again after bakefiling.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34996
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 29 Jul 2005 16:37:38 +0000 (16:37 +0000)]
respect styles during creation as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34995
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Fri, 29 Jul 2005 15:58:36 +0000 (15:58 +0000)]
Whitespace fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34994
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 14:15:26 +0000 (14:15 +0000)]
don't crash in Get() if there is no wxApp (closes
1236514 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34993
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 14:06:27 +0000 (14:06 +0000)]
async playback and object lifetime remarks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34992
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 13:59:35 +0000 (13:59 +0000)]
added test for playing sound from memory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34991
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 13:43:55 +0000 (13:43 +0000)]
added Stop test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34990
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Fri, 29 Jul 2005 13:41:49 +0000 (13:41 +0000)]
wxMDIChildFrame::DetachMenuBar() to fix SF bug
1232271
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34989
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Fri, 29 Jul 2005 13:20:17 +0000 (13:20 +0000)]
Do not try to expand the root node in SetWindowStyle if the root node hasn't been created yet [ bug
1247413 ]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34988
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 13:19:32 +0000 (13:19 +0000)]
refactoring in preparation for further changes: moved data in a private struct, let Windows load resources instead of doing it ourselves, use GlobalPtr[Lock] classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34987
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 12:48:06 +0000 (12:48 +0000)]
fixed id values to be more standard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34986
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 12:47:02 +0000 (12:47 +0000)]
added http://www.wxwidgets.org/bincompat.html link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34985
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 12:35:10 +0000 (12:35 +0000)]
added test for playing Windows resources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34984
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 12:18:17 +0000 (12:18 +0000)]
added GlobalPtr: GlobalAlloc/Free() wrapper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34983
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Fri, 29 Jul 2005 11:32:27 +0000 (11:32 +0000)]
fix for VC (also ok with Borland and DMC)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34982
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 29 Jul 2005 11:17:28 +0000 (11:17 +0000)]
renamed GlobalPtr to GlobalPtrLock
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34981
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Fri, 29 Jul 2005 10:10:42 +0000 (10:10 +0000)]
Use *wxTopLevelWindowGTK*RequestUserAttention*; because *int* isn't the case always in the name mangling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34980
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Fri, 29 Jul 2005 10:03:56 +0000 (10:03 +0000)]
wxABI_VERSION guard for wxTopLevelWindowGTK::RequestUserAttention(int)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34979
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Fri, 29 Jul 2005 09:56:25 +0000 (09:56 +0000)]
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34978
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Hock [Fri, 29 Jul 2005 05:19:50 +0000 (05:19 +0000)]
Fixed label positions for horizontal slider [ modified patch
1102150 ], fixed value label position for vertical slider, added logic in constructor for choosing vertical or horizontal based on LEFT/RIGHT/TOP/BOTTOM etc. copied from MSW; without this, the widgets sample slider tab can't show the vertical slider because using LEFT or RIGHT doesn't cause the slider to go vertical.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34977
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 29 Jul 2005 04:45:17 +0000 (04:45 +0000)]
added intl.h for contextmenu
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34976
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Fri, 29 Jul 2005 00:13:34 +0000 (00:13 +0000)]
slight CPP logic fix in my wxTLW::RequestUserAttention code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34975
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 23:56:57 +0000 (23:56 +0000)]
many improvements/bug fixes to media control: new wxEVT_MEDIA_LOADED event, new methods taking URIs, new DirectShow implementation, significant sample improvements (patch
1233613 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34974
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Thu, 28 Jul 2005 23:32:42 +0000 (23:32 +0000)]
wxGTK: Implemented wxTLW::RequestUserAttention()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34973
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 23:23:27 +0000 (23:23 +0000)]
missing dll decl stuff and members initialization in ctor (patch
1211900 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34972
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 23:09:26 +0000 (23:09 +0000)]
clarifications about MRU menu workings (patch
1221797 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34971
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 23:01:36 +0000 (23:01 +0000)]
don't reserve space in the header for the column image if there is none (patch
1225522 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34970
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 22:50:34 +0000 (22:50 +0000)]
added wxImage::RotateHue() and RGB <-> HSV conversions (patch
1227108 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34969
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 22:28:32 +0000 (22:28 +0000)]
mention VC8 support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34968
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 22:27:43 +0000 (22:27 +0000)]
don't include shlwapi.h as it might be not available (modified patch
1228033 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34967
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 22:20:06 +0000 (22:20 +0000)]
Ctrl+mouse wheel changes zoom factor in print preview (patch
1230919 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34966
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 22:08:31 +0000 (22:08 +0000)]
removed USE_SHARED_LIBRARY mentions (and all variations in spelling) (patch
1231184 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34965
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 22:03:40 +0000 (22:03 +0000)]
ShowFullScreen() shows the window if it was still hidden (modified patch
1231514 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34964
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 21:52:50 +0000 (21:52 +0000)]
moved wxURL::ConvertToValidURI() and other methods from uri.cpp to url.cpp so that they're exported from net DLL as needed (patch
1233765 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34963
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 21:49:26 +0000 (21:49 +0000)]
fix for wxLongLong division test (patch
1233771 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34962
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 21:38:46 +0000 (21:38 +0000)]
corrected event type for standalone scrollbars (patch
1240385 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34961
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 21:28:05 +0000 (21:28 +0000)]
document wxDb::ExecSql() 3 params overload (patch
1240839 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34960
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 21:25:00 +0000 (21:25 +0000)]
Ryan's binary compatibility technote (patch
1242898 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34959
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 21:23:50 +0000 (21:23 +0000)]
added wxABI_VERSION check around newly added function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34958
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 21:15:53 +0000 (21:15 +0000)]
don't log error if connection has been already terminated in HangUp() (patch
1243184 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34957
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 21:02:18 +0000 (21:02 +0000)]
typo (patch
1246614 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34956
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 21:00:46 +0000 (21:00 +0000)]
added wxZipFSHandler::Cleanup() (modified patch
1213615 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34955
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 28 Jul 2005 18:45:54 +0000 (18:45 +0000)]
Baked again without '-b wx.bkl' to fully update autoconf_inc.m4 and regenerated configure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34954
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 28 Jul 2005 17:48:31 +0000 (17:48 +0000)]
Regenerate using autoconf/bakefile.m4 from bakefile CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34953
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 28 Jul 2005 16:16:35 +0000 (16:16 +0000)]
Rebaked with patched bakefile 0.1.9.1, ran aclocal and autoconf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34952
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 28 Jul 2005 14:52:30 +0000 (14:52 +0000)]
Corrected DSW files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34951
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 28 Jul 2005 14:02:55 +0000 (14:02 +0000)]
disabled wxStackWalker and wxCrashReport for Win64
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34950
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 28 Jul 2005 13:43:49 +0000 (13:43 +0000)]
lowercase bools
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34949
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775