]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years agorebaked with aboutdlg.* files
Vadim Zeitlin [Sun, 8 Oct 2006 13:10:06 +0000 (13:10 +0000)] 
rebaked with aboutdlg.* files

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

17 years agoadded GTK+ 2.6 implementation of wxAboutBox
Vadim Zeitlin [Sun, 8 Oct 2006 13:08:51 +0000 (13:08 +0000)] 
added GTK+ 2.6 implementation of wxAboutBox

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

17 years agoAdded missing image.h header
Julian Smart [Sun, 8 Oct 2006 13:01:18 +0000 (13:01 +0000)] 
Added missing image.h header

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

17 years agotest credits in about dialog
Vadim Zeitlin [Sun, 8 Oct 2006 12:53:44 +0000 (12:53 +0000)] 
test credits in about dialog

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

17 years agoadded --enable-aboutdlg
Vadim Zeitlin [Sun, 8 Oct 2006 12:21:57 +0000 (12:21 +0000)] 
added --enable-aboutdlg

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

17 years agoreformat and add files
Vadim Zeitlin [Sun, 8 Oct 2006 12:11:47 +0000 (12:11 +0000)] 
reformat and add files

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

17 years agoadded native Mac implementation of wxAboutBox(); also moved aboutdlg.* files from...
Vadim Zeitlin [Sun, 8 Oct 2006 12:07:03 +0000 (12:07 +0000)] 
added native Mac implementation of wxAboutBox(); also moved aboutdlg.* files from core to adv library as they depend on wxHyperlinkCtrl which is in adv

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

17 years agouse wxSTRINGIZE_T instead of _T(wxSTRINGIZE())
Vadim Zeitlin [Sun, 8 Oct 2006 11:11:48 +0000 (11:11 +0000)] 
use wxSTRINGIZE_T instead of _T(wxSTRINGIZE())

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

17 years agouse wxVERSION_NUM_DOT_STRING_T instead of wxVERSION_NUM_DOT_STRING to fix the Unicode...
Vadim Zeitlin [Sun, 8 Oct 2006 11:10:41 +0000 (11:10 +0000)] 
use wxVERSION_NUM_DOT_STRING_T instead of wxVERSION_NUM_DOT_STRING to fix the Unicode build

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

17 years agoadded Unicode-friendly variants of version string macros
Vadim Zeitlin [Sun, 8 Oct 2006 11:09:42 +0000 (11:09 +0000)] 
added Unicode-friendly variants of version string macros

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

17 years agoadded Unicode-friendly wxSTRINGIZE_T()
Vadim Zeitlin [Sun, 8 Oct 2006 11:07:55 +0000 (11:07 +0000)] 
added Unicode-friendly wxSTRINGIZE_T()

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

17 years agouse wxSTRINGIZE instead of redefining a special STRINGIZE in this file
Vadim Zeitlin [Sun, 8 Oct 2006 10:59:16 +0000 (10:59 +0000)] 
use wxSTRINGIZE instead of redefining a special STRINGIZE in this file

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

17 years agoMove some things to wxBitmapBase to avoid much duplication.
Paul Cornett [Sun, 8 Oct 2006 08:04:49 +0000 (08:04 +0000)] 
Move some things to wxBitmapBase to avoid much duplication.
Use proper const for XPM data, and const void* for arbitary bitmap data.

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

17 years agoreturn values of overloaded virtuals should match the base class version
Robin Dunn [Sun, 8 Oct 2006 06:42:09 +0000 (06:42 +0000)] 
return values of overloaded virtuals should match the base class version

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

17 years agoOverride CreateItem so wxListBox can turn its notifications into events.
Robin Dunn [Sun, 8 Oct 2006 06:37:50 +0000 (06:37 +0000)] 
Override CreateItem so wxListBox can turn its notifications into events.

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

