]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoremoved no-longer-needed hack
Václav Slavík [Fri, 15 Mar 2002 23:29:48 +0000 (23:29 +0000)] 
removed no-longer-needed hack

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

22 years agowxLocale-related corrections to the docs
Václav Slavík [Fri, 15 Mar 2002 23:29:22 +0000 (23:29 +0000)] 
wxLocale-related corrections to the docs

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

22 years agoinfo about wxLocale changes
Václav Slavík [Fri, 15 Mar 2002 23:29:09 +0000 (23:29 +0000)] 
info about wxLocale changes

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

22 years agosafer definitions for wx(U)Int32,16 (taken from intl.cpp)
Václav Slavík [Fri, 15 Mar 2002 23:28:42 +0000 (23:28 +0000)] 
safer definitions for wx(U)Int32,16 (taken from intl.cpp)

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

22 years agorewrote wxLocale to work in Unicode mode and support charsets better
Václav Slavík [Fri, 15 Mar 2002 23:28:15 +0000 (23:28 +0000)] 
rewrote wxLocale to work in Unicode mode and support charsets better

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

22 years agono message
David Webster [Fri, 15 Mar 2002 23:20:40 +0000 (23:20 +0000)] 
no message

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

22 years agoAdded wxCURSOR_RIGHT_ARROW, which is like the typical wxCURSOR_ARROR,
Robin Dunn [Fri, 15 Mar 2002 22:52:15 +0000 (22:52 +0000)] 
Added wxCURSOR_RIGHT_ARROW, which is like the typical wxCURSOR_ARROR,
but points to the right, (duh...)  This cursor is now used in wxSTC in
the margin area.

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

22 years agoChanges needed for wxUSE_UNICODE for wxOGL to compile. I'm not
Robin Dunn [Fri, 15 Mar 2002 20:50:40 +0000 (20:50 +0000)] 
Changes needed for wxUSE_UNICODE for wxOGL to compile.  I'm not
completely sure everything was converted right, but it at least
compiles now (and appears to work in wxPython.)

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

22 years agoChanges needed for wxUSE_UNICODE
Robin Dunn [Fri, 15 Mar 2002 20:42:58 +0000 (20:42 +0000)] 
Changes needed for wxUSE_UNICODE

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

22 years agofixed scrollbar shaft colour
Vadim Zeitlin [Fri, 15 Mar 2002 19:46:53 +0000 (19:46 +0000)] 
fixed scrollbar shaft colour

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

22 years agoSome little tweaks and cleanups.
Robin Dunn [Fri, 15 Mar 2002 18:30:21 +0000 (18:30 +0000)] 
Some little tweaks and cleanups.

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

22 years agoUpdated unicode sample again. Added two more languages.
Robin Dunn [Fri, 15 Mar 2002 18:29:26 +0000 (18:29 +0000)] 
Updated unicode sample again.  Added two more languages.

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

22 years agofixed selecting the items in the combobox with a simple (not double) click
Vadim Zeitlin [Fri, 15 Mar 2002 18:08:25 +0000 (18:08 +0000)] 
fixed selecting the items in the combobox with a simple (not double) click

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

22 years agoremoved duplicate #include
Vadim Zeitlin [Fri, 15 Mar 2002 15:25:55 +0000 (15:25 +0000)] 
removed duplicate #include

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

22 years agocompilation warning fix
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

22 years agoheader I forgot to commit yesterday (sorry) as part of statusbar flicker reduction...
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

22 years agoUse override_direct to remove decorations if wxNO_BORDER specified,
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

22 years agoAdded sizer.h
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

22 years agoAdded DoGetFieldRect
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

22 years ago Committing in .
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

22 years agoupdated unicode sample
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

22 years agodraw toolbar separators in Win32 theme
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

22 years agocompilation fixes for wxUSE_TOOLBAR under MSW
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

22 years agoA Unicode sample for wxPython
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

22 years agoGive wxScrolledWindow its own Layout method that takes into account
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

22 years agoreduced flicker in the statusbar when resizing the window
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

22 years agocompilation fixes for !wxUSE_TOOLBAR
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

22 years agoAdded Layout() call to top level window Show() to prevent double-sizing
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

22 years agofix for what the patch 529900 was trying to fix (loading fonts with size -1)
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

22 years ago Forgot to reset a flag.
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

22 years agoRemoved constraints check for wxDirDialog from configure (not needed).
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

