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

22 years agoSWIGged updates for wxGTK
Robin Dunn [Thu, 7 Mar 2002 21:48:34 +0000 (21:48 +0000)] 
SWIGged updates for wxGTK

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

22 years agoBugfix for wxTreeCtrl.InsertItemBefore and more SWIGged updates for wxMSW
Robin Dunn [Thu, 7 Mar 2002 21:47:30 +0000 (21:47 +0000)] 
Bugfix for wxTreeCtrl.InsertItemBefore and more SWIGged updates for wxMSW

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

22 years agorewrote Chris' fix properly
Václav Slavík [Thu, 7 Mar 2002 21:45:03 +0000 (21:45 +0000)] 
rewrote Chris' fix properly

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

22 years agoMore XRCed updates from Roman
Robin Dunn [Thu, 7 Mar 2002 21:33:31 +0000 (21:33 +0000)] 
More XRCed updates from Roman

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

22 years agoSWIGged updates for wxGTK
Robin Dunn [Thu, 7 Mar 2002 20:36:54 +0000 (20:36 +0000)] 
SWIGged updates for wxGTK

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

22 years agoSWIGged updates for wxMSW
Robin Dunn [Thu, 7 Mar 2002 20:34:32 +0000 (20:34 +0000)] 
SWIGged updates for wxMSW

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

22 years agoAdded some anchor related methods to wxHtmlWindow as suggested on the
Robin Dunn [Thu, 7 Mar 2002 20:33:58 +0000 (20:33 +0000)] 
Added some anchor related methods to wxHtmlWindow as suggested on the
wxPython-users list.

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

22 years agomore updates for recent toolbar changes
Robin Dunn [Thu, 7 Mar 2002 20:32:21 +0000 (20:32 +0000)] 
more updates for recent toolbar changes

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

22 years agoAdded python support for a virtual CanDismiss method
Robin Dunn [Thu, 7 Mar 2002 20:32:00 +0000 (20:32 +0000)] 
Added python support for a virtual CanDismiss method

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

22 years agoAdded a Python-specific Append method to the wxListCtrl
Robin Dunn [Thu, 7 Mar 2002 20:31:15 +0000 (20:31 +0000)] 
Added a Python-specific Append method to the wxListCtrl

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

22 years agorearrainging a few things
Robin Dunn [Thu, 7 Mar 2002 20:29:55 +0000 (20:29 +0000)] 
rearrainging a few things

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

22 years agoCorrections in light of recent toolbar and other changes
Julian Smart [Thu, 7 Mar 2002 18:48:03 +0000 (18:48 +0000)] 
Corrections in light of recent toolbar and other changes

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

22 years agoAdded VC++ project files for remaining Gizmo samples
Julian Smart [Thu, 7 Mar 2002 10:06:23 +0000 (10:06 +0000)] 
Added VC++ project files for remaining Gizmo samples
Corrected some precompiled header issues for dynsash samples
Corrected IMPLEMENT_ABSTRACT_CLASS in multicell.cpp
Added an event function typedef and used it in dynsash sample

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