17 years agoadded wxAboutBox-related files
Vadim Zeitlin [Sun, 8 Oct 2006 01:21:28 +0000 (01:21 +0000)] 
added wxAboutBox-related files

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

17 years agoadded wxUSE_ABOUTDLG
Vadim Zeitlin [Sun, 8 Oct 2006 01:20:38 +0000 (01:20 +0000)] 
added wxUSE_ABOUTDLG

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

17 years agouse the main frame icon if no icon is explicitely specified
Vadim Zeitlin [Sun, 8 Oct 2006 01:19:31 +0000 (01:19 +0000)] 
use the main frame icon if no icon is explicitely specified

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

17 years agoinitial implementation of wxAboutBox()
Vadim Zeitlin [Sun, 8 Oct 2006 01:02:04 +0000 (01:02 +0000)] 
initial implementation of wxAboutBox()

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

17 years agoadded wxUSE_ABOUTDLG
Vadim Zeitlin [Sun, 8 Oct 2006 00:59:09 +0000 (00:59 +0000)] 
added wxUSE_ABOUTDLG

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

17 years agofixed VC warning about unreachable code
Vadim Zeitlin [Sun, 8 Oct 2006 00:35:44 +0000 (00:35 +0000)] 
fixed VC warning about unreachable code

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

17 years agoignore the other WXDLLIMPEXP_XXX and not only BASE one too
Vadim Zeitlin [Sun, 8 Oct 2006 00:03:49 +0000 (00:03 +0000)] 
ignore the other WXDLLIMPEXP_XXX and not only BASE one too

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

17 years ago Some more explanations.
Robert Roebling [Sat, 7 Oct 2006 21:38:46 +0000 (21:38 +0000)] 
  Some more explanations.

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

17 years ago More docs.
Robert Roebling [Sat, 7 Oct 2006 20:58:47 +0000 (20:58 +0000)] 
  More docs.

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

17 years ago Two more typos.
Robert Roebling [Sat, 7 Oct 2006 20:36:08 +0000 (20:36 +0000)] 
  Two more typos.

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

17 years agosmall cleanup
Paul Cornett [Sat, 7 Oct 2006 18:32:49 +0000 (18:32 +0000)] 
small cleanup

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

17 years agosome cleanup, and plug a few small holes
Paul Cornett [Sat, 7 Oct 2006 18:32:11 +0000 (18:32 +0000)] 
some cleanup, and plug a few small holes

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

17 years ago Typo.
Robert Roebling [Sat, 7 Oct 2006 17:44:31 +0000 (17:44 +0000)] 
  Typo.

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

17 years ago Include wxDataViewCtrl in list of controls.
Robert Roebling [Sat, 7 Oct 2006 17:38:40 +0000 (17:38 +0000)] 
  Include wxDataViewCtrl in list of controls.

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

17 years ago Include dataview docs.
Robert Roebling [Sat, 7 Oct 2006 17:36:44 +0000 (17:36 +0000)] 
  Include dataview docs.

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

17 years ago Add docs to wxDataViewCtrl
Robert Roebling [Sat, 7 Oct 2006 17:34:00 +0000 (17:34 +0000)] 
  Add docs to wxDataViewCtrl

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

17 years ago Not everything has to be virtual.
Robert Roebling [Sat, 7 Oct 2006 14:15:53 +0000 (14:15 +0000)] 
 Not everything has to be virtual.
 Made short cuts for adding columns more useful.

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

17 years agorename the ID parameter
Robin Dunn [Fri, 6 Oct 2006 23:21:07 +0000 (23:21 +0000)] 
rename the ID parameter

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

17 years agofix for handling from Francesco
Vadim Zeitlin [Fri, 6 Oct 2006 22:37:03 +0000 (22:37 +0000)] 
fix for  handling from Francesco

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

17 years ago Return toolbars "own" GdkWindow, required among
Robert Roebling [Fri, 6 Oct 2006 21:49:10 +0000 (21:49 +0000)] 
  Return toolbars "own" GdkWindow, required among
    others for mouse event reporting.

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

