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

17 years agoSetFormat() exists in generic version only (bug 1605753)
Vadim Zeitlin [Sat, 2 Dec 2006 12:50:24 +0000 (12:50 +0000)] 
SetFormat() exists in generic version only (bug 1605753)

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

17 years agoescape '<' in strings with Pango markup
Vadim Zeitlin [Sat, 2 Dec 2006 12:49:49 +0000 (12:49 +0000)] 
escape '<' in strings with Pango markup

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

17 years agoreSWIGged
Robin Dunn [Sat, 2 Dec 2006 05:00:26 +0000 (05:00 +0000)] 
reSWIGged

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

17 years agoTypo and whitespace tweaks
Robin Dunn [Sat, 2 Dec 2006 04:53:37 +0000 (04:53 +0000)] 
Typo and whitespace tweaks

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

17 years agoImplemented wxLocale::IsAvailable for unix systems
Robin Dunn [Sat, 2 Dec 2006 04:52:46 +0000 (04:52 +0000)] 
Implemented wxLocale::IsAvailable for unix systems

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

17 years agoAdded some modules from Riaan Booysen:
Robin Dunn [Sat, 2 Dec 2006 04:51:13 +0000 (04:51 +0000)] 
Added some modules from Riaan Booysen:

    * wx.lib.flagart:  contains icons of the flags of many countries.

    * wx.lib.art.img2pyartprov: makes images embedded in a python file
      with img2py available via the wx.ArtProvider.

    * wx.lib.langlistctrl: A wx.ListCtrl for selecting a language,
      which uses the country flag icons.

    * An I18N sample for the demo.

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

17 years agoFix compile error
Robin Dunn [Fri, 1 Dec 2006 23:52:54 +0000 (23:52 +0000)] 
Fix compile error

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

17 years agoEnsure that the listctrl takes the focus on left-click
Robin Dunn [Fri, 1 Dec 2006 23:51:49 +0000 (23:51 +0000)] 
Ensure that the listctrl takes the focus on left-click

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

17 years agoAllow wxGenericListCtrl to correctly handle Get/SetScrollPos [bug 1584099].
Kevin Ollivier [Fri, 1 Dec 2006 20:31:25 +0000 (20:31 +0000)] 
Allow wxGenericListCtrl to correctly handle Get/SetScrollPos [bug 1584099].

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

17 years agoNative control on Mac draws its own arrows, so don't draw them ourselves in that...
Kevin Ollivier [Fri, 1 Dec 2006 20:01:22 +0000 (20:01 +0000)] 
Native control on Mac draws its own arrows, so don't draw them ourselves in that case.

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

17 years agoFix DrawHeaderButton
Robin Dunn [Fri, 1 Dec 2006 16:07:30 +0000 (16:07 +0000)] 
Fix DrawHeaderButton

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

17 years ago Committing in .
Jouk Jansen [Fri, 1 Dec 2006 14:38:39 +0000 (14:38 +0000)] 
 Committing in .