22 years agoapplied the patch from Dimitri to prevent crashes with (some) interlaced GIFs
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

22 years agoCompiles for Nano-X again
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

22 years agoRemoved duplicate WM line from motif/frame.cpp
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

22 years agoSwitched to DECLARE_NO_COPY_CLASS
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

22 years agoCore wxPython (non-contrib) now fully works with Unicode!
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

22 years agoMore little demo updates
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

22 years agoUpdated demo to be a more realistic dialog, to show tab traversal,
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

22 years agoUpdated demo to show EVT_COLOURSELECT
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

22 years agoAdded wxMemoryBuffer which is essentiall just a growable buffer of bytes
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

22 years agocompilation error fixed
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

22 years ago Send size events from top level windows in idle time,
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

22 years agoadded correct fallback color settings for XP when used with a theme
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

22 years agoupdate focus rectangle width when the columns are being added/removed on the fly
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

22 years agoSome fixes for wxURLDataObject when wxUSE_UNICODE==1
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

22 years agofixes to refreshing code in wxTreeCtrl
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

22 years agocompilation fix
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

22 years agoimplemented system menu handling in wxUniv
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

22 years ago1. implemented system menu handling in wxUniv (win32 theme only)
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

22 years ago1. handle Alt-F4 in wxUniv, not wxMGL
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

22 years ago Added dialog tabbing to wxX11.
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

22 years agoAdded GetWindow to make Blit compile
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

22 years ago Implemented DoBlit().
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

22 years agochanges to make wxGTK compile with GTK+ 2.0: now it does but the minimal
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

22 years agoadded more build dirs to the ignore list
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

22 years agoAdded constructor for wxColourRefData, else CloneRefData did a binary
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

22 years agoTrivially implemented DoDrawIcon
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

22 years agotreectrl -> treetest
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

22 years agoFinally reverted treectrl name back to treetest after a long
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

22 years agoReplaced Blit with DrawBitmap in wxPoem to make it run with wxX11
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

22 years agobuild fix. Need the full declaration for CLASSINFO().
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

22 years agono changes
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

22 years agoOnly reparent first window if there are several children
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

22 years agoAdded a screenshot of wxEmulator showing the default emulator
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

22 years agoAdded XPM icon; minor mods
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

22 years agoright clicking outside any column sets the column in the list event to -1, not the...
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

22 years agoimplemented menu drawing in the GTK theme
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

22 years agoTweaks to emulator and documentation
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

22 years agomore GTK-ish toolbar drawing
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

22 years agoignore clicks on a toolbar but outside any button
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

22 years agoadded missing headers to fix compilation without PCH
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

22 years agouse AllocExclusive in wxAcceleratorTable
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

22 years agowxAcceleratorEntry::MatchesEvent is NOT used by wxX11
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

22 years agopropagate the click dismissing a popup window to the window beneath it
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

22 years ago Next try on pop up menus. (#ifdef x11).
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

22 years agobetter fix (i.e. one which actually works) for VC++ warnings in release build
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

22 years agoAdded emulator screen; regenerated configure for utils
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

22 years agocompilation fix
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

22 years agofix for using an invalid HWND in IsEditable
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

22 years agoMinor tweaks
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

22 years agoCorrected image size
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

22 years agoAdded emulator utility.
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

22 years agoadded optional parameter to SetSizer, to allow replacing a window's
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

22 years agoMoved Nano-X specific code from univ to x11
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

22 years agoApplied and merged patch 486364, which enables wxPython to be built in
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

22 years agoApplied and merged patch 486364, which enables wxPython to be built in
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

22 years agohtmlhelp.h no longer needed -> removed test in configure
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

22 years agoSWIGged updates for wxMac
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

22 years agofixed a few VC++ warnings (release mode only)
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

22 years agoRemoved README from old framelayout dir, since it was
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

22 years ago[this message is for the previous commit as well]
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

22 years agoreverted Robert's change
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

22 years agodon't include wx/wx.h unnecessarily
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

22 years agocopy the variant name in the assignment operator as well!
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

22 years agoAdded reparenting helper classes to help apps to grab the windows
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

22 years agoquery MGL for resolution
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

22 years agoNew SWIGged updates for wxGTK
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

22 years agoReformatted some demo text
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

22 years ago Various changes to make pop up menus work
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

22 years agolook at HOME and USERPROFILE in wxGetHomeDir() (patch 527210)
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