17 years agoreSWIGged
Robin Dunn [Fri, 6 Oct 2006 20:08:33 +0000 (20:08 +0000)] 
reSWIGged

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

17 years agoRenamed wx.FutureCall to wx.CallLater so it is named more like
Robin Dunn [Fri, 6 Oct 2006 19:56:57 +0000 (19:56 +0000)] 
Renamed wx.FutureCall to wx.CallLater so it is named more like
wx.CallAfter.  wx.FutureCall is now an empty subclass of wx.CallLater
for compatibility of older code.

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

17 years agobe able to switch between the frame managing the toolbar, anbd putting
Robin Dunn [Fri, 6 Oct 2006 19:55:31 +0000 (19:55 +0000)] 
be able to switch between the frame managing the toolbar, anbd putting
it in a sizer instead.

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

17 years agosome tweaks
Robin Dunn [Fri, 6 Oct 2006 19:54:48 +0000 (19:54 +0000)] 
some tweaks

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

17 years agomore informative assert message
Robin Dunn [Fri, 6 Oct 2006 17:14:39 +0000 (17:14 +0000)] 
more informative assert message

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

17 years agomake pixbuf/alpha handling more coherent in gtk wxBitmap, allow pixbuf without alpha
Paul Cornett [Fri, 6 Oct 2006 16:34:45 +0000 (16:34 +0000)] 
make pixbuf/alpha handling more coherent in gtk wxBitmap, allow pixbuf without alpha

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

17 years agodon't invert mono bitmaps in Rescale
Paul Cornett [Fri, 6 Oct 2006 15:49:29 +0000 (15:49 +0000)] 
don't invert mono bitmaps in Rescale

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

17 years ago Implemended column header mouse clicks.
Robert Roebling [Fri, 6 Oct 2006 09:50:45 +0000 (09:50 +0000)] 
  Implemended column header mouse clicks.
  Ascending/descending sorting.
  Setting the little arrow indicator for ascending
    and desceding sorting.
  Generic stubs.

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

17 years ago Committing in .
Jouk Jansen [Fri, 6 Oct 2006 07:25:56 +0000 (07:25 +0000)] 
 Committing in .

 Synchronizing setup.h_vms with setup.h.in

 Modified Files:
  wxWidgets/setup.h_vms

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

17 years agoAllow the native toolbar to have more han one button toggled at a time.
Robin Dunn [Fri, 6 Oct 2006 04:47:30 +0000 (04:47 +0000)] 
Allow the native toolbar to have more han one button toggled at a time.

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

17 years agoreSWIGged
Robin Dunn [Fri, 6 Oct 2006 00:53:37 +0000 (00:53 +0000)] 
reSWIGged

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

17 years agodon't inject constructors
Robin Dunn [Fri, 6 Oct 2006 00:52:55 +0000 (00:52 +0000)] 
don't inject constructors

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

17 years agoalways use wxPyPanel
Robin Dunn [Fri, 6 Oct 2006 00:52:29 +0000 (00:52 +0000)] 
always use wxPyPanel

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

17 years agoreduce the number of objects for a quicker startup time
Robin Dunn [Fri, 6 Oct 2006 00:51:48 +0000 (00:51 +0000)] 
reduce the number of objects for a quicker startup time

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

17 years agoSet overview to docstring
Robin Dunn [Fri, 6 Oct 2006 00:51:01 +0000 (00:51 +0000)] 
Set overview to docstring

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

17 years agoFixes for using the staticmethods
Robin Dunn [Fri, 6 Oct 2006 00:50:22 +0000 (00:50 +0000)] 
Fixes for using the staticmethods

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

17 years agoApplied second part of patch #1570448, use the device origin for where
Robin Dunn [Fri, 6 Oct 2006 00:31:18 +0000 (00:31 +0000)] 
Applied second part of patch #1570448, use the device origin for where
to clear

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

