]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years ago1. implemented radio menu items for wxGTK
Vadim Zeitlin [Mon, 18 Mar 2002 19:41:35 +0000 (19:41 +0000)] 
1. implemented radio menu items for wxGTK
2. changed (in most cases blindly) code for all the others
3. added wx/features.h
4. update wxMenu[Item] docs

----------------------------------------------------------------------
Committing in .

Modified Files:
distrib/msw/tmake/filelist.txt docs/changes.txt
docs/latex/wx/menu.tex docs/latex/wx/menuitem.tex
include/wx/defs.h include/wx/menu.h include/wx/menuitem.h
include/wx/gtk/menu.h include/wx/gtk/menuitem.h
include/wx/mac/menuitem.h include/wx/motif/menuitem.h
include/wx/msw/menuitem.h include/wx/os2/MENUITEM.H
include/wx/univ/menuitem.h samples/menu/menu.cpp
src/common/menucmn.cpp src/gtk/menu.cpp src/mac/menuitem.cpp
src/motif/menuitem.cpp src/msw/menuitem.cpp
src/os2/MENUITEM.CPP src/univ/menu.cpp
Added Files:
include/wx/features.h
----------------------------------------------------------------------

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

22 years agoFixed a typo in one of the virtual callback macros.
Robin Dunn [Mon, 18 Mar 2002 18:30:09 +0000 (18:30 +0000)] 
Fixed a typo in one of the virtual callback macros.

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

22 years agofix to segfault in system menu code
Václav Slavík [Sun, 17 Mar 2002 21:44:59 +0000 (21:44 +0000)] 
fix to segfault in system menu code

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

22 years agobetter handling situation when active frame is destroyed or hidden
Václav Slavík [Sun, 17 Mar 2002 21:44:31 +0000 (21:44 +0000)] 
better handling situation when active frame is destroyed or hidden

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

22 years agocompilation fix
Václav Slavík [Sun, 17 Mar 2002 21:44:03 +0000 (21:44 +0000)] 
compilation fix

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

22 years agofixed rendering artifact in popup menus
Václav Slavík [Sun, 17 Mar 2002 21:43:51 +0000 (21:43 +0000)] 
fixed rendering artifact in popup menus
(caused by incorrect implicit clipping in wxClientDC)

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

22 years agominor fix to wxDC::SetClippingRegion
Václav Slavík [Sun, 17 Mar 2002 21:43:38 +0000 (21:43 +0000)] 
minor fix to wxDC::SetClippingRegion

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

22 years agomore corrections to interactive resizing
Václav Slavík [Sun, 17 Mar 2002 21:43:26 +0000 (21:43 +0000)] 
more corrections to interactive resizing

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

22 years ago A draft for a possible fix to the redraw
Robert Roebling [Sun, 17 Mar 2002 20:07:17 +0000 (20:07 +0000)] 
  A draft for a possible fix to the redraw
     problems when using control with borders
     and the wxNO_FULL_REPAINT_ON_RESIZE flag
     under wxUniv.

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

22 years ago New WM decoration code. It fails to resize dialogs
Robert Roebling [Sun, 17 Mar 2002 15:29:57 +0000 (15:29 +0000)] 
  New WM decoration code. It fails to resize dialogs
    sometimes just like the previous versions.

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

22 years agoadded url of Fink Unix to Mac OS X porting instructions
Gilles Depeyrot [Sun, 17 Mar 2002 15:05:58 +0000 (15:05 +0000)] 
added url of Fink Unix to Mac OS X porting instructions
added compatibility version options to dynamic linking under Darwin

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

22 years ago New attempt to implement wxNO_FULL_REDRAW_ON_REPAINT.
Robert Roebling [Sun, 17 Mar 2002 14:31:31 +0000 (14:31 +0000)] 
  New attempt to implement wxNO_FULL_REDRAW_ON_REPAINT.

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

22 years agoadded wxMAC and wxMOTIF to title conditional compilation
Gilles Depeyrot [Sun, 17 Mar 2002 14:27:10 +0000 (14:27 +0000)] 
added wxMAC and wxMOTIF to title conditional compilation

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

22 years agoadded missing consts
Gilles Depeyrot [Sun, 17 Mar 2002 14:23:02 +0000 (14:23 +0000)] 
added missing consts

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