added some #ifdef __WXDEBUG__ in the proper places around
wxLogTrace(TRACE_DND... statements

  Modified Files:
  wxWidgets/src/gtk/dnd.cpp

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

17 years agoFix for newline breakage
Julian Smart [Fri, 1 Dec 2006 13:52:31 +0000 (13:52 +0000)] 
Fix for newline breakage
Inserting text now retains style at current position

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

17 years agodestroy IDirectFBWindow in wxTLW dtor
Václav Slavík [Fri, 1 Dec 2006 13:02:20 +0000 (13:02 +0000)] 
destroy IDirectFBWindow in wxTLW dtor

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

17 years agoFixed insertion point bug
Julian Smart [Fri, 1 Dec 2006 12:39:21 +0000 (12:39 +0000)] 
Fixed insertion point bug

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

17 years agoimplemented wxFontEnumerator for wxDFB
Václav Slavík [Fri, 1 Dec 2006 10:14:28 +0000 (10:14 +0000)] 
implemented wxFontEnumerator for wxDFB

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

17 years agoReturn optimal label width from DrawHeaderButton
Robin Dunn [Thu, 30 Nov 2006 23:44:55 +0000 (23:44 +0000)] 
Return optimal label width from DrawHeaderButton

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

17 years agoCorrection to style code
Julian Smart [Thu, 30 Nov 2006 14:52:36 +0000 (14:52 +0000)] 
Correction to style code

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

17 years agoCorrection to accessors
Julian Smart [Thu, 30 Nov 2006 13:50:12 +0000 (13:50 +0000)] 
Correction to accessors

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

17 years ago [ 1604925 ] Fix loading MIME types for KDE
Robert Roebling [Thu, 30 Nov 2006 13:24:32 +0000 (13:24 +0000)] 
  [ 1604925 ] Fix loading MIME types for KDE

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

17 years agoRemoved redundant code
Julian Smart [Thu, 30 Nov 2006 11:55:09 +0000 (11:55 +0000)] 
Removed redundant code

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

17 years agoAdd a hack to allow an external jpeg library to still be used on
Michael Wetherell [Wed, 29 Nov 2006 21:42:57 +0000 (21:42 +0000)] 
Add a hack to allow an external jpeg library to still be used on
cygwin/mingw/wine now that their windows headers define a type boolean
conflicting with the jpeg headers.

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

17 years ago Blind fixes for FindItem() for the native OS X
Robert Roebling [Wed, 29 Nov 2006 21:34:17 +0000 (21:34 +0000)] 
  Blind fixes for FindItem() for the native OS X
    version of wxListCtrk.

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

17 years ago Simpler version of [ 1604590 ] wxListCtrl::FindItem & wxString
Robert Roebling [Wed, 29 Nov 2006 21:10:21 +0000 (21:10 +0000)] 
  Simpler version of [ 1604590 ] wxListCtrl::FindItem & wxString

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

17 years agouse a more appropriate setter for the Selection property
Robin Dunn [Wed, 29 Nov 2006 15:57:18 +0000 (15:57 +0000)] 
use a more appropriate setter for the Selection property

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

17 years agoAnother package name fix
Robin Dunn [Wed, 29 Nov 2006 15:55:57 +0000 (15:55 +0000)] 
Another package name fix

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

17 years ago[GTK] Do not define *_DEPRECATED macros for the gtk+ stack in preparation of a stable...
Mart Raudsepp [Wed, 29 Nov 2006 04:10:36 +0000 (04:10 +0000)] 
[GTK] Do not define *_DEPRECATED macros for the gtk+ stack in preparation of a stable wx release, as we can not
know what functions become deprecated in future releases of gtk+ and co, while the stable wx release should last
the test of time.
We could do some preprocessor magic to automatically define the macros only for development releases (whose minor
version number is odd, not even), but as the releases is close, don't do this at this point, as some compilers
might not like the initial try. I will bring these macros back to HEAD, together with the automation, once 2.8
branches.

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

17 years agofixed unused variable warning
Vadim Zeitlin [Wed, 29 Nov 2006 00:29:13 +0000 (00:29 +0000)] 
fixed unused variable warning

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

17 years agoA couple new simple tests
Robin Dunn [Tue, 28 Nov 2006 23:25:38 +0000 (23:25 +0000)] 
A couple new simple tests

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

17 years agoreSWIGged
Robin Dunn [Tue, 28 Nov 2006 23:24:56 +0000 (23:24 +0000)] 
reSWIGged

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

17 years agoAdded scripts to build debian packages
Robin Dunn [Tue, 28 Nov 2006 23:24:06 +0000 (23:24 +0000)] 
Added scripts to build debian packages

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

17 years agoregenned ReST docs
Robin Dunn [Tue, 28 Nov 2006 23:23:21 +0000 (23:23 +0000)] 
regenned ReST docs

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

17 years agoAvoid assert on Mac
Robin Dunn [Tue, 28 Nov 2006 23:12:23 +0000 (23:12 +0000)] 
Avoid assert on Mac

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

17 years agoMake room for the focus ring to be visible on Mac.
Robin Dunn [Tue, 28 Nov 2006 23:11:21 +0000 (23:11 +0000)] 
Make room for the focus ring to be visible on Mac.
wxMac fix for resetting the focus to the textctrl when the combo ctrl gets it.

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

17 years agoRename boolean to wxjpeg_boolean to avoid conflicts.
Michael Wetherell [Tue, 28 Nov 2006 20:44:32 +0000 (20:44 +0000)] 
Rename boolean to wxjpeg_boolean to avoid conflicts.

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

17 years agoFix one-off error in virtual wxListCtrl.
Kevin Ollivier [Tue, 28 Nov 2006 17:33:25 +0000 (17:33 +0000)] 
Fix one-off error in virtual wxListCtrl.

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

17 years agoadded wxAuiNotebook::Split() documentation
Benjamin Williams [Tue, 28 Nov 2006 16:35:31 +0000 (16:35 +0000)] 
added wxAuiNotebook::Split() documentation

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

17 years agoRename boolean to wxjpeg_boolean to avoid conflicts, e.g. with boolean
Michael Wetherell [Tue, 28 Nov 2006 16:24:45 +0000 (16:24 +0000)] 
Rename boolean to wxjpeg_boolean to avoid conflicts, e.g. with boolean
defined in the Windows headers.

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

17 years agoadded wxAuiNotebook::Split(); hooked up wxAuiMDIParentFrame::Tile() to it
Benjamin Williams [Tue, 28 Nov 2006 15:25:59 +0000 (15:25 +0000)] 
added wxAuiNotebook::Split(); hooked up wxAuiMDIParentFrame::Tile() to it

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

17 years agoAdded wxAuiNotebook::GetPageText, GetPageBitmap
Julian Smart [Tue, 28 Nov 2006 14:55:05 +0000 (14:55 +0000)] 
Added wxAuiNotebook::GetPageText, GetPageBitmap

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

17 years agoPut setting of CC and CXX for wine back before compiler checks.
Michael Wetherell [Tue, 28 Nov 2006 14:47:32 +0000 (14:47 +0000)] 
Put setting of CC and CXX for wine back before compiler checks.

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

17 years agoFix SetItemCount bug with adding items, a blind fix for generic control dnd issues...
Kevin Ollivier [Tue, 28 Nov 2006 06:52:39 +0000 (06:52 +0000)] 
Fix SetItemCount bug with adding items, a blind fix for generic control dnd issues, native control impls for GetTopItem and GetScrollPos, and improve the code paths of the drawing color code.

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

17 years agoPropagate key up events to the wxGenericListCtrl parent, like we do with key down...
Kevin Ollivier [Tue, 28 Nov 2006 04:52:21 +0000 (04:52 +0000)] 
Propagate key up events to the wxGenericListCtrl parent, like we do with key down and char events.

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

17 years agobetter fix for scope resolution operator and Borland (bug 1592939): don't use it...
Vadim Zeitlin [Mon, 27 Nov 2006 22:04:41 +0000 (22:04 +0000)] 
better fix for scope resolution operator and Borland (bug 1592939): don't use it for struct stat but do use it for functions

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

17 years agodon't define wxMBFILES for Borland, this breaks compilation with wxUSE_UNICODE_MSLU...
Vadim Zeitlin [Mon, 27 Nov 2006 21:48:21 +0000 (21:48 +0000)] 
don't define wxMBFILES for Borland, this breaks compilation with wxUSE_UNICODE_MSLU (bug 1592939) and genereally speaking doesn't make any sense

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