]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Fri, 15 Mar 2002 15:18:42 +0000 (15:18 +0000)]
compilation warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14607
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Mar 2002 15:10:13 +0000 (15:10 +0000)]
header I forgot to commit yesterday (sorry) as part of statusbar flicker reduction change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14606
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 15 Mar 2002 12:44:42 +0000 (12:44 +0000)]
Use override_direct to remove decorations if wxNO_BORDER specified,
because some WMs don't respect the hints sufficiently.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14605
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 15 Mar 2002 12:42:54 +0000 (12:42 +0000)]
Added sizer.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14604
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 15 Mar 2002 12:41:13 +0000 (12:41 +0000)]
Added DoGetFieldRect
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14603
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Fri, 15 Mar 2002 09:02:01 +0000 (09:02 +0000)]
Committing in .
First try to compile wxUNIV (gtk-themes) on OpenVMS.
Modified Files:
wxWindows/descrip.mms wxWindows/src/common/descrip.mms
wxWindows/src/generic/descrip.mms
wxWindows/src/gtk/descrip.mms wxWindows/src/html/descrip.mms
wxWindows/src/unix/descrip.mms
Added Files:
wxWindows/lib/vms_gtk_univ.opt wxWindows/src/univ/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14602
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 15 Mar 2002 01:42:41 +0000 (01:42 +0000)]
updated unicode sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14601
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Mar 2002 00:33:38 +0000 (00:33 +0000)]
draw toolbar separators in Win32 theme
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14600
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Mar 2002 00:33:05 +0000 (00:33 +0000)]
compilation fixes for wxUSE_TOOLBAR under MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14599
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 15 Mar 2002 00:27:45 +0000 (00:27 +0000)]
A Unicode sample for wxPython
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14598
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Fri, 15 Mar 2002 00:21:47 +0000 (00:21 +0000)]
Give wxScrolledWindow its own Layout method that takes into account
the virtual size and scrolled offset of the window.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14597
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 15 Mar 2002 00:12:25 +0000 (00:12 +0000)]
reduced flicker in the statusbar when resizing the window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14596
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 14 Mar 2002 23:55:16 +0000 (23:55 +0000)]
compilation fixes for !wxUSE_TOOLBAR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14595
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 14 Mar 2002 22:03:43 +0000 (22:03 +0000)]
Added Layout() call to top level window Show() to prevent double-sizing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14594
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 14 Mar 2002 21:38:33 +0000 (21:38 +0000)]
fix for what the patch 529900 was trying to fix (loading fonts with size -1)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14593
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 14 Mar 2002 19:10:28 +0000 (19:10 +0000)]
Forgot to reset a flag.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14592
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 14 Mar 2002 15:36:07 +0000 (15:36 +0000)]
Removed constraints check for wxDirDialog from configure (not needed).
Implemented solid drawing for DoDrawText, so text selection works
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14591
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 14 Mar 2002 13:55:04 +0000 (13:55 +0000)]
applied the patch from Dimitri to prevent crashes with (some) interlaced GIFs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14590
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 14 Mar 2002 11:43:38 +0000 (11:43 +0000)]
Compiles for Nano-X again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14589
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 14 Mar 2002 10:21:07 +0000 (10:21 +0000)]
Removed duplicate WM line from motif/frame.cpp
Added window style to minimal sample
Failed attempt to get border-only toplevel window style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14588
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 13 Mar 2002 22:45:58 +0000 (22:45 +0000)]
Switched to DECLARE_NO_COPY_CLASS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14587
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 13 Mar 2002 22:30:20 +0000 (22:30 +0000)]
Core wxPython (non-contrib) now fully works with Unicode!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14586
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 13 Mar 2002 22:26:55 +0000 (22:26 +0000)]
More little demo updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14585
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 13 Mar 2002 22:25:56 +0000 (22:25 +0000)]
Updated demo to be a more realistic dialog, to show tab traversal,
etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14584
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 13 Mar 2002 22:25:18 +0000 (22:25 +0000)]
Updated demo to show EVT_COLOURSELECT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14583
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 13 Mar 2002 22:05:05 +0000 (22:05 +0000)]
Added wxMemoryBuffer which is essentiall just a growable buffer of bytes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14582
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 13 Mar 2002 21:10:29 +0000 (21:10 +0000)]
compilation error fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14581
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 13 Mar 2002 18:25:11 +0000 (18:25 +0000)]
Send size events from top level windows in idle time,
this significantly improves the opaque resizing look
and feel and seems to speed up dialog show up time.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14579
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Wed, 13 Mar 2002 16:44:45 +0000 (16:44 +0000)]
added correct fallback color settings for XP when used with a theme
having non-flat menu styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14578
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 13 Mar 2002 15:41:41 +0000 (15:41 +0000)]
update focus rectangle width when the columns are being added/removed on the fly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14577
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 13 Mar 2002 00:21:34 +0000 (00:21 +0000)]
Some fixes for wxURLDataObject when wxUSE_UNICODE==1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14576
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Mar 2002 23:20:55 +0000 (23:20 +0000)]
fixes to refreshing code in wxTreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14575
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Mar 2002 23:20:44 +0000 (23:20 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14574
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Mar 2002 23:20:24 +0000 (23:20 +0000)]
implemented system menu handling in wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14573
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Mar 2002 23:19:55 +0000 (23:19 +0000)]
1. implemented system menu handling in wxUniv (win32 theme only)
2. fixes to interactive moving/resizing in wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14572
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 12 Mar 2002 23:16:26 +0000 (23:16 +0000)]
1. handle Alt-F4 in wxUniv, not wxMGL
2. safeguards to never warp pointer to out-of-screen location (MGL would crash)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14571
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 12 Mar 2002 22:15:41 +0000 (22:15 +0000)]
Added dialog tabbing to wxX11.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14570
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Mar 2002 21:54:27 +0000 (21:54 +0000)]
Added GetWindow to make Blit compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14569
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 12 Mar 2002 20:45:45 +0000 (20:45 +0000)]
Implemented DoBlit().
Some testing on exposure/configure compression.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14568
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 12 Mar 2002 19:24:30 +0000 (19:24 +0000)]
changes to make wxGTK compile with GTK+ 2.0: now it does but the minimal
sample crashes on startup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14567
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 12 Mar 2002 15:08:50 +0000 (15:08 +0000)]
added more build dirs to the ignore list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14565
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Mar 2002 12:45:52 +0000 (12:45 +0000)]
Added constructor for wxColourRefData, else CloneRefData did a binary
copy which caused an assert in AllocExclusive (Add to Custom Colours in
Colour Dialog)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14564
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Mar 2002 12:29:21 +0000 (12:29 +0000)]
Trivially implemented DoDrawIcon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14563
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Mar 2002 12:23:49 +0000 (12:23 +0000)]
treectrl -> treetest
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14562
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Mar 2002 12:22:02 +0000 (12:22 +0000)]
Finally reverted treectrl name back to treetest after a long
history of problems with the name clash. This cures a link problem
with the sample compiled with wxX11.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14561
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 12 Mar 2002 10:56:39 +0000 (10:56 +0000)]
Replaced Blit with DrawBitmap in wxPoem to make it run with wxX11
Added some XSyncs because it seems the only way to make
dialog sizing work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14560
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Tue, 12 Mar 2002 04:54:57 +0000 (04:54 +0000)]
build fix. Need the full declaration for CLASSINFO().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14559
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Mar 2002 22:44:39 +0000 (22:44 +0000)]
no changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14558
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Mar 2002 15:47:44 +0000 (15:47 +0000)]
Only reparent first window if there are several children
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14557
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Mar 2002 14:31:27 +0000 (14:31 +0000)]
Added a screenshot of wxEmulator showing the default emulator
configuration with wxToolBar demo running the 'matchbox'
window manager.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14556
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Mar 2002 12:50:06 +0000 (12:50 +0000)]
Added XPM icon; minor mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14555
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Mar 2002 12:32:56 +0000 (12:32 +0000)]
right clicking outside any column sets the column in the list event to -1, not the last column
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14554
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Mar 2002 12:26:35 +0000 (12:26 +0000)]
implemented menu drawing in the GTK theme
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14553
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 11 Mar 2002 12:10:03 +0000 (12:10 +0000)]
Tweaks to emulator and documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14552
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Mar 2002 11:50:10 +0000 (11:50 +0000)]
more GTK-ish toolbar drawing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14551
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Mar 2002 11:43:48 +0000 (11:43 +0000)]
ignore clicks on a toolbar but outside any button
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14550
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 11 Mar 2002 10:59:57 +0000 (10:59 +0000)]
added missing headers to fix compilation without PCH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14549
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Mar 2002 23:11:46 +0000 (23:11 +0000)]
use AllocExclusive in wxAcceleratorTable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14548
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Mar 2002 23:11:18 +0000 (23:11 +0000)]
wxAcceleratorEntry::MatchesEvent is NOT used by wxX11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14547
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 10 Mar 2002 22:41:50 +0000 (22:41 +0000)]
propagate the click dismissing a popup window to the window beneath it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14546
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 10 Mar 2002 20:35:55 +0000 (20:35 +0000)]
Next try on pop up menus. (#ifdef x11).
More SetFocus() work.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14545
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 10 Mar 2002 18:36:35 +0000 (18:36 +0000)]
better fix (i.e. one which actually works) for VC++ warnings in release build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14544
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 10 Mar 2002 16:44:25 +0000 (16:44 +0000)]
Added emulator screen; regenerated configure for utils
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14543
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Mar 2002 16:33:16 +0000 (16:33 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14542
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 10 Mar 2002 14:46:25 +0000 (14:46 +0000)]
fix for using an invalid HWND in IsEditable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14541
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 10 Mar 2002 14:41:07 +0000 (14:41 +0000)]
Minor tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14540
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 10 Mar 2002 14:31:47 +0000 (14:31 +0000)]
Corrected image size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14539
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 10 Mar 2002 13:30:16 +0000 (13:30 +0000)]
Added emulator utility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14538
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Sun, 10 Mar 2002 11:19:16 +0000 (11:19 +0000)]
added optional parameter to SetSizer, to allow replacing a window's
sizer without deleting the existing one.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14537
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 10 Mar 2002 09:25:35 +0000 (09:25 +0000)]
Moved Nano-X specific code from univ to x11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14536
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 10 Mar 2002 00:40:13 +0000 (00:40 +0000)]
Applied and merged patch 486364, which enables wxPython to be built in
unicode mode. There are a number of things still missing in it and
not everything is converted correctly... But it now builds and
functions properly again in non-unicode mode so this is a good time to
check in everything. The previous version of all of wxPython sources
is tagged wxPy_B4_UNICODE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14535
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sun, 10 Mar 2002 00:29:04 +0000 (00:29 +0000)]
Applied and merged patch 486364, which enables wxPython to be built in
unicode mode. There are a number of things still missing in it and
not everything is converted correctly... But it now builds and
functions properly again in non-unicode mode so this is a good time to
check in everything. The previous version of all of wxPython sources
is tagged wxPy_B4_UNICODE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14534
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 10 Mar 2002 00:01:33 +0000 (00:01 +0000)]
htmlhelp.h no longer needed -> removed test in configure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14533
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 9 Mar 2002 23:55:25 +0000 (23:55 +0000)]
SWIGged updates for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14531
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 9 Mar 2002 22:54:24 +0000 (22:54 +0000)]
fixed a few VC++ warnings (release mode only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14530
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 9 Mar 2002 22:53:41 +0000 (22:53 +0000)]
Removed README from old framelayout dir, since it was
more confusing than helpful to have the framelayout dir
appear
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14529
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 9 Mar 2002 22:46:20 +0000 (22:46 +0000)]
[this message is for the previous commit as well]
1. <htmlhelp.h> is not required any more
2. fixed memory leak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14528
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Mar 2002 22:07:52 +0000 (22:07 +0000)]
reverted Robert's change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14527
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 9 Mar 2002 21:55:39 +0000 (21:55 +0000)]
don't include wx/wx.h unnecessarily
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14526
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 9 Mar 2002 21:55:03 +0000 (21:55 +0000)]
copy the variant name in the assignment operator as well!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14525
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 9 Mar 2002 21:51:10 +0000 (21:51 +0000)]
Added reparenting helper classes to help apps to grab the windows
of other applications.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14524
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Mar 2002 21:30:49 +0000 (21:30 +0000)]
query MGL for resolution
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14523
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 9 Mar 2002 21:19:28 +0000 (21:19 +0000)]
New SWIGged updates for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14522
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 9 Mar 2002 21:18:55 +0000 (21:18 +0000)]
Reformatted some demo text
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14521
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 9 Mar 2002 20:22:44 +0000 (20:22 +0000)]
Various changes to make pop up menus work
under X11.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14520
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 9 Mar 2002 17:26:48 +0000 (17:26 +0000)]
look at HOME and USERPROFILE in wxGetHomeDir() (patch 527210)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14519
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 9 Mar 2002 16:54:42 +0000 (16:54 +0000)]
compilation warning fix for the daily builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14518
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Mar 2002 16:40:12 +0000 (16:40 +0000)]
what about returning a value?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14517
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 9 Mar 2002 16:35:00 +0000 (16:35 +0000)]
fixed to translatable strings output
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14516
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 9 Mar 2002 12:25:03 +0000 (12:25 +0000)]
compilation fix after the array changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14515
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 9 Mar 2002 12:23:11 +0000 (12:23 +0000)]
added support for non alphanumeric simple character accelerators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14514
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 9 Mar 2002 03:18:57 +0000 (03:18 +0000)]
Added a reminder to myself for later
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14513
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 9 Mar 2002 03:18:40 +0000 (03:18 +0000)]
Removed redundant definitions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14512
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Sat, 9 Mar 2002 02:58:13 +0000 (02:58 +0000)]
Added GetMaxSize virtual method for use by sizers.
Modified wxSizer to use it instead of crushing all windows to
the display size.
Currently only top level windows are limited to display size,
all other windows are unlimited (inside the clipping region of
their tlw).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14511
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 9 Mar 2002 02:42:09 +0000 (02:42 +0000)]
Visual C++ needs sys/stat.h too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14510
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 8 Mar 2002 23:59:15 +0000 (23:59 +0000)]
corrections to the wxEditableListBox patch, removed conflict indicator checked in by mistake
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14509
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 8 Mar 2002 23:57:35 +0000 (23:57 +0000)]
applied patch to wxEditableListBox that adds wxEL_ALLOW_{EDIT,NEW,DELETE} with obvious meanings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14507
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 8 Mar 2002 23:48:38 +0000 (23:48 +0000)]
fixed MSVC compilation and warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14506
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 8 Mar 2002 23:48:16 +0000 (23:48 +0000)]
fixed MSVC warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14505
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 8 Mar 2002 23:47:48 +0000 (23:47 +0000)]
case insensitive <font face>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14504
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775