17 years agosome fixes
Robin Dunn [Thu, 5 Oct 2006 23:56:13 +0000 (23:56 +0000)] 
some fixes

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

17 years agoUpdates from Paul
Robin Dunn [Thu, 5 Oct 2006 23:53:44 +0000 (23:53 +0000)] 
Updates from Paul

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

17 years agoPart of patch# 1570448, use dwRop for StretchBIBits too
Robin Dunn [Thu, 5 Oct 2006 23:51:28 +0000 (23:51 +0000)] 
Part of patch# 1570448, use dwRop for StretchBIBits too

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

17 years agoensure that wxMAC_USE_CORE_GRAPHICS is turned on if wxUSE_GRAPHICS_CONTEXT is
Robin Dunn [Thu, 5 Oct 2006 22:53:06 +0000 (22:53 +0000)] 
ensure that wxMAC_USE_CORE_GRAPHICS is turned on if wxUSE_GRAPHICS_CONTEXT is

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

17 years agoAdd USE_GDIPLUS option that will control (for the makefile builds) if
Robin Dunn [Thu, 5 Oct 2006 22:45:17 +0000 (22:45 +0000)] 
Add USE_GDIPLUS option that will control (for the makefile builds) if
the gdiplus.lib library is added to the link, and whether
wxUSE_GRAPHICS_CONTEXT should be defined.

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

17 years agoMake the message about wxUSE_GRAPHICS_CONTEXT a bit more informative
Robin Dunn [Thu, 5 Oct 2006 22:42:31 +0000 (22:42 +0000)] 
Make the message about wxUSE_GRAPHICS_CONTEXT a bit more informative

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

17 years agoAdd FlatNotebook
Robin Dunn [Thu, 5 Oct 2006 22:24:18 +0000 (22:24 +0000)] 
Add FlatNotebook

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

17 years agoNeed to update the bg brush when the first page is added.
Jamie Gadd [Thu, 5 Oct 2006 21:34:54 +0000 (21:34 +0000)] 
Need to update the bg brush when the first page is added.

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

17 years ago Added sort order and alignement for column headers.
Robert Roebling [Thu, 5 Oct 2006 19:35:23 +0000 (19:35 +0000)] 
  Added sort order and alignement for column headers.

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

17 years ago Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
Mattia Barbon [Thu, 5 Oct 2006 19:34:25 +0000 (19:34 +0000)] 
  Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
a 32 bit int pointer to XtVaGetValues will cause trouble). Using a long
should suffice. A configure test would be better.

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

17 years ago Add support for bitmaps in headers.
Robert Roebling [Thu, 5 Oct 2006 19:06:21 +0000 (19:06 +0000)] 
 Add support for bitmaps in headers.

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

17 years ago[ 1560785 ] wxFileName::IsReadable/Writable/Executable
Robert Roebling [Thu, 5 Oct 2006 17:28:31 +0000 (17:28 +0000)] 
1560785 ] wxFileName::IsReadable/Writable/Executable

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

17 years agofix problems with using incorrect vswprintf() for mingw32/VC6 when wxUSE_PRINTF_POS_P...
Vadim Zeitlin [Thu, 5 Oct 2006 15:25:09 +0000 (15:25 +0000)] 
fix problems with using incorrect vswprintf() for mingw32/VC6 when wxUSE_PRINTF_POS_PARAMS==1, try to simplify/better organize all wxVsnprintf_()-related code

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

17 years agoPCH build fix.
Włodzimierz Skiba [Thu, 5 Oct 2006 12:11:12 +0000 (12:11 +0000)] 
PCH build fix.

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

17 years agorestored Ove Kåven name in the header comment which was
Vadim Zeitlin [Thu, 5 Oct 2006 11:54:30 +0000 (11:54 +0000)] 
restored Ove Kåven name in the header comment which was
broken a couple revisions ago; switched copyright to wxWidgets
dev team as the whole as there are simply too many people who
have modified this file to list them all; no changes in the code

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

