]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
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

22 years agocompilation warning fix for the daily builds
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

22 years agowhat about returning a value?
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

22 years agofixed to translatable strings output
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

22 years agocompilation fix after the array changes
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

22 years agoadded support for non alphanumeric simple character accelerators
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

22 years agoAdded a reminder to myself for later
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

22 years agoRemoved redundant definitions
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

22 years agoAdded GetMaxSize virtual method for use by sizers.
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

22 years agoVisual C++ needs sys/stat.h too
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

22 years agocorrections to the wxEditableListBox patch, removed conflict indicator checked in...
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

22 years agoapplied patch to wxEditableListBox that adds wxEL_ALLOW_{EDIT,NEW,DELETE} with obviou...
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

22 years agofixed MSVC compilation and warnings
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

22 years agofixed MSVC warnings
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

22 years agocase insensitive <font face>
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

22 years agolet the sample display existing page on start
Václav Slavík [Fri, 8 Mar 2002 23:43:39 +0000 (23:43 +0000)] 
let the sample display existing page on start

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

22 years agofixed bug in wxHtmlHelpFrame: didn't show HTML window when navigation panel was off
Václav Slavík [Fri, 8 Mar 2002 23:43:11 +0000 (23:43 +0000)] 
fixed bug in  wxHtmlHelpFrame: didn't show HTML window when navigation panel was off

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

22 years agoLittle tweaks and fixes.
Robin Dunn [Fri, 8 Mar 2002 23:06:21 +0000 (23:06 +0000)] 
Little tweaks and fixes.

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

22 years agoChanges for recent htmlhelp updates
Robin Dunn [Fri, 8 Mar 2002 23:05:27 +0000 (23:05 +0000)] 
Changes for recent htmlhelp updates

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

22 years agoAdded a wxIconFromBitmap "constructor" for wxIcon.
Robin Dunn [Fri, 8 Mar 2002 23:04:56 +0000 (23:04 +0000)] 
Added a wxIconFromBitmap "constructor" for wxIcon.

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

22 years ago(Hopefully) last fix for daily builds
Mattia Barbon [Fri, 8 Mar 2002 21:37:22 +0000 (21:37 +0000)] 
(Hopefully) last fix for daily builds

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

22 years agoFixed compilation error.
Robin Dunn [Fri, 8 Mar 2002 21:20:57 +0000 (21:20 +0000)] 
Fixed compilation error.

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

22 years agoAdded patch that adds style flags for wxEditableListBox to not use
Robin Dunn [Fri, 8 Mar 2002 21:10:04 +0000 (21:10 +0000)] 
Added patch that adds style flags for wxEditableListBox to not use
some of its standard buttons.

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

22 years agoAdded SetLogBuffer method.
Ron Lee [Fri, 8 Mar 2002 20:01:38 +0000 (20:01 +0000)] 
Added SetLogBuffer method.

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

22 years agoYet another update of XRCed. Fixes some display issues and some minor
Robin Dunn [Fri, 8 Mar 2002 17:55:41 +0000 (17:55 +0000)] 
Yet another update of XRCed.  Fixes some display issues and some minor
buglets.

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

22 years agofixed typo (missing comma) in MIME test
Vadim Zeitlin [Fri, 8 Mar 2002 16:33:54 +0000 (16:33 +0000)] 
fixed typo (missing comma) in MIME test

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

22 years agotheoretically unnecessary but practically required fix for showing the selected filen...
Vadim Zeitlin [Fri, 8 Mar 2002 12:27:00 +0000 (12:27 +0000)] 
theoretically unnecessary but practically required fix for showing the selected filename in the text control

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

22 years agoProcessXEvent now returns TRUE if processed, FALSE if not
Julian Smart [Fri, 8 Mar 2002 12:06:12 +0000 (12:06 +0000)] 
ProcessXEvent now returns TRUE if processed, FALSE if not

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

22 years agoMoved assert to before the segfault.
Ron Lee [Fri, 8 Mar 2002 01:23:17 +0000 (01:23 +0000)] 
Moved assert to before the segfault.

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

22 years agoadded a const version of wxColourData::GetColour()
Vadim Zeitlin [Thu, 7 Mar 2002 23:36:44 +0000 (23:36 +0000)] 
added a const version of wxColourData::GetColour()

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

22 years agoRemoved unneeded assert
Robin Dunn [Thu, 7 Mar 2002 22:42:02 +0000 (22:42 +0000)] 
Removed unneeded assert

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