22 years agopatch from Dimitri fixing a few memory leaks and unTABbing the sources
Vadim Zeitlin [Sun, 17 Mar 2002 14:16:03 +0000 (14:16 +0000)] 
patch from Dimitri fixing a few memory leaks and unTABbing the sources

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

22 years agoimplemented 'shaft scrolling' of children in wxUnivWindow::ScrollWindow
Václav Slavík [Sun, 17 Mar 2002 14:13:56 +0000 (14:13 +0000)] 
implemented 'shaft scrolling' of children in wxUnivWindow::ScrollWindow

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

22 years agouse Calc(Un)ScrolledPosition instead of wxClientDC
Václav Slavík [Sun, 17 Mar 2002 14:13:35 +0000 (14:13 +0000)] 
use Calc(Un)ScrolledPosition instead of wxClientDC

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

22 years agoadded Calc(Un)ScrolledPosition taking wxPoint
Václav Slavík [Sun, 17 Mar 2002 14:13:14 +0000 (14:13 +0000)] 
added Calc(Un)ScrolledPosition taking wxPoint

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

22 years agoclear the frame statusbar when the mouse leaves the toolbar or enters a tool without...
Vadim Zeitlin [Sun, 17 Mar 2002 13:58:15 +0000 (13:58 +0000)] 
clear the frame statusbar when the mouse leaves the toolbar or enters a tool without help string

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

22 years agoChris' wxImage::SaveFile(filename_only) patch
Václav Slavík [Sun, 17 Mar 2002 11:35:32 +0000 (11:35 +0000)] 
Chris' wxImage::SaveFile(filename_only) patch

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

22 years agodocs corrections and docs for Chris' wxImage::SaveFile(filename_only) patch
Václav Slavík [Sun, 17 Mar 2002 11:34:32 +0000 (11:34 +0000)] 
docs corrections and docs for Chris' wxImage::SaveFile(filename_only) patch

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

22 years agoreally, it will build for 'doze this time.
Ron Lee [Sun, 17 Mar 2002 07:48:31 +0000 (07:48 +0000)] 
really, it will build for 'doze this time.

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

22 years agobuild fix for mingw-cross.
Ron Lee [Sun, 17 Mar 2002 07:38:01 +0000 (07:38 +0000)] 
build fix for mingw-cross.

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

22 years agoAdded wxBufferedDC class.
Ron Lee [Sun, 17 Mar 2002 06:34:06 +0000 (06:34 +0000)] 
Added wxBufferedDC class.

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

22 years agofix HTML browser setup dialog under MSW and make the 'OK' button default
Václav Slavík [Sun, 17 Mar 2002 00:53:17 +0000 (00:53 +0000)] 
fix HTML browser setup dialog under MSW and make the 'OK' button default

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

22 years agouse wxUniv's setup
Václav Slavík [Sun, 17 Mar 2002 00:52:43 +0000 (00:52 +0000)] 
use wxUniv's setup

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

22 years agoinitial wxMGL readmes
Václav Slavík [Sun, 17 Mar 2002 00:52:21 +0000 (00:52 +0000)] 
initial wxMGL readmes

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

22 years agoadded wxCURSOR_RIGHT_ARROW to wxMGL
Václav Slavík [Sun, 17 Mar 2002 00:51:44 +0000 (00:51 +0000)] 
added wxCURSOR_RIGHT_ARROW to wxMGL

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

22 years agorestored old casts (there was a reason for them)
Václav Slavík [Sun, 17 Mar 2002 00:51:18 +0000 (00:51 +0000)] 
restored old casts (there was a reason for them)

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

22 years agomy previous commit corrupted the catalogs, reverted
Václav Slavík [Sun, 17 Mar 2002 00:51:05 +0000 (00:51 +0000)] 
my previous commit corrupted the catalogs, reverted

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

22 years agoNewly SWIGged sources for wxGTK
Robin Dunn [Sun, 17 Mar 2002 00:20:45 +0000 (00:20 +0000)] 
Newly SWIGged sources for wxGTK

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

22 years agoFixed compilation error and a stupid typo
Robin Dunn [Sun, 17 Mar 2002 00:19:43 +0000 (00:19 +0000)] 
Fixed compilation error and a stupid typo

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

22 years agohide tree root on wxMSW in wxHtmlHelpController
Václav Slavík [Sat, 16 Mar 2002 19:35:47 +0000 (19:35 +0000)] 
hide tree root on wxMSW in wxHtmlHelpController

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