17 years agowxGenericDirCtrl page for widgets sample.
Włodzimierz Skiba [Thu, 5 Oct 2006 10:20:32 +0000 (10:20 +0000)] 
wxGenericDirCtrl page for widgets sample.

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

17 years agoWarning fixes and TODO markup for easier finding by brave volounteers.
Włodzimierz Skiba [Thu, 5 Oct 2006 07:18:25 +0000 (07:18 +0000)] 
Warning fixes and TODO markup for easier finding by brave volounteers.

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

17 years agohonour wxBU_EXACTFIT in wxToggleButton (patch 1567892)
Vadim Zeitlin [Wed, 4 Oct 2006 23:02:13 +0000 (23:02 +0000)] 
honour wxBU_EXACTFIT in wxToggleButton (patch 1567892)

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

17 years agofixed off by 2 error in HasPage() (patch 1562871)
Vadim Zeitlin [Wed, 4 Oct 2006 22:58:23 +0000 (22:58 +0000)] 
fixed off by 2 error in HasPage() (patch 1562871)

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

17 years agofix the length passed to wxMB2WC (replaces patch 1554431); don't use (and especially...
Vadim Zeitlin [Wed, 4 Oct 2006 19:43:20 +0000 (19:43 +0000)] 
fix the length passed to wxMB2WC (replaces patch 1554431); don't use (and especially don't overflow) fixed size buffer in the same function (just how many bugs can there be in 5 lines of code?)

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

17 years agocorrected date in header; removed extra wx/wxprec.h inclusion
Vadim Zeitlin [Wed, 4 Oct 2006 18:13:49 +0000 (18:13 +0000)] 
corrected date in header; removed extra wx/wxprec.h inclusion

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

17 years agoupdated copyright year, s/wxWindows/wxWidgets/
Vadim Zeitlin [Wed, 4 Oct 2006 18:05:25 +0000 (18:05 +0000)] 
updated copyright year, s/wxWindows/wxWidgets/

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

17 years agofixed unused var warning
Vadim Zeitlin [Wed, 4 Oct 2006 17:45:58 +0000 (17:45 +0000)] 
fixed unused var warning

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

17 years ago Add row activated event.
Robert Roebling [Wed, 4 Oct 2006 13:23:20 +0000 (13:23 +0000)] 
  Add row activated event.

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

17 years ago Fix warning for unknown menu stock id.
Robert Roebling [Wed, 4 Oct 2006 13:21:56 +0000 (13:21 +0000)] 
  Fix warning for unknown menu stock id.

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

17 years agoNew icon for combobox with bitmaps. Improved readability of icons on dark backgrounds...
Włodzimierz Skiba [Wed, 4 Oct 2006 10:51:24 +0000 (10:51 +0000)] 
New icon for combobox with bitmaps. Improved readability of icons on dark backgrounds. Rgenerated makefiles.

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

17 years agoConnect changed page event after subpages are created so book->SetSelection does...
Włodzimierz Skiba [Wed, 4 Oct 2006 09:38:56 +0000 (09:38 +0000)] 
Connect changed page event after subpages are created so book->SetSelection does not cause any lazy creation and non-treebook-based build does not crash.

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

17 years agoBookCtrl event handler added to default book layer.
Włodzimierz Skiba [Wed, 4 Oct 2006 09:33:52 +0000 (09:33 +0000)] 
BookCtrl event handler added to default book layer.

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

17 years agoSave a reference to the DC
Robin Dunn [Wed, 4 Oct 2006 03:28:49 +0000 (03:28 +0000)] 
Save a reference to the DC

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

17 years agoAvoid warnings when wxMAC_USE_CORE_GRAPHICS_BLEND_MODES is not defined
Robin Dunn [Wed, 4 Oct 2006 03:19:19 +0000 (03:19 +0000)] 
Avoid warnings when wxMAC_USE_CORE_GRAPHICS_BLEND_MODES is not defined

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