22 years agocorrection to float array declaration following array implementation changes (will...
Gilles Depeyrot [Thu, 7 Mar 2002 09:47:22 +0000 (09:47 +0000)] 
correction to float array declaration following array implementation changes (will compile and run as before but probably doesn't do what was intended)

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

22 years agodefine wxFRAME_FLOAT_ON_PARENT as wxFRAME_TOOL_WINDOW
Vadim Zeitlin [Wed, 6 Mar 2002 23:59:16 +0000 (23:59 +0000)] 
define wxFRAME_FLOAT_ON_PARENT as wxFRAME_TOOL_WINDOW

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

22 years agofixes for non interactive execution
Vadim Zeitlin [Wed, 6 Mar 2002 23:18:43 +0000 (23:18 +0000)] 
fixes for non interactive execution

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

22 years agofixed creation of Info.plist file for Mac OS X
Gilles Depeyrot [Wed, 6 Mar 2002 22:06:27 +0000 (22:06 +0000)] 
fixed creation of Info.plist file for Mac OS X

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

22 years agoA new version of XRCed from Roman Rolinsky with a few tweaks by me.
Robin Dunn [Wed, 6 Mar 2002 21:41:19 +0000 (21:41 +0000)] 
A new version of XRCed from Roman Rolinsky with a few tweaks by me.

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

22 years agoremoved superfluous assignment handled in base class.
Ron Lee [Wed, 6 Mar 2002 20:43:07 +0000 (20:43 +0000)] 
removed superfluous assignment handled in base class.

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

22 years agoMore fixes for daily builds
Mattia Barbon [Wed, 6 Mar 2002 20:11:51 +0000 (20:11 +0000)] 
More fixes for daily builds

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

22 years agoApplied [ 516382 ] FL toolbar patch
Julian Smart [Wed, 6 Mar 2002 19:05:25 +0000 (19:05 +0000)] 
Applied [ 516382 ] FL toolbar patch

This patch addresses following issues on FL dynamic
toolbar:

* Removes duplicate code in
wxNewBitmapButton::RenderLabelImage(). (The code
between line 452-500 and 502-550 is the same.)

* Adds wxNewBitmapButton::Enable() own method to proper
drawing of enabled/disabled buttons.

* Changes "focused" state (of wxNewBitmapButton)
implementation from EVT_MOTION to
EVT_ENTER/LEAVE_WINDOW pair, because capturing mouse in
EVT_MOTION handler blocks some key events (control
characters, function keys), so underlynig app doesn't
receive all key events when mouse pointer is above
toolbar button.
Also "prev" state member variables are removed by this
patch (and IMHO they should be removed regardles on
accepting this patch - they are initalized and used
only in wxNewBitmapButton::OnMouseMove() method).
(Note: Blocking some keys can be only MSW problem, but
I can't verify it.)

* Adds EVT_LEFT_DCLICK handler to wxNewBitmapButton -
without this handler, toolbar button loses second
clicks if user presses left mouse button "fast enough".
Unfortunately, it doesn't handle drawing of
pressed/released button - it's only one event in
contrast to EVT_LEFT_UP/DOWN.

* Enables tooltips (in proper
wxDynamicToolBar::AddTool() method).

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

22 years agoApplied [ 520664 ] filedlg patch
Julian Smart [Wed, 6 Mar 2002 18:58:01 +0000 (18:58 +0000)] 
Applied [ 520664 ] filedlg patch

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

22 years agoApplied patch for Forty, print patch and wxHTML book patch
Julian Smart [Wed, 6 Mar 2002 17:50:52 +0000 (17:50 +0000)] 
Applied patch for Forty, print patch and wxHTML book patch

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

22 years agofixes to the new pointer array implementation
Vadim Zeitlin [Wed, 6 Mar 2002 16:26:25 +0000 (16:26 +0000)] 
fixes to the new pointer array implementation

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

22 years agoexplained how the existing array declarations must be updated
Vadim Zeitlin [Wed, 6 Mar 2002 15:52:08 +0000 (15:52 +0000)] 
explained how the existing array declarations must be updated

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

22 years agocheck for sizeof(void *), not sizeof(int *) - not really different but looks nicer
Vadim Zeitlin [Wed, 6 Mar 2002 14:05:57 +0000 (14:05 +0000)] 
check for sizeof(void *), not sizeof(int *) - not really different but looks nicer

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

22 years agoforbid copying wxEvtHandlers
Vadim Zeitlin [Wed, 6 Mar 2002 11:38:52 +0000 (11:38 +0000)] 
forbid copying wxEvtHandlers

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

22 years agoadded missing include guards
Vadim Zeitlin [Wed, 6 Mar 2002 11:17:14 +0000 (11:17 +0000)] 
added missing include guards

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