22 years agoapplied wxTR_HIDE_ROOT patch for wxMSW
Václav Slavík [Sat, 16 Mar 2002 19:35:15 +0000 (19:35 +0000)] 
applied wxTR_HIDE_ROOT patch for wxMSW

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

22 years agomake it possible to have empty lines in wxListCtrl
Václav Slavík [Sat, 16 Mar 2002 19:34:15 +0000 (19:34 +0000)] 
make it possible to have empty lines in wxListCtrl
 in report mode (mandatory for wxEditableListBox)

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

22 years agofixes to wxEditableListBox logic
Václav Slavík [Sat, 16 Mar 2002 19:33:29 +0000 (19:33 +0000)] 
fixes to wxEditableListBox logic

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

22 years agoCorrected typo
Julian Smart [Sat, 16 Mar 2002 16:02:40 +0000 (16:02 +0000)] 
Corrected typo

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

22 years agoAdded timeout to Dispatch(); attempted implementation of
Julian Smart [Sat, 16 Mar 2002 15:46:44 +0000 (15:46 +0000)] 
Added timeout to Dispatch(); attempted implementation of
wxSTAY_ON_TOP

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

22 years agoanother minor fix for wxTR_HIDE_ROOT case
Vadim Zeitlin [Sat, 16 Mar 2002 15:28:04 +0000 (15:28 +0000)] 
another minor fix for wxTR_HIDE_ROOT case

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

22 years agoenhanced sample to show the state of the different styles, added reset to default...
Vadim Zeitlin [Sat, 16 Mar 2002 15:10:43 +0000 (15:10 +0000)] 
enhanced sample to show the state of the different styles, added reset to default command

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

22 years agofix for GetParent() in wxTR_HIDE_ROOT case
Vadim Zeitlin [Sat, 16 Mar 2002 15:10:12 +0000 (15:10 +0000)] 
fix for GetParent() in wxTR_HIDE_ROOT case

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

22 years agoadded support for wxTR_HIDE_ROOT style (patch 529614)
Vadim Zeitlin [Sat, 16 Mar 2002 15:08:20 +0000 (15:08 +0000)] 
added support for wxTR_HIDE_ROOT style (patch 529614)

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

22 years agocompilation fix
Vadim Zeitlin [Sat, 16 Mar 2002 13:49:40 +0000 (13:49 +0000)] 
compilation fix

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

22 years agoapplied patch 528960 (a few minor bug fixes)
Vadim Zeitlin [Sat, 16 Mar 2002 13:04:01 +0000 (13:04 +0000)] 
applied patch 528960 (a few minor bug fixes)

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

22 years ago Removed notebook tab flicker.
Robert Roebling [Sat, 16 Mar 2002 11:35:12 +0000 (11:35 +0000)] 
  Removed notebook tab flicker.

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

22 years agoDo not use argument defaults in actual function argument list.
David Webster [Sat, 16 Mar 2002 01:52:18 +0000 (01:52 +0000)] 
Do not use argument defaults in actual function argument list.

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

22 years agorestore Robin's code (reverted previous commit)
Vadim Zeitlin [Sat, 16 Mar 2002 00:06:33 +0000 (00:06 +0000)] 
restore Robin's code (reverted previous commit)

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

22 years agoapplied patch for seeking in GIF images
Václav Slavík [Sat, 16 Mar 2002 00:06:23 +0000 (00:06 +0000)] 
applied patch for seeking in GIF images

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

22 years agofixed a bug with client rect calculation in the recent separator erasing fix
Vadim Zeitlin [Fri, 15 Mar 2002 23:59:43 +0000 (23:59 +0000)] 
fixed a bug with client rect calculation in the recent separator erasing fix

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

22 years agoapplied patch for seeking in GIF images
Václav Slavík [Fri, 15 Mar 2002 23:59:09 +0000 (23:59 +0000)] 
applied patch for seeking in GIF images

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

22 years agoerase separators shown behind the controls added to the toolbar
Vadim Zeitlin [Fri, 15 Mar 2002 23:42:42 +0000 (23:42 +0000)] 
erase separators shown behind the controls added to the toolbar

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

22 years agoDid two changes to sample catalogs:
Václav Slavík [Fri, 15 Mar 2002 23:30:26 +0000 (23:30 +0000)] 
Did two changes to sample catalogs:
1. converted Russian one to utf-8 (as a demo of new feature)
2. filled-in headers, so that a) it works b) we don't teach users bad habits

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

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