Michael Wetherell
154a91dc33
Fixes for gtk1 separation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 18:50:34 +00:00
Julian Smart
b598ec915c
Only do sanity check if the stream is seekable, otherwise it'll always fail
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 18:12:47 +00:00
Vadim Zeitlin
1ac7660914
extracted wxFrame::MSWTranslateMessage() implementation into new MSWDoTranslateMessage so that it can be reused by wxMDIChildFrame; this allows to pass the correct window to ::TranslateAccelerator() and fix UI updating of the MDI child menu items (bug 1214439)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 16:38:07 +00:00
Vadim Zeitlin
a1a1ca8998
no real changes; just a very minor cleanup in wxFrame::MSWTranslateMessage()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 15:43:26 +00:00
Michael Wetherell
7e52dfd26d
gtk1 fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 14:29:29 +00:00
Jamie Gadd
5004c3adef
Improve extended key handling code readability.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 10:01:46 +00:00
David Surovell
7c2e5dec5a
cleanup - more reformatting
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 04:11:46 +00:00
Mart Raudsepp
3cbab64109
Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes to wx/gtk1.
...
57 files changed, 394 insertions(+), 6767 deletions(-)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-23 01:14:32 +00:00
Mart Raudsepp
9fa72bd2a6
Use g_signal* instead of deprecated gtk_signal*. Use proper casts for the arguments.
...
Worth norting from the GTK+ docs: "For future usage, direct use of the GSignal API is recommended, this avoids
significant performance hits where GtkArg structures have to be converted into GValues."
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 23:28:58 +00:00
David Surovell
ce61519034
applied patch 1411688
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 21:59:00 +00:00
David Surovell
dfea7acc19
cleanup - heavy reformatting
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 21:26:28 +00:00
Mart Raudsepp
68567a967b
Nuke GTK1 from src/gtk
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 20:29:17 +00:00
Roger Gammans
8fc856de1f
Fix bug [1297817] - applied suggested patch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 13:45:34 +00:00
Robert Roebling
7bc5ddc6e4
Applied MIME-types patch.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 13:22:56 +00:00
Jamie Gadd
413553cc60
Distinguish numpad extended keys. Fixes bug #1327720
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-22 05:04:31 +00:00
Robin Dunn
d6c09fee7c
Use wxSUBRELEASE_NUMBER for the file version, not wxBETA_NUMBER. Also
...
update copyright year
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 22:39:46 +00:00
Julian Smart
74aa825413
Typo fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 17:38:46 +00:00
Julian Smart
64c288fa47
Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set to 0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 16:47:30 +00:00
Julian Smart
14d776932c
Fix for [ 1351655 ] wxTextValidator::OnChar not working with numeric filter
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 15:13:00 +00:00
Julian Smart
f7f00d8a1d
Fix for bug [ 1351659 ] wxTextValidator::Validate not Unicode safe
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 15:09:20 +00:00
Julian Smart
cc5fb8a7cd
Applied patch [ 1409971 ] wxX11: fix for DoDrawBitmap() when scaling is set
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 14:45:47 +00:00
Stefan Csomor
58debe514f
adding new event loop implementation, removing aga.cpp (outdated)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 12:18:26 +00:00
Stefan Csomor
d25d7be8a7
adjust subbitmap mask code to new representation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 12:16:57 +00:00
Michael Wetherell
b5d09a5fb8
Remove wxGetOsDescription from MGL's utils, and add it to msdos's
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-21 01:34:42 +00:00
Stefan Csomor
487eedb8d8
using a dynamic cast to wxFrame in order to get the MenuBar correctly from the frontmost window
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 21:16:55 +00:00
David Surovell
be6068f6c3
fixed compilation errors in prior checkin; some minor cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 19:49:10 +00:00
Stefan Csomor
d059fe4a3c
Supporting a SetMenuBar call when this frame is already showing its menu
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 17:17:05 +00:00
Stefan Csomor
8cba326d4e
allow for a range value of SInt32 instead of SInt16
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 17:15:15 +00:00
Vadim Zeitlin
6f73419b90
always initialize m_bChanged in wxConfigPathChanger ctor; this could result in difficult to reproduce bugs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 00:55:52 +00:00
Vadim Zeitlin
d9f5d54a5a
don't look beyond the end of the string if it ends with a backslash in FilterInEntryName() (thanks Purify)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-20 00:55:17 +00:00
Włodzimierz Skiba
c616c2e834
Checkable items in wxToolMenuBarTool supported.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-19 22:03:03 +00:00
Jamie Gadd
b7a3ba7dcd
Fixed bug #778299 - wxTE_RICH2 causes SetValue to show control.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-19 15:27:17 +00:00
Julian Smart
eb5d9594db
Applied patch [ 1378183 ] Mac: wxNotebook::HitTest off by one
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-19 11:03:56 +00:00
Julian Smart
e90411c2c1
Applied patch [ 1331340 ] faster Drawing of Polygons and Polylines
...
Chris Borgolte
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-19 10:33:33 +00:00
Julian Smart
dbccd1c261
Applied patch [ 1381420 ] wxHTTP Basic authentication support
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-19 10:28:22 +00:00
Julian Smart
175ec4c86d
Applied patch [ 1374618 ] Fix wxJoystick::GetXMin/Max (bug 1374480)
...
Ryan Norton
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-19 10:16:53 +00:00
Julian Smart
ec85956ae9
Applied patch [ 1339764 ] Add wxImage::ConvertToGreyscale
...
Jamie Gadd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-19 09:55:15 +00:00
Jouk Jansen
d12609bf8f
Committing in .
...
Updated OpenVMS compile support
Modified Files:
wxWidgets/src/common/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-19 08:33:52 +00:00
Julian Smart
4fe41ce625
Don't use Windows handles directly in headers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-19 07:37:18 +00:00
Mart Raudsepp
df311d21f5
Update copyright year in ctrl+alt+mclick dialog
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-19 01:05:57 +00:00
Michael Wetherell
945bd4747c
Remove workaround since the problem should now be fixed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-18 22:58:32 +00:00
Julian Smart
553d7089d0
Improved mktime for WinCE
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-18 22:06:24 +00:00
Julian Smart
08bce50191
Cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-18 22:02:49 +00:00
Włodzimierz Skiba
0ea273496a
Warning fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-18 19:10:49 +00:00
Julian Smart
25f182c18b
Applied patch [ 1325857 ] CJK input method doesn't work properly(GTK, CVS)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-18 16:51:09 +00:00
Vadim Zeitlin
abe64011cd
use Cmd-C under Mac to copy text, not Ctrl-C
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-18 16:47:42 +00:00
Julian Smart
3f5c62f982
Reverted semicolons patch
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-18 16:45:41 +00:00
Julian Smart
9f8130d6b3
Must strip menu codes from labels before measuring (fixes bug 1400552)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-18 16:16:36 +00:00
Julian Smart
416f976440
Applied patch [ 1334242 ] wxLogStream::DoLogString fix for unicode builds
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-18 13:20:40 +00:00
Julian Smart
7eeba5114c
Applied patch [ 1304191 ] support for MEMO fields
...
Francesco Montorsi
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-18 13:15:04 +00:00