17 years agoBakefile changes for building the graphics context modules, and
Robin Dunn [Wed, 4 Oct 2006 03:13:03 +0000 (03:13 +0000)] 
Bakefile changes for building the graphics context modules, and
setup/configure changes for setting wxUSE_GRAPHICS_CONTEXT.

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

17 years agoWrap module in #if wxUSE_GRAPHICS_CONTEXT
Robin Dunn [Tue, 3 Oct 2006 21:56:07 +0000 (21:56 +0000)] 
Wrap module in #if wxUSE_GRAPHICS_CONTEXT

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

17 years agofix parameter type
Robin Dunn [Tue, 3 Oct 2006 21:54:36 +0000 (21:54 +0000)] 
fix parameter type

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

17 years agoAvoid ambigous overload errors
Robin Dunn [Tue, 3 Oct 2006 21:53:35 +0000 (21:53 +0000)] 
Avoid ambigous overload errors

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

17 years agoGive the grid events a Clone method
Robin Dunn [Tue, 3 Oct 2006 21:52:50 +0000 (21:52 +0000)] 
Give the grid events a Clone method

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

17 years agoDLL build fix
Robin Dunn [Tue, 3 Oct 2006 21:51:05 +0000 (21:51 +0000)] 
DLL build fix

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

17 years agoAdd wrappers for wxGraphicsPath and wxGraphicsContext. This is still
Robin Dunn [Tue, 3 Oct 2006 21:36:33 +0000 (21:36 +0000)] 
Add wrappers for wxGraphicsPath and wxGraphicsContext.  This is still
a work in progress.

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

17 years agofix HitTest
Robin Dunn [Tue, 3 Oct 2006 21:35:16 +0000 (21:35 +0000)] 
fix HitTest

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

17 years agoKeyCode --> GetKeyCode
Robin Dunn [Tue, 3 Oct 2006 21:32:20 +0000 (21:32 +0000)] 
KeyCode --> GetKeyCode

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

17 years agoDon't use the old wxPython namespace
Robin Dunn [Tue, 3 Oct 2006 21:31:28 +0000 (21:31 +0000)] 
Don't use the old wxPython namespace

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

17 years agoChange wx.DC inheritance hierarchy to match reality
Robin Dunn [Tue, 3 Oct 2006 21:30:57 +0000 (21:30 +0000)] 
Change wx.DC inheritance hierarchy to match reality

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

17 years agoDon't deprecate Inside() yet
Robin Dunn [Tue, 3 Oct 2006 21:30:09 +0000 (21:30 +0000)] 
Don't deprecate Inside() yet

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

17 years agoUse Set(name) instead of InitFromName(name)
Robin Dunn [Tue, 3 Oct 2006 21:29:04 +0000 (21:29 +0000)] 
Use Set(name) instead of InitFromName(name)

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

17 years agoDon't forget the samples\ide\activegrid\model dir
Robin Dunn [Tue, 3 Oct 2006 21:28:14 +0000 (21:28 +0000)] 
Don't forget the samples\ide\activegrid\model dir

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

17 years agoAdded the wx.lib.buttonpanel module, which is a tweaked version of
Robin Dunn [Tue, 3 Oct 2006 21:23:17 +0000 (21:23 +0000)] 
Added the wx.lib.buttonpanel module, which is a tweaked version of
Andrea Gavana's FancyButtonPanel module.

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

17 years agobuild fix
Paul Cornett [Tue, 3 Oct 2006 19:28:10 +0000 (19:28 +0000)] 
build fix

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

17 years agouniv build fix
Paul Cornett [Tue, 3 Oct 2006 19:06:57 +0000 (19:06 +0000)] 
univ build fix

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

17 years agoline endings
Stefan Csomor [Tue, 3 Oct 2006 19:00:52 +0000 (19:00 +0000)] 
line endings

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