]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
17 years agocorrect access for virtuals
Paul Cornett [Thu, 7 Dec 2006 05:50:54 +0000 (05:50 +0000)] 
correct access for virtuals

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

17 years agominor cleanup
Paul Cornett [Thu, 7 Dec 2006 05:47:43 +0000 (05:47 +0000)] 
minor cleanup

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

17 years agodon't use %d to print pointer
Paul Cornett [Thu, 7 Dec 2006 05:47:05 +0000 (05:47 +0000)] 
don't use %d to print pointer

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

17 years agocorrect access for virtuals
Paul Cornett [Thu, 7 Dec 2006 05:44:44 +0000 (05:44 +0000)] 
correct access for virtuals

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

17 years agowxRect2DDouble --> wxRect2D
Robin Dunn [Thu, 7 Dec 2006 03:27:25 +0000 (03:27 +0000)] 
wxRect2DDouble --> wxRect2D

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

17 years agoclip the bitmap to the size of the source DC in DoBlit if neccessary
Robin Dunn [Thu, 7 Dec 2006 03:07:30 +0000 (03:07 +0000)] 
clip the bitmap to the size of the source DC in DoBlit if neccessary

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

17 years agoexplicitly call OnExit() in the ports which don't use wxEventLoopManual
Vadim Zeitlin [Wed, 6 Dec 2006 23:28:44 +0000 (23:28 +0000)] 
explicitly call OnExit() in the ports which don't use wxEventLoopManual

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

17 years agoImplement SortItems for native OS X wxListCtrl to match behavior with other impls...
Kevin Ollivier [Wed, 6 Dec 2006 23:14:20 +0000 (23:14 +0000)] 
Implement SortItems for native OS X wxListCtrl to match behavior with other impls, and request an update when an item's data changes.

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

17 years ago Correct Unicode support topic.
Robert Roebling [Wed, 6 Dec 2006 21:47:03 +0000 (21:47 +0000)] 
  Correct Unicode support topic.

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

17 years ago I blindly believe that WinCE doesn't delete a
Robert Roebling [Wed, 6 Dec 2006 21:40:00 +0000 (21:40 +0000)] 
  I blindly believe that WinCE doesn't delete a
    directory with CreateDirectory.
  [ 1610415 ] wxWinCE remove directory

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

17 years agowe don't need to include wx/url.h from the header, we do need to include wx/uri.h...
Vadim Zeitlin [Wed, 6 Dec 2006 19:20:40 +0000 (19:20 +0000)] 
we don't need to include wx/url.h from the header, we do need to include wx/uri.h from the .cpp file (fixes compilation when wxUSE_URL==0 but wxUSE_PROTOCOL_FILE==1)

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

17 years agouse WXDFB_FONTPATH variable instead of WXDFB_FONTDIR and search the dirs recursively...
Václav Slavík [Wed, 6 Dec 2006 18:48:04 +0000 (18:48 +0000)] 
use WXDFB_FONTPATH variable instead of WXDFB_FONTDIR and search the dirs recursively for fonts

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

17 years agodon't leave dummy extension in of.lpstrDefExt (bug 1609614)
Vadim Zeitlin [Wed, 6 Dec 2006 17:17:37 +0000 (17:17 +0000)] 
don't leave dummy extension in of.lpstrDefExt (bug 1609614)

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

17 years agoask for BPP for .bmp extension, not .bpp one
Vadim Zeitlin [Wed, 6 Dec 2006 17:13:11 +0000 (17:13 +0000)] 
ask for BPP for .bmp extension, not .bpp one

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

