wxWidgets.git
16 years agomade wxFindFocusedChild static, the comment wasn't telling truth anymore
Václav Slavík [Wed, 5 Mar 2008 15:31:09 +0000 (15:31 +0000)] 
made wxFindFocusedChild static, the comment wasn't telling truth anymore

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

16 years agoignore more build files
Vadim Zeitlin [Wed, 5 Mar 2008 15:22:18 +0000 (15:22 +0000)] 
ignore more build files

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

16 years agocheck that parent is non-NULL in CreateWindowFromHWND() instead of just crashing...
Vadim Zeitlin [Wed, 5 Mar 2008 15:18:59 +0000 (15:18 +0000)] 
check that parent is non-NULL in CreateWindowFromHWND() instead of just crashing if it is; don't call SetEventHandler() unnecessarily; inherit the id from HWND in AdoptAttributesFromHWND()

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

16 years agocall SetHWND(hWnd) from SubclassWin(), this is consistent with calling SetHWND(0...
Vadim Zeitlin [Wed, 5 Mar 2008 15:16:50 +0000 (15:16 +0000)] 
call SetHWND(hWnd) from SubclassWin(), this is consistent with calling SetHWND(0) from UnsubclassWin()

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

16 years agoadded wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC
Václav Slavík [Wed, 5 Mar 2008 15:14:00 +0000 (15:14 +0000)] 
added wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC

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

16 years agodisable wxHAS_TEXT_WINDOW_STREAM for the old MSVC iostream.h library; don't disable...
Vadim Zeitlin [Wed, 5 Mar 2008 12:39:59 +0000 (12:39 +0000)] 
disable wxHAS_TEXT_WINDOW_STREAM for the old MSVC iostream.h library; don't disable it for DLL builds (why?)

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

16 years agoinclude wx/artprov.h to define wxArtID used in this header
Vadim Zeitlin [Wed, 5 Mar 2008 12:27:21 +0000 (12:27 +0000)] 
include wx/artprov.h to define wxArtID used in this header

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

16 years agoformat strings with no real text don't need translating
Václav Slavík [Tue, 4 Mar 2008 22:18:57 +0000 (22:18 +0000)] 
format strings with no real text don't need translating

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

16 years agoset wxUSE_IOSTREAMH to 0 by default, we're in 2008, not 1988
Vadim Zeitlin [Tue, 4 Mar 2008 12:16:33 +0000 (12:16 +0000)] 
set wxUSE_IOSTREAMH to 0 by default, we're in 2008, not 1988

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

16 years agoremove leading dots from .ini/.conf in AddConfFileExtIfNeeded() as this results in...
Vadim Zeitlin [Tue, 4 Mar 2008 12:14:40 +0000 (12:14 +0000)] 
remove leading dots from .ini/.conf in AddConfFileExtIfNeeded() as this results in double dots in the resulting file name

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

16 years agoremove duplicate end iterator declaration from Destroy()
Vadim Zeitlin [Tue, 4 Mar 2008 12:06:40 +0000 (12:06 +0000)] 
remove duplicate end iterator declaration from Destroy()

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

16 years agoVC6 doesn't have wostream when using old iostream.h
Vadim Zeitlin [Tue, 4 Mar 2008 12:06:07 +0000 (12:06 +0000)] 
VC6 doesn't have wostream when using old iostream.h

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

16 years agoadded macros for checking for conflicts between flags values; use it in wxSizer code
Václav Slavík [Tue, 4 Mar 2008 12:03:02 +0000 (12:03 +0000)] 
added macros for checking for conflicts between flags values; use it in wxSizer code

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

16 years agoadded wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that prevents the sizer from changing...
Václav Slavík [Tue, 4 Mar 2008 12:01:36 +0000 (12:01 +0000)] 
added wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that prevents the sizer from changing size if a window is hidden

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

16 years agofixed wxGenericTreeCtrl::DoThaw to call base class' method
Václav Slavík [Tue, 4 Mar 2008 10:06:05 +0000 (10:06 +0000)] 
fixed wxGenericTreeCtrl::DoThaw to call base class' method

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

16 years agoremoved IsFrozen() from paint handler, no need for it there
Václav Slavík [Tue, 4 Mar 2008 10:05:40 +0000 (10:05 +0000)] 
removed IsFrozen() from paint handler, no need for it there

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

16 years agotest Freeze/Thaw completely, including clearing and setting insertion point
Václav Slavík [Tue, 4 Mar 2008 10:04:25 +0000 (10:04 +0000)] 
test Freeze/Thaw completely, including clearing and setting insertion point

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

16 years agoimplemented Freeze/Thaw in wxGTK
Václav Slavík [Tue, 4 Mar 2008 10:03:01 +0000 (10:03 +0000)] 
implemented Freeze/Thaw in wxGTK

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

16 years agoConverted bitmaps to PNG (saving 600KB+), flattened any transparent PNGs in case...
Bryan Petty [Tue, 4 Mar 2008 04:20:27 +0000 (04:20 +0000)] 
Converted bitmaps to PNG (saving 600KB+), flattened any transparent PNGs in case of incompatible browsers/printing, and renamed a number of images to indicate what page it's used on.

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

16 years agoadd some explanation text for the new sections
Francesco Montorsi [Mon, 3 Mar 2008 23:35:26 +0000 (23:35 +0000)] 
add some explanation text for the new sections

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

16 years agouse the selection background colour set using SetSelectionBackground() in GetSelected...
Vadim Zeitlin [Mon, 3 Mar 2008 23:33:38 +0000 (23:33 +0000)] 
use the selection background colour set using SetSelectionBackground() in GetSelectedTextBgColour() by default

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

16 years agoadded the @appearance tag with a first test screenshot
Francesco Montorsi [Mon, 3 Mar 2008 23:27:46 +0000 (23:27 +0000)] 
added the @appearance tag with a first test screenshot

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

16 years agoadded the logos for our main ports
Francesco Montorsi [Mon, 3 Mar 2008 22:58:15 +0000 (22:58 +0000)] 
added the logos for our main ports

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

16 years agouse page_port as prefix since it's shorter and more suited to the new aliases added...
Francesco Montorsi [Mon, 3 Mar 2008 22:57:26 +0000 (22:57 +0000)] 
use page_port as prefix since it's shorter and more suited to the new aliases added to Doxygen.inc

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

16 years agotypo fix
Francesco Montorsi [Mon, 3 Mar 2008 22:56:28 +0000 (22:56 +0000)] 
typo fix

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

16 years agoAdd stylesheet.
Michael Wetherell [Mon, 3 Mar 2008 20:38:21 +0000 (20:38 +0000)] 
Add stylesheet.

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

16 years agouse rtti as shortcut for runtime type information
Francesco Montorsi [Mon, 3 Mar 2008 12:23:26 +0000 (12:23 +0000)] 
use rtti as shortcut for runtime type information

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

16 years agouse rtti as shortcut for runtime type information
Francesco Montorsi [Mon, 3 Mar 2008 12:22:53 +0000 (12:22 +0000)] 
use rtti as shortcut for runtime type information

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

16 years agomade Freeze/Thaw recursively (un)freeze child windows too
Václav Slavík [Mon, 3 Mar 2008 11:30:07 +0000 (11:30 +0000)] 
made Freeze/Thaw recursively (un)freeze child windows too

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

16 years agoUpdated library dependancy graph to use Graphviz (through Doxygen) while removing...
Bryan Petty [Mon, 3 Mar 2008 10:15:13 +0000 (10:15 +0000)] 
Updated library dependancy graph to use Graphviz (through Doxygen) while removing wxODBC library.

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

16 years agoRemoved wxImageList overview, and other @ref fixes.
Bryan Petty [Mon, 3 Mar 2008 03:05:58 +0000 (03:05 +0000)] 
Removed wxImageList overview, and other @ref fixes.

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

16 years agoposition help windows shown when Shift-F1 is pressed near the window and not at the...
Vadim Zeitlin [Mon, 3 Mar 2008 01:58:39 +0000 (01:58 +0000)] 
position help windows shown when Shift-F1 is pressed near the window and not at the mouse position unless the mouse is over the window (this avoids showing the tooltip in the opposite corner of the screen)

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

16 years agoalways draw toolbar background ourselves under XP as it isn't drawn correctly with...
Vadim Zeitlin [Sun, 2 Mar 2008 23:28:54 +0000 (23:28 +0000)] 
always draw toolbar background ourselves under XP as it isn't drawn correctly with some themes (e.g. Zune one) otherwise (replaces patch 1783181)

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

16 years agoadd test for setting toolbar background colour
Vadim Zeitlin [Sun, 2 Mar 2008 23:27:20 +0000 (23:27 +0000)] 
add test for setting toolbar background colour

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

16 years agoreverted the last 2 changes to this file, the border stuff has nothing to do with...
Vadim Zeitlin [Sun, 2 Mar 2008 23:21:36 +0000 (23:21 +0000)] 
reverted the last 2 changes to this file, the border stuff has nothing to do with toolbar sample and is really confusing

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

16 years agothere's no such thing as LANG_VALENCIAN
Václav Slavík [Sun, 2 Mar 2008 23:19:03 +0000 (23:19 +0000)] 
there's no such thing as LANG_VALENCIAN

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

16 years agouse custom selection colours in wxHtmlListBox again (restores functionality broken...
Vadim Zeitlin [Sun, 2 Mar 2008 23:05:35 +0000 (23:05 +0000)] 
use custom selection colours in wxHtmlListBox again (restores functionality broken by patch 1650804 in r44640)

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

16 years agokeep the list of event classes in a single place
Francesco Montorsi [Sun, 2 Mar 2008 20:24:25 +0000 (20:24 +0000)] 
keep the list of event classes in a single place

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

16 years agofix include file syntax
Francesco Montorsi [Sun, 2 Mar 2008 17:29:27 +0000 (17:29 +0000)] 
fix include file syntax

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

16 years agoadded category pages for macros and functions
Francesco Montorsi [Sun, 2 Mar 2008 17:22:02 +0000 (17:22 +0000)] 
added category pages for macros and functions

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

16 years agofix topic overview name
Francesco Montorsi [Sun, 2 Mar 2008 17:21:00 +0000 (17:21 +0000)] 
fix topic overview name

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

16 years agotypofix
Francesco Montorsi [Sun, 2 Mar 2008 15:35:38 +0000 (15:35 +0000)] 
typofix

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

16 years agoensure all topic overviews have an horizontal rule with the list of the sections...
Francesco Montorsi [Sun, 2 Mar 2008 15:33:26 +0000 (15:33 +0000)] 
ensure all topic overviews have an horizontal rule with the list of the sections above

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

16 years agofixed @code sections
Francesco Montorsi [Sun, 2 Mar 2008 15:18:23 +0000 (15:18 +0000)] 
fixed @code sections

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

16 years agofix the @section tag
Francesco Montorsi [Sun, 2 Mar 2008 15:03:33 +0000 (15:03 +0000)] 
fix the @section tag

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

16 years agodecouple item index from string value (patch 1905702)
Vadim Zeitlin [Sun, 2 Mar 2008 14:55:43 +0000 (14:55 +0000)] 
decouple item index from string value (patch 1905702)

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

16 years agodon't post WM_NULL if there is already a WM_NULL in the queue to avoid overflowing...
Vadim Zeitlin [Sun, 2 Mar 2008 14:45:41 +0000 (14:45 +0000)] 
don't post WM_NULL if there is already a WM_NULL in the queue to avoid overflowing it (patch 1904771)

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

16 years agoadd support for custom controls in file dialog in wxGTK and generic versions; also...
Vadim Zeitlin [Sun, 2 Mar 2008 14:33:47 +0000 (14:33 +0000)] 
add support for custom controls in file dialog in wxGTK and generic versions; also allow using generic dialogs in the sample with wxGTK2 (patch 1846837)

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

16 years agofix WPARAM typo
Vadim Zeitlin [Sun, 2 Mar 2008 14:03:42 +0000 (14:03 +0000)] 
fix WPARAM typo

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

16 years agoheader files are not executable
Václav Slavík [Sun, 2 Mar 2008 11:00:52 +0000 (11:00 +0000)] 
header files are not executable

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

16 years agowxMac: Fixed wxListCtrl to respect items' non-default fonts.
Václav Slavík [Sun, 2 Mar 2008 10:59:58 +0000 (10:59 +0000)] 
wxMac: Fixed wxListCtrl to respect items' non-default fonts.

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

16 years agodon't set m_font upfront in wxMac, let the GetDefaultAttributes mechanism used by...
Václav Slavík [Sun, 2 Mar 2008 10:52:33 +0000 (10:52 +0000)] 
don't set m_font upfront in wxMac, let the GetDefaultAttributes mechanism used by other ports pick the right font if m_font is wxNullFont

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

16 years agoadded Get(Class)DefaultAttributes implementation for all controls using DataBrowser...
Václav Slavík [Sun, 2 Mar 2008 10:50:16 +0000 (10:50 +0000)] 
added Get(Class)DefaultAttributes implementation for all controls using DataBrowser native control; fixed wxListBox's to return correct font

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

16 years agoMore doxygen topic overview cleanup.
Bryan Petty [Sun, 2 Mar 2008 10:48:31 +0000 (10:48 +0000)] 
More doxygen topic overview cleanup.

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

16 years agoMore doxygen topic overview cleanup.
Bryan Petty [Sun, 2 Mar 2008 04:32:30 +0000 (04:32 +0000)] 
More doxygen topic overview cleanup.

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

16 years agouse generic dialogs under Palm (generic.diff part of patch 1894861)
Vadim Zeitlin [Sun, 2 Mar 2008 01:20:08 +0000 (01:20 +0000)] 
use generic dialogs under Palm (generic.diff part of patch 1894861)

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

16 years agoworkarounds for Palm compiler errors (pacc-error.diff part of patch 1894861)
Vadim Zeitlin [Sun, 2 Mar 2008 01:16:14 +0000 (01:16 +0000)] 
workarounds for Palm compiler errors (pacc-error.diff part of patch 1894861)

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

16 years agodefine wxConfig where the header implementing it is defined; also define it for wxPal...
Vadim Zeitlin [Sun, 2 Mar 2008 01:14:16 +0000 (01:14 +0000)] 
define wxConfig where the header implementing it is defined; also define it for wxPalm and wxOS2 (confmove.diff part of patch 1894861)

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

16 years agopredefine wxUSE_LIBMSPACK as 0 for Palm (chkconf.diff part of patch 1894861)
Vadim Zeitlin [Sun, 2 Mar 2008 01:08:52 +0000 (01:08 +0000)] 
predefine wxUSE_LIBMSPACK as 0 for Palm (chkconf.diff part of patch 1894861)

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

16 years agoadd platform info for Palm (add-wxpalm-info.diff part of patch 1894861)
Vadim Zeitlin [Sun, 2 Mar 2008 01:02:07 +0000 (01:02 +0000)] 
add platform info for Palm (add-wxpalm-info.diff part of patch 1894861)

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

16 years agoupdate the makefiles to take care of new files and improve dependencies support ...
Vadim Zeitlin [Sun, 2 Mar 2008 00:58:30 +0000 (00:58 +0000)] 
update the makefiles to take care of new files and improve dependencies support (makefile*.diff parts of patch 1894861)

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

16 years agodeclare file-related APIs missing under Palm (pflib-missing.diff part of patch 1894861)
Vadim Zeitlin [Sun, 2 Mar 2008 00:55:46 +0000 (00:55 +0000)] 
declare file-related APIs missing under Palm (pflib-missing.diff part of patch 1894861)

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

16 years agocompilation fixes for PalmOS and implementations of missing standard functions (pflib...
Vadim Zeitlin [Sun, 2 Mar 2008 00:53:32 +0000 (00:53 +0000)] 
compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861)

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

16 years agoPalmOS compilation fixes (wx-trunk-out.diff part of patch 1894861)
Vadim Zeitlin [Sun, 2 Mar 2008 00:43:06 +0000 (00:43 +0000)] 
PalmOS compilation fixes (wx-trunk-out.diff part of patch 1894861)

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

16 years agoadd menu item to jump to DST start date
Vadim Zeitlin [Sun, 2 Mar 2008 00:12:07 +0000 (00:12 +0000)] 
add menu item to jump to DST start date

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

16 years agoMention wxURLDataObject some more
Robert Roebling [Sat, 1 Mar 2008 17:26:54 +0000 (17:26 +0000)] 
Mention wxURLDataObject some more

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

16 years agoImplemented wxURLDataObject for wxGTK using text/x-moz-url
Robert Roebling [Sat, 1 Mar 2008 17:22:31 +0000 (17:22 +0000)] 
Implemented wxURLDataObject for wxGTK using text/x-moz-url

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

16 years agotypo char_t -> char
Robert Roebling [Sat, 1 Mar 2008 17:20:18 +0000 (17:20 +0000)] 
typo char_t -> char

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

16 years agoto be valid HTML4 alt attribute is needed
Francesco Montorsi [Sat, 1 Mar 2008 13:44:45 +0000 (13:44 +0000)] 
to be valid HTML4 alt attribute is needed

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

16 years agotypo fix
Francesco Montorsi [Sat, 1 Mar 2008 13:41:06 +0000 (13:41 +0000)] 
typo fix

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

16 years agono real changes, just refactor/simplify the code to remove duplication and unnecessar...
Vadim Zeitlin [Sat, 1 Mar 2008 12:23:04 +0000 (12:23 +0000)] 
no real changes, just refactor/simplify the code to remove duplication and unnecessary casts

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

16 years agoImage size fix
Julian Smart [Sat, 1 Mar 2008 11:23:52 +0000 (11:23 +0000)] 
Image size fix

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

16 years agoPatch for context menu event for generic/Windows code
Robert Roebling [Sat, 1 Mar 2008 10:25:45 +0000 (10:25 +0000)] 
Patch for context menu event for generic/Windows code

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

16 years agoMore doxygen topic overview cleanup.
Bryan Petty [Sat, 1 Mar 2008 09:49:25 +0000 (09:49 +0000)] 
More doxygen topic overview cleanup.

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

16 years agoMore doxygen topic overview cleanup.
Bryan Petty [Sat, 1 Mar 2008 02:05:14 +0000 (02:05 +0000)] 
More doxygen topic overview cleanup.

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

16 years agoreally use the position passed to ShowHelpAtPoint() when using CHM help controller...
Vadim Zeitlin [Fri, 29 Feb 2008 23:54:16 +0000 (23:54 +0000)] 
really use the position passed to ShowHelpAtPoint() when using CHM help controller (we always used the mouse position instead)

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

16 years agofixed ~wxWindowBase to remove associated context help from wxHelpProvider -- otherwis...
Václav Slavík [Fri, 29 Feb 2008 21:11:21 +0000 (21:11 +0000)] 
fixed ~wxWindowBase to remove associated context help from wxHelpProvider -- otherwise wrong help text could be reused by other controls later

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

16 years agoadjusting to changed ownership (font is only created in the GetFont call of wxTextAttr)
Stefan Csomor [Fri, 29 Feb 2008 20:47:07 +0000 (20:47 +0000)] 
adjusting to changed ownership (font is only created in the GetFont call of wxTextAttr)

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

16 years agoMore doxygen topic overview cleanup.
Bryan Petty [Fri, 29 Feb 2008 09:19:51 +0000 (09:19 +0000)] 
More doxygen topic overview cleanup.

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

16 years agoclear statusbar 'Connecting...' message on failure
Václav Slavík [Thu, 28 Feb 2008 22:50:03 +0000 (22:50 +0000)] 
clear statusbar 'Connecting...' message on failure

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

16 years agofix little problem previously introduced: GENERATE_TAGFILE must be left empty
Francesco Montorsi [Thu, 28 Feb 2008 22:40:26 +0000 (22:40 +0000)] 
fix little problem previously introduced: GENERATE_TAGFILE must be left empty

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

16 years agoremove svn:executable property
Francesco Montorsi [Thu, 28 Feb 2008 21:58:45 +0000 (21:58 +0000)] 
remove svn:executable property

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

16 years agosplitted the Doxyfile in more files; now it's easy to generate only a single format...
Francesco Montorsi [Thu, 28 Feb 2008 21:50:05 +0000 (21:50 +0000)] 
splitted the Doxyfile in more files; now it's easy to generate only a single format or all of them without editing the cfg files

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

16 years agoprepare for Doxygen renaming into Doxygen.inc
Francesco Montorsi [Thu, 28 Feb 2008 21:33:13 +0000 (21:33 +0000)] 
prepare for Doxygen renaming into Doxygen.inc

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

16 years agomove cpp constants just before the wxUSE list
Francesco Montorsi [Thu, 28 Feb 2008 21:29:48 +0000 (21:29 +0000)] 
move cpp constants just before the wxUSE list

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

16 years agoOpen and Close clipboard properly
Julian Smart [Thu, 28 Feb 2008 18:44:43 +0000 (18:44 +0000)] 
Open and Close clipboard properly

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

16 years agoadded missing std sections
Francesco Montorsi [Thu, 28 Feb 2008 08:13:31 +0000 (08:13 +0000)] 
added missing std sections

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

16 years agoadded library missing section
Francesco Montorsi [Thu, 28 Feb 2008 08:13:04 +0000 (08:13 +0000)] 
added library missing section

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

16 years agoadding missing quotes
Francesco Montorsi [Thu, 28 Feb 2008 08:12:25 +0000 (08:12 +0000)] 
adding missing quotes

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

16 years agofix the include files
Francesco Montorsi [Thu, 28 Feb 2008 08:11:52 +0000 (08:11 +0000)] 
fix the include files

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

16 years agoremoved samples topic overview; the samples are part of mainpages/utilities.h now
Francesco Montorsi [Thu, 28 Feb 2008 08:06:39 +0000 (08:06 +0000)] 
removed samples topic overview; the samples are part of mainpages/utilities.h now

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

16 years agorevert updating GTK size hints when window decorations change, it messes up min size...
Paul Cornett [Thu, 28 Feb 2008 06:34:43 +0000 (06:34 +0000)] 
revert updating GTK size hints when window decorations change, it messes up min size set by a sizer

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

16 years agoforward Show() to base, not wxWindow
Paul Cornett [Thu, 28 Feb 2008 06:34:01 +0000 (06:34 +0000)] 
forward Show() to base, not wxWindow

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

16 years agoRemoved some remaining '#' references.
Bryan Petty [Thu, 28 Feb 2008 03:22:12 +0000 (03:22 +0000)] 
Removed some remaining '#' references.

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

16 years agoLast doxygen topic overview cleanup assigned to myself.
Bryan Petty [Thu, 28 Feb 2008 03:13:22 +0000 (03:13 +0000)] 
Last doxygen topic overview cleanup assigned to myself.

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

16 years agocorrect WinCE compilation after last change: can't use global scope with GlobalLock...
Vadim Zeitlin [Thu, 28 Feb 2008 02:52:26 +0000 (02:52 +0000)] 
correct WinCE compilation after last change: can't use global scope with GlobalLock/Unlock() there

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

16 years agoadded DFCS_CHECKED to DrawCheckMark() (part of patch 1890974)
Vadim Zeitlin [Thu, 28 Feb 2008 02:48:51 +0000 (02:48 +0000)] 
added DFCS_CHECKED to DrawCheckMark() (part of patch 1890974)

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

16 years agomore /Wp64 warning fixes: mostly use UINT_PTR instead of UINT and define our WX[WL...
Vadim Zeitlin [Thu, 28 Feb 2008 02:22:52 +0000 (02:22 +0000)] 
more /Wp64 warning fixes: mostly use UINT_PTR instead of UINT and define our WX[WL]PARAM with __w64 if available to avoid hundreds of warnings when casting LPARAMs to pointers/handles

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

16 years agouse GlobalPtrLock (modified to allow not initializing it if the ptr is NULL) in wxGet...
Vadim Zeitlin [Thu, 28 Feb 2008 00:41:38 +0000 (00:41 +0000)] 
use GlobalPtrLock (modified to allow not initializing it if the ptr is NULL) in wxGetPrinterDC() to avoid /Wp64 warnings and also make code safer

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

16 years agocompilation fix after last change
Vadim Zeitlin [Thu, 28 Feb 2008 00:22:02 +0000 (00:22 +0000)] 
compilation fix after last change

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