]>
git.saurik.com Git - wxWidgets.git/log
Robert Roebling [Fri, 18 Apr 2008 08:01:13 +0000 (08:01 +0000)]
Layout improvements for CalendarCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53255
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 18 Apr 2008 07:58:12 +0000 (07:58 +0000)]
Bring wxSpinCtrl closer to HIG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53254
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 18 Apr 2008 07:57:03 +0000 (07:57 +0000)]
Improve default size calc of wxComboBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53253
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 18 Apr 2008 01:51:04 +0000 (01:51 +0000)]
added wxMouseState::GetPosition(), for consistency with wxMouseEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53252
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 18 Apr 2008 01:48:44 +0000 (01:48 +0000)]
make wxMouseState accessors const; document this class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53251
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 17 Apr 2008 15:31:50 +0000 (15:31 +0000)]
[
1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53247
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 17 Apr 2008 15:19:15 +0000 (15:19 +0000)]
Patches-
1940222 ] wxTextCtrl and keydown on fully selected text (wxMac)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53246
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 17 Apr 2008 15:07:26 +0000 (15:07 +0000)]
[
1942756 ] wxImage:SaveFile() returns true instead of result of subcall
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53244
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Thu, 17 Apr 2008 14:39:31 +0000 (14:39 +0000)]
Work around another buggy getgrgid_r.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53243
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Thu, 17 Apr 2008 11:28:34 +0000 (11:28 +0000)]
Update OpenVMS compiles support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53242
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Thu, 17 Apr 2008 07:06:20 +0000 (07:06 +0000)]
Fixed wxScrolledWindow references to properly link (and appropriately changed others to wxScrolled).
Initial reviews of a few d* interface headers in this commit as well.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53241
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 16 Apr 2008 22:35:25 +0000 (22:35 +0000)]
removed no longer needed wxOKlibc() helper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53239
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 16 Apr 2008 22:20:50 +0000 (22:20 +0000)]
wchar_t is now always required, updated chartype.h check accordingly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53238
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Wed, 16 Apr 2008 20:11:08 +0000 (20:11 +0000)]
Added feature to the HTML manual to remember your preference to show or hide the inheritance diagram (shown by default now).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53235
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Wed, 16 Apr 2008 03:40:35 +0000 (03:40 +0000)]
Finished reviewing (fixing) the datetime.h interface header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53187
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Apr 2008 23:30:15 +0000 (23:30 +0000)]
execute the usual cleanup code from EVT_END_SESSION handler under MSW, otherwise it's not run at all because we're simply killed by the system (bug
1428691 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53186
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Apr 2008 23:17:11 +0000 (23:17 +0000)]
added a section about Connect(), improve/streamline the one about event tables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53185
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Tue, 15 Apr 2008 12:55:20 +0000 (12:55 +0000)]
Move wxGTK Stable quick build to a machine with gtk+ installed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53180
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 15 Apr 2008 12:22:41 +0000 (12:22 +0000)]
add possibility to specify the conversion to use in wxStringOutputStream; use it instead of reimplementing the same logic erroneously in wxHTML (bug
1711476 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53179
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Tue, 15 Apr 2008 12:17:45 +0000 (12:17 +0000)]
Move builds to the currently available testdrive machines.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53178
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Michael Wetherell [Tue, 15 Apr 2008 12:16:40 +0000 (12:16 +0000)]
Just whitespace fixes, no change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53177
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Apr 2008 09:06:11 +0000 (09:06 +0000)]
Use correct tree style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53176
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 15 Apr 2008 08:49:08 +0000 (08:49 +0000)]
Mention default constr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53175
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Tue, 15 Apr 2008 07:46:40 +0000 (07:46 +0000)]
Reviewed wxDatePickerCtrl and categorized most of the wxDateTime methods.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53174
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Tue, 15 Apr 2008 03:25:23 +0000 (03:25 +0000)]
Reviewed dataobj.h interface header and added wxDataViewCtrl class group.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53173
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 14 Apr 2008 22:30:07 +0000 (22:30 +0000)]
more wxString:[Aa]ppend() overloads for better compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53172
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 14 Apr 2008 20:14:04 +0000 (20:14 +0000)]
Support bitmaps and text and header columns using wxImageList, minor sizing corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53171
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 14 Apr 2008 20:13:06 +0000 (20:13 +0000)]
Use scoped ptr template
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53170
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Mon, 14 Apr 2008 18:41:06 +0000 (18:41 +0000)]
Also set wxHAVE_RAW_BITMAP for Mac and GTK2, use it in wxSTC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53168
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 14 Apr 2008 13:11:54 +0000 (13:11 +0000)]
removed extra wxCalendarCtrl:: which is ignored by MSVC for some reason but breaks compilation with other compilers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53166
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 14 Apr 2008 11:59:58 +0000 (11:59 +0000)]
Added bitmap support to column header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53165
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 14 Apr 2008 09:40:11 +0000 (09:40 +0000)]
Correct weak ref usage which triggered an assert
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53164
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 14 Apr 2008 09:39:36 +0000 (09:39 +0000)]
Minor clarification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53163
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Mon, 14 Apr 2008 05:36:08 +0000 (05:36 +0000)]
Finished initial review of the rest of the [c*] interface headers.
Turned on wxPython and wxPerl doc sections as they should be on by default (in
tradition of the old manual for now).
Removed double border on tables for definition lists (we should work on nicer
looking tables for everything, but it can wait).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53162
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Apr 2008 23:41:15 +0000 (23:41 +0000)]
fix crashes due to missing npos handling in several wxString methods in STL build (bug
1941352 ); add an assert to ensure this bug doesn't occur in the future
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53161
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 13 Apr 2008 12:28:11 +0000 (12:28 +0000)]
fixed incorrect layout width caching in wxHtmlContainerCell (patch #
1931479 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53159
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 13 Apr 2008 12:18:00 +0000 (12:18 +0000)]
Fixed IMPLEMENT_APP() to be compatible with the -WU flag of Borland C++ (patch #
1935997 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53158
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 13 Apr 2008 12:06:17 +0000 (12:06 +0000)]
wxDFB compilation fixes after recent brushes/pens changes (patch #
1939986 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53156
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Apr 2008 02:09:52 +0000 (02:09 +0000)]
allow predefining wxNO_XXX_LIB symbols to avoid implicitly linking with the corresponding library when using msvc/wx/setup.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53155
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Apr 2008 01:30:14 +0000 (01:30 +0000)]
added a simple benchmark for wxDC::DrawLine() performance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53154
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 13 Apr 2008 01:29:43 +0000 (01:29 +0000)]
removed a TODO comments, it actually doesn't seem necessary to optimize the use of MM_ANISOTROPIC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53153
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Sat, 12 Apr 2008 23:27:36 +0000 (23:27 +0000)]
Finished initial review of the rest of the [co*] interface headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53152
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Apr 2008 21:48:47 +0000 (21:48 +0000)]
no real changes but replace manual calls to Set{Text,Bk}Color() with matching calls to restore original colours with constructions of local wxTextColoursChanger objects which do this automatically; also renamed the old wxColourChanger class to wxBrushAttrsSetter to make it more clear what it does and reduce the risk of confusion with the new class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53151
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Apr 2008 21:07:19 +0000 (21:07 +0000)]
test for pen validity before calling GetStyle() on it, this asserts now if the pen is invalid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53150
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 12 Apr 2008 20:29:32 +0000 (20:29 +0000)]
Giving up on combining @e and @c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53149
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 12 Apr 2008 20:24:08 +0000 (20:24 +0000)]
Fix crash when deleting node
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53148
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 12 Apr 2008 20:07:53 +0000 (20:07 +0000)]
Corrected/added support for column headers with icon and text
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53147
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 12 Apr 2008 19:34:32 +0000 (19:34 +0000)]
Try out - instead of @li, more backslash escaping
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53146
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Apr 2008 17:10:47 +0000 (17:10 +0000)]
don't use wxLocale if wxUSE_LOCALE==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53145
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Apr 2008 17:10:28 +0000 (17:10 +0000)]
don't stop on NULs in Replace()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53144
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Apr 2008 17:05:01 +0000 (17:05 +0000)]
test that iterator is valid before comparing with it (another bug introduced when replacing indices with iterators)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53143
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Apr 2008 17:03:09 +0000 (17:03 +0000)]
fix bugs introduced in wxCmdLineParser::ConvertStringToArgs() during Unicode transition; added a unit test for it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53142
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 12 Apr 2008 16:30:17 +0000 (16:30 +0000)]
Try to escape backward slash with two of them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53141
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 12 Apr 2008 15:37:09 +0000 (15:37 +0000)]
Add wxPopupWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53140
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 12 Apr 2008 15:14:41 +0000 (15:14 +0000)]
Mention Scrolled and wxScrolledWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53139
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Apr 2008 15:12:02 +0000 (15:12 +0000)]
forward declare wxVideoMode as struct, not class, now that it was reverted to be struct again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53138
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 12 Apr 2008 15:05:27 +0000 (15:05 +0000)]
added @li to return values in wxStandardPaths
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53137
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Sat, 12 Apr 2008 12:05:54 +0000 (12:05 +0000)]
add ifacechaek to distrib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53136
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Apr 2008 02:28:46 +0000 (02:28 +0000)]
wxThread::Sleep() is the same as wxMilliSleep() on all platforms but Mac (and maybe it should be the same thing there as well)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53134
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Apr 2008 02:24:18 +0000 (02:24 +0000)]
correct CallHtmlHelp() overload being called in Quit()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53133
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 12 Apr 2008 02:17:14 +0000 (02:17 +0000)]
remove unused wxAppTraits-related files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53132
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 11 Apr 2008 22:12:31 +0000 (22:12 +0000)]
Added documentation for wxItemContainer class; moved methods docs
from wxControlWithItems there and fixed errors in them.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53131
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Apr 2008 17:56:30 +0000 (17:56 +0000)]
ENDSESSION_LOGOFF is a bit flag, test for it using bit end and not equality in WM_ENDSESSION handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53130
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Apr 2008 13:01:34 +0000 (13:01 +0000)]
argh, really, really fix Darwin build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53129
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Apr 2008 12:59:22 +0000 (12:59 +0000)]
GetSocketManager() has no GUI-specific version under Darwin finally
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53128
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 11 Apr 2008 12:51:51 +0000 (12:51 +0000)]
also use AddProcessCallback() and GetSocketManager() under Darwin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53127
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 11 Apr 2008 10:40:58 +0000 (10:40 +0000)]
Add test for context menu, fixed mem leak, fixed focus problem when re-editing same item
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53126
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 11 Apr 2008 10:32:48 +0000 (10:32 +0000)]
Improve wxMenu docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53125
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 11 Apr 2008 09:52:04 +0000 (09:52 +0000)]
reverted wxVideoMode API breakage by r53049, finished documentation for it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53124
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Fri, 11 Apr 2008 08:35:14 +0000 (08:35 +0000)]
Updates for VMS : new Makefiles, proper type casts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53123
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Fri, 11 Apr 2008 07:01:41 +0000 (07:01 +0000)]
Fixed multiple inheritance structure of vscroll.h classes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53122
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Thu, 10 Apr 2008 22:09:29 +0000 (22:09 +0000)]
introduce a new @beginFlagTable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53121
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Thu, 10 Apr 2008 22:04:29 +0000 (22:04 +0000)]
other misc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53120
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Thu, 10 Apr 2008 21:59:22 +0000 (21:59 +0000)]
use an enum to make it easier to document the values
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53119
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Thu, 10 Apr 2008 21:31:05 +0000 (21:31 +0000)]
revisions of o-p headers contributed by Utensil Candel and revised by me
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53118
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Thu, 10 Apr 2008 21:17:15 +0000 (21:17 +0000)]
use a @section instead of <b> tags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53117
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Francesco Montorsi [Thu, 10 Apr 2008 21:16:38 +0000 (21:16 +0000)]
revisions of o-p headers contributed by Utensil Candel and revised by me
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53116
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 10 Apr 2008 20:28:36 +0000 (20:28 +0000)]
More proof-reading in wxImage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53115
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 10 Apr 2008 20:06:13 +0000 (20:06 +0000)]
Rearrange categories, III
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53114
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 10 Apr 2008 20:02:27 +0000 (20:02 +0000)]
Rearrange categories, II#
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53113
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 10 Apr 2008 19:53:48 +0000 (19:53 +0000)]
Rearrange categories
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53112
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 10 Apr 2008 18:02:21 +0000 (18:02 +0000)]
compilation fix after FM's wxBitmapHandler changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53111
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 10 Apr 2008 17:58:15 +0000 (17:58 +0000)]
compilation fix for newest DirectFB versions (patch #
1939443 by Anders Larsen)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53109
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 10 Apr 2008 16:36:58 +0000 (16:36 +0000)]
Learning doxygen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53108
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 10 Apr 2008 16:36:00 +0000 (16:36 +0000)]
minor improvements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53107
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 10 Apr 2008 14:05:44 +0000 (14:05 +0000)]
Added wxRichTextCtrl superscript and subscript support (Knut Petter Lehre).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53106
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 10 Apr 2008 13:45:09 +0000 (13:45 +0000)]
Minor correction to Unicode overview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53104
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 10 Apr 2008 13:36:51 +0000 (13:36 +0000)]
Correct introduction to wxControlWithItems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53103
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 10 Apr 2008 13:21:20 +0000 (13:21 +0000)]
First attempt to document raw bitmap access
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53102
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 10 Apr 2008 12:35:55 +0000 (12:35 +0000)]
Make wxImage correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53101
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Apr 2008 10:45:47 +0000 (10:45 +0000)]
oops, added missing #endif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53100
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 10 Apr 2008 10:44:06 +0000 (10:44 +0000)]
only declare AddProcessCallback for wxMotif and wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53099
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Bryan Petty [Thu, 10 Apr 2008 02:57:09 +0000 (02:57 +0000)]
Finished initial review of some [co*] interface headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53098
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Neis [Wed, 9 Apr 2008 21:30:02 +0000 (21:30 +0000)]
Added missing (trivial) implementation file for wxMiniFrame on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53097
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 8 Apr 2008 13:52:39 +0000 (13:52 +0000)]
Try standard XDG location for documents directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53094
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 8 Apr 2008 12:38:19 +0000 (12:38 +0000)]
Update Unicode overview to 3.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53092
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 8 Apr 2008 11:17:54 +0000 (11:17 +0000)]
Adapt MSW's renderer's alignment to use column header's alignment by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53091
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 8 Apr 2008 11:05:00 +0000 (11:05 +0000)]
Don't send event from ChangeValue
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53090
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 8 Apr 2008 10:40:42 +0000 (10:40 +0000)]
We do use templates now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53088
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Tue, 8 Apr 2008 10:39:57 +0000 (10:39 +0000)]
By default, align renderers as column header under GTK+, too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53087
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775