17 years agoFix eating of key events (cleaner impl will come after 2.8, right now I want to touch...
Kevin Ollivier [Wed, 6 Dec 2006 04:37:32 +0000 (04:37 +0000)] 
Fix eating of key events (cleaner impl will come after 2.8, right now I want to touch as little common code as possible) and add some extra checks to the Cocoa delegates as they are getting called when the Carbon control isn't in a valid state.

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

17 years agoAdd wxGraphicsMatrix::Get
Robin Dunn [Tue, 5 Dec 2006 23:42:52 +0000 (23:42 +0000)] 
Add wxGraphicsMatrix::Get

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

17 years agoTry using locale.getpreferredencoding
Robin Dunn [Tue, 5 Dec 2006 20:42:32 +0000 (20:42 +0000)] 
Try using locale.getpreferredencoding

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

17 years agofix building/running of tex2rtf
Robin Dunn [Tue, 5 Dec 2006 20:40:50 +0000 (20:40 +0000)] 
fix building/running of tex2rtf

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

17 years agowx.lib.masked: Patch from Will Sadkin. Includes Unicode fixes, plus
Robin Dunn [Tue, 5 Dec 2006 18:57:31 +0000 (18:57 +0000)] 
wx.lib.masked: Patch from Will Sadkin.  Includes Unicode fixes, plus
more helpful exceptions and ability to designate fields in mask
without intervening fixed characters.

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

17 years agodistrib fixes
Robin Dunn [Tue, 5 Dec 2006 18:55:40 +0000 (18:55 +0000)] 
distrib fixes

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

17 years agofix some warnings
Robin Dunn [Tue, 5 Dec 2006 18:11:20 +0000 (18:11 +0000)] 
fix some warnings

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

17 years agoChanged month
Julian Smart [Tue, 5 Dec 2006 17:47:30 +0000 (17:47 +0000)] 
Changed month

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

17 years agouse #define instead of static const to avoid warnings about unused TRACE_CLIPBRD...
Vadim Zeitlin [Tue, 5 Dec 2006 17:04:41 +0000 (17:04 +0000)] 
use #define instead of static const to avoid warnings about unused TRACE_CLIPBRD in release builds with compilers which do support vararg macros

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

17 years agoupdated for 2.8.0 rc3
Vadim Zeitlin [Tue, 5 Dec 2006 15:23:50 +0000 (15:23 +0000)] 
updated for 2.8.0 rc3

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

17 years agoremoved a couple of useless #if wxUSE_UNICODE tests
Vadim Zeitlin [Mon, 4 Dec 2006 23:05:04 +0000 (23:05 +0000)] 
removed a couple of useless #if wxUSE_UNICODE tests

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

17 years agouncommented code in wxgtk_list_store_get_value() and fixed its compilation (but no...
Vadim Zeitlin [Mon, 4 Dec 2006 22:59:27 +0000 (22:59 +0000)] 
uncommented code in wxgtk_list_store_get_value() and fixed its compilation (but no support for per-item encodings yet)

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

17 years ago--with-gnomeprint not needed any longer, it's the default now
Vadim Zeitlin [Mon, 4 Dec 2006 22:41:46 +0000 (22:41 +0000)] 
--with-gnomeprint not needed any longer, it's the default now

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

17 years agoenable gnomeprint code by default
Vadim Zeitlin [Mon, 4 Dec 2006 22:40:25 +0000 (22:40 +0000)] 
enable gnomeprint code by default

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

17 years agoremoved extra comma in --enable-dataviewctrl helpstring
Vadim Zeitlin [Mon, 4 Dec 2006 22:37:16 +0000 (22:37 +0000)] 
removed extra comma in --enable-dataviewctrl helpstring

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

17 years agoAdd ToggleWindowStyle
Robin Dunn [Mon, 4 Dec 2006 20:40:05 +0000 (20:40 +0000)] 
Add ToggleWindowStyle

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

17 years agoAdd Get/SetLogicalFunction
Robin Dunn [Mon, 4 Dec 2006 20:35:41 +0000 (20:35 +0000)] 
Add Get/SetLogicalFunction

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

17 years agoAdd 2.5 dirs to PREFIXES
Robin Dunn [Mon, 4 Dec 2006 20:34:35 +0000 (20:34 +0000)] 
Add 2.5 dirs to PREFIXES

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

17 years agoDo not uninstall wxaddons module or files.
Kevin Ollivier [Mon, 4 Dec 2006 20:26:04 +0000 (20:26 +0000)] 
Do not uninstall wxaddons module or files.

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

17 years agoDocument new location of the patched swig
Robin Dunn [Mon, 4 Dec 2006 20:25:17 +0000 (20:25 +0000)] 
Document new location of the patched swig

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

17 years agofix typo
Robin Dunn [Mon, 4 Dec 2006 20:24:17 +0000 (20:24 +0000)] 
fix typo

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

17 years agoMention the wxSystemOption for turning on the generic wxListCtrl on OS X in the docs.
Kevin Ollivier [Mon, 4 Dec 2006 18:54:12 +0000 (18:54 +0000)] 
Mention the wxSystemOption for turning on the generic wxListCtrl on OS X in the docs.

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

17 years agoadd test for wxLaunchDefaultBrowser, it makes sense to have it in this sample too
Vadim Zeitlin [Mon, 4 Dec 2006 17:53:32 +0000 (17:53 +0000)] 
add test for wxLaunchDefaultBrowser, it makes sense to have it in this sample too

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

17 years agounused parameter warning fix after last change
Vadim Zeitlin [Mon, 4 Dec 2006 17:41:40 +0000 (17:41 +0000)] 
unused parameter warning fix after last change

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

17 years agoquick fix for TRACE_DND being undefined for compilers without vararg macros support...
Vadim Zeitlin [Mon, 4 Dec 2006 17:11:37 +0000 (17:11 +0000)] 
quick fix for TRACE_DND being undefined for compilers without vararg macros support in release builds

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

17 years agofix a problem with (sometimes) editing an invalid item in EditLabel() (Tim Kosse)
Vadim Zeitlin [Mon, 4 Dec 2006 17:07:57 +0000 (17:07 +0000)] 
fix a problem with (sometimes) editing an invalid item in EditLabel() (Tim Kosse)

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

17 years agofix (harmless) assert in virtual list control under Vista
Vadim Zeitlin [Mon, 4 Dec 2006 17:05:29 +0000 (17:05 +0000)] 
fix (harmless) assert in virtual list control under Vista

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

17 years agouse wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all access to MIME data files (extend...
Vadim Zeitlin [Mon, 4 Dec 2006 16:53:02 +0000 (16:53 +0000)] 
use wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all access to MIME data files (extends fix of rev 1.77; replaces the change of rev 1.81); fixes spurious errors when reading KDE MIME files in Unicode builds

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

17 years agogive the file name in the error message about failed Unicode conversion
Vadim Zeitlin [Mon, 4 Dec 2006 16:50:51 +0000 (16:50 +0000)] 
give the file name in the error message about failed Unicode conversion

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

17 years agoAvoid generating two events on selection (when MSWCommand returns false,
Julian Smart [Mon, 4 Dec 2006 16:33:51 +0000 (16:33 +0000)] 
Avoid generating two events on selection (when MSWCommand returns false,
the default window procedure is called in window.cpp and this generates
a further event)

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

17 years agoremoved wxGTK-specific 2 pixel border around the window which is the sole child of...
Vadim Zeitlin [Mon, 4 Dec 2006 14:30:11 +0000 (14:30 +0000)] 
removed wxGTK-specific 2 pixel border around the window which is the sole child of a wxTLW

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

17 years agoallow dynamically changing most of text control styles in wxGTK
Vadim Zeitlin [Mon, 4 Dec 2006 12:39:52 +0000 (12:39 +0000)] 
allow dynamically changing most of text control styles in wxGTK

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

17 years agoremoved empty and unused CalculateScrollbar() method
Vadim Zeitlin [Mon, 4 Dec 2006 11:39:27 +0000 (11:39 +0000)] 
removed empty and unused CalculateScrollbar() method

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

17 years agoadded documentation of return value of ToggleWindowStyle()
Vadim Zeitlin [Mon, 4 Dec 2006 11:19:30 +0000 (11:19 +0000)] 
added documentation of return value of ToggleWindowStyle()

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

17 years agoadded a small helper ToggleWindowStyle() function
Vadim Zeitlin [Mon, 4 Dec 2006 11:10:59 +0000 (11:10 +0000)] 
added a small helper ToggleWindowStyle() function

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

17 years agoensure that scroll position is always in scrolling range, otherwise we could have...
Vadim Zeitlin [Mon, 4 Dec 2006 11:05:59 +0000 (11:05 +0000)] 
ensure that scroll position is always in scrolling range, otherwise we could have a window without scrollbars at all but with non zero scroll offset which was really strange

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

17 years agoremoved explicit initial size for BugsGridFrame, it's not needed as its size is set...
Vadim Zeitlin [Mon, 4 Dec 2006 10:47:02 +0000 (10:47 +0000)] 
removed explicit initial size for BugsGridFrame, it's not needed as its size is set to fit to the grid

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

17 years agoremoved unneeded SetMargins(0, 0) call (this is the default) in BugsGridFrame ctor
Vadim Zeitlin [Mon, 4 Dec 2006 10:44:20 +0000 (10:44 +0000)] 
removed unneeded SetMargins(0, 0) call (this is the default) in BugsGridFrame ctor

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

17 years agoadded the missing parameter to SetScrollbars() call in AutoSize()
Vadim Zeitlin [Mon, 4 Dec 2006 10:43:43 +0000 (10:43 +0000)] 
added the missing parameter to SetScrollbars() call in AutoSize()

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

17 years agoreplaced wxLogDebug with wxLogTrace in wxExecute() to suppress annoying messages...
Vadim Zeitlin [Mon, 4 Dec 2006 10:32:12 +0000 (10:32 +0000)] 
replaced wxLogDebug with wxLogTrace in wxExecute() to suppress annoying messages each time it is called

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

17 years agoUse font encoding
Julian Smart [Mon, 4 Dec 2006 10:16:11 +0000 (10:16 +0000)] 
Use font encoding

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

17 years agoAn attempt at fixing the Unicode conversion errors when loading
Julian Smart [Mon, 4 Dec 2006 10:07:53 +0000 (10:07 +0000)] 
An attempt at fixing the Unicode conversion errors when loading
configuration files - try ISO-8859-1 if Unicode fails.

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

17 years agoAdded SetEncoding
Julian Smart [Mon, 4 Dec 2006 08:26:24 +0000 (08:26 +0000)] 
Added SetEncoding

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

17 years ago Committing in .
Jouk Jansen [Mon, 4 Dec 2006 07:58:42 +0000 (07:58 +0000)] 
 Committing in .

 Update for (experimental) OpenVMS wxGTK2 compilation

 Modified Files:
  wxWidgets/src/common/descrip.mms

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

17 years agocreate mask from alpha channel if the bitmap has no mask, this is better than using...
Vadim Zeitlin [Mon, 4 Dec 2006 02:09:59 +0000 (02:09 +0000)] 
create mask from alpha channel if the bitmap has no mask, this is better than using grey as transparent colour

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

17 years agouse Remove(-1) instead of looping over all images manually in RemoveAll()
Vadim Zeitlin [Mon, 4 Dec 2006 01:46:07 +0000 (01:46 +0000)] 
use Remove(-1) instead of looping over all images manually in RemoveAll()

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

17 years agomoved assertdlg_gtk.[ch] to GTK_LOWLEVEL_SRC/HDR to fix wxUniv/GTK build
Vadim Zeitlin [Mon, 4 Dec 2006 01:14:25 +0000 (01:14 +0000)] 
moved assertdlg_gtk.[ch] to GTK_LOWLEVEL_SRC/HDR to fix wxUniv/GTK build

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

17 years agoCheck the size of the boolean type used by an external jpeg lib on Windows.
Michael Wetherell [Sun, 3 Dec 2006 21:59:47 +0000 (21:59 +0000)] 
Check the size of the boolean type used by an external jpeg lib on Windows.

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

17 years agoCheck for wxFS_READ in OpenFile.
Michael Wetherell [Sun, 3 Dec 2006 21:49:18 +0000 (21:49 +0000)] 
Check for wxFS_READ in OpenFile.

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

17 years agofix for assert which happened if the checkbox was cleared in a control with wxDP_ALLO...
Vadim Zeitlin [Sun, 3 Dec 2006 21:31:32 +0000 (21:31 +0000)] 
fix for assert which happened if the checkbox was cleared in a control with wxDP_ALLOWNONE style

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

17 years agoremoved the workaround for our SetWindowStyleFlag() being called from base class...
Vadim Zeitlin [Sun, 3 Dec 2006 21:30:23 +0000 (21:30 +0000)] 
removed the workaround for our SetWindowStyleFlag() being called from base class Create(), not needed any more after change in rev 1.291 of src/common/wincmn.cpp

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

17 years agodon't use SetWindowStyleFlag() in wxWindowBase::CreateBase() but assign to m_windowSt...
Vadim Zeitlin [Sun, 3 Dec 2006 21:27:52 +0000 (21:27 +0000)] 
don't use SetWindowStyleFlag() in wxWindowBase::CreateBase() but assign to m_windowStyle directly; this allows SetWindowStyleFlag() in the derived classes to change the styles of the control without worrying about whether it had been already created

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

17 years agofixed long standing bug with Fit() still showing the scrollbars: the old code for...
Vadim Zeitlin [Sun, 3 Dec 2006 20:54:04 +0000 (20:54 +0000)] 
fixed long standing bug with Fit() still showing the scrollbars: the old code for rounding up the grid size to a multiple of scroll step was wrong as it did for the grid itself and not just the scrollable area (and also assorted off by 1 errors and a workaround for a bug in wxMSW SetClientSize() implementation whihc may sometimes leave space for unneeded scrollbar)

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

17 years ago Missing bracket.
Robert Roebling [Sun, 3 Dec 2006 20:50:09 +0000 (20:50 +0000)] 
 Missing bracket.

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

17 years ago Move list of raw overviews under the categorized
Robert Roebling [Sun, 3 Dec 2006 20:26:53 +0000 (20:26 +0000)] 
  Move list of raw overviews under the categorized
    list (until we find a way to suppress the list).

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

17 years agosuppress warnings about double to short conversions (but maybe we should round the...
Vadim Zeitlin [Sun, 3 Dec 2006 18:56:25 +0000 (18:56 +0000)] 
suppress warnings about double to short conversions (but maybe we should round the values instead of truncating them here?)

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

17 years agodon't call fputs() with NULL buffer, it crashes
Vadim Zeitlin [Sun, 3 Dec 2006 18:54:48 +0000 (18:54 +0000)] 
don't call fputs() with NULL buffer, it crashes

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

17 years agoadded default value for GetLocalizedResourcesDir() category parameter, as in the...
Vadim Zeitlin [Sun, 3 Dec 2006 18:53:23 +0000 (18:53 +0000)] 
added default value for GetLocalizedResourcesDir() category parameter, as in the base class

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

17 years agoadded a dummy return to GetItemState() to suppress gcc warning (but shouldn't we...
Vadim Zeitlin [Sun, 3 Dec 2006 18:37:40 +0000 (18:37 +0000)] 
added a dummy return to GetItemState() to suppress gcc warning (but shouldn't we assert in all these functions if neither generic nor native implementation is used instead?)

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

17 years agofixed gcc warning about size_t/src/common/dbgrid.cppi printf format spec mismatch
Vadim Zeitlin [Sun, 3 Dec 2006 18:20:28 +0000 (18:20 +0000)] 
fixed gcc warning about size_t/src/common/dbgrid.cppi printf format spec mismatch

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

17 years agodon't show wxOnAssert() frame neither in the assert dialog, it's not interesting...
Vadim Zeitlin [Sun, 3 Dec 2006 16:29:23 +0000 (16:29 +0000)] 
don't show wxOnAssert() frame neither in the assert dialog, it's not interesting as it's always the same

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

17 years agodon't show line numbers as 0 when they're not available, show empty string instead
Vadim Zeitlin [Sun, 3 Dec 2006 16:27:15 +0000 (16:27 +0000)] 
don't show line numbers as 0 when they're not available, show empty string instead

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

17 years agoreplaced the button suppressing the assert dialog with a checkbox (a slightly modifie...
Vadim Zeitlin [Sun, 3 Dec 2006 16:15:01 +0000 (16:15 +0000)] 
replaced the button suppressing the assert dialog with a checkbox (a slightly modified patch from Francesco Montorsi)

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

17 years agowe must turn off AA for XOR etc.
Stefan Csomor [Sun, 3 Dec 2006 15:48:40 +0000 (15:48 +0000)] 
we must turn off AA for XOR etc.

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

17 years agoadding raster op hook to graphics context (10.4 only, partial XOR/INVERT support)
Stefan Csomor [Sun, 3 Dec 2006 15:30:29 +0000 (15:30 +0000)] 
adding raster op hook to graphics context (10.4 only, partial XOR/INVERT support)

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

17 years agopaper size, duplex support
Stefan Csomor [Sun, 3 Dec 2006 15:28:17 +0000 (15:28 +0000)] 
paper size, duplex support

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

17 years agomissing reversed orientation assignments
Stefan Csomor [Sun, 3 Dec 2006 15:26:01 +0000 (15:26 +0000)] 
missing reversed orientation assignments

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

17 years agoadding raster op hook to graphics context
Stefan Csomor [Sun, 3 Dec 2006 15:23:42 +0000 (15:23 +0000)] 
adding raster op hook to graphics context

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

17 years agoadding raster op hook
Stefan Csomor [Sun, 3 Dec 2006 15:15:43 +0000 (15:15 +0000)] 
adding raster op hook

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

17 years agostop the rename timer when the current item changes (Tim Kosse)
Vadim Zeitlin [Sun, 3 Dec 2006 14:19:42 +0000 (14:19 +0000)] 
stop the rename timer when the current item changes (Tim Kosse)

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

17 years agono changes, just de TABified
Vadim Zeitlin [Sun, 3 Dec 2006 13:59:40 +0000 (13:59 +0000)] 
no changes, just de TABified

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

17 years agobackported changes from gtk/window.cpp 1.679 and dnd.cpp 1.116 checking that the...
Vadim Zeitlin [Sun, 3 Dec 2006 13:59:27 +0000 (13:59 +0000)] 
backported changes from gtk/window.cpp 1.679 and dnd.cpp 1.116 checking that the drag and drop is started from a mouse click handler

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

17 years agoremove pointer to the changelog in the docs which isn't up to date
Vadim Zeitlin [Sun, 3 Dec 2006 13:52:48 +0000 (13:52 +0000)] 
remove pointer to the changelog in the docs which isn't up to date

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

17 years agofix initial layout of the widgets pages: avoid calling Fit() on them
Vadim Zeitlin [Sun, 3 Dec 2006 13:43:44 +0000 (13:43 +0000)] 
fix initial layout of the widgets pages: avoid calling Fit() on them

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

17 years agoadded --disable-vararg_macros option to allow not using vararg macros even if they...
Vadim Zeitlin [Sun, 3 Dec 2006 13:41:06 +0000 (13:41 +0000)] 
added --disable-vararg_macros option to allow not using vararg macros even if they're supported (useful if the user code doesn't want to use C99 extensions)

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

17 years agoText style fix
Julian Smart [Sun, 3 Dec 2006 10:11:22 +0000 (10:11 +0000)] 
Text style fix

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

17 years agobetter fix for keeping m_pos in sync
Paul Cornett [Sun, 3 Dec 2006 05:13:00 +0000 (05:13 +0000)] 
better fix for keeping m_pos in sync

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

17 years agofix memory leak and performance problem in Freeze
Paul Cornett [Sun, 3 Dec 2006 04:09:53 +0000 (04:09 +0000)] 
fix memory leak and performance problem in Freeze

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

17 years agoremoved many redundant 'overview's; tried to make more clear what each overview covers
Vadim Zeitlin [Sat, 2 Dec 2006 22:47:45 +0000 (22:47 +0000)] 
removed many redundant 'overview's; tried to make more clear what each overview covers

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

17 years agoremoved 2 more extra '{'s
Vadim Zeitlin [Sat, 2 Dec 2006 18:35:55 +0000 (18:35 +0000)] 
removed 2 more extra '{'s

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

17 years agoescape underscores to fix the docs build
Vadim Zeitlin [Sat, 2 Dec 2006 18:33:35 +0000 (18:33 +0000)] 
escape underscores to fix the docs build

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

17 years agoremove extra '{' which broke docs compilation
Vadim Zeitlin [Sat, 2 Dec 2006 18:17:33 +0000 (18:17 +0000)] 
remove extra '{' which broke docs compilation

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

17 years ago Managed to trick LaTex into using the overviews
Robert Roebling [Sat, 2 Dec 2006 17:14:53 +0000 (17:14 +0000)] 
  Managed to trick LaTex into using the overviews
    and using the nicer formating of them

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

17 years agoadded Get(MultiLine)TextEvent() overloads returning wxSize which are used by wxPackag...
Vadim Zeitlin [Sat, 2 Dec 2006 14:11:15 +0000 (14:11 +0000)] 
added Get(MultiLine)TextEvent() overloads returning wxSize which are used by wxPackageManager (patch 1595123)

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

17 years agomore woodoo in DoGetBestSize() to get rid of tree borders for default-sizes controls
Vadim Zeitlin [Sat, 2 Dec 2006 12:51:34 +0000 (12:51 +0000)] 
more woodoo in DoGetBestSize() to get rid of tree borders for default-sizes controls

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

17 years agoreset the old disabled image list even if there is no new one (bug 1604374)
Vadim Zeitlin [Sat, 2 Dec 2006 12:50:58 +0000 (12:50 +0000)] 
reset the old disabled image list even if there is no new one (bug 1604374)

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