]>
git.saurik.com Git - wxWidgets.git/log
Vadim Zeitlin [Sat, 21 Oct 2006 16:55:07 +0000 (16:55 +0000)]
fix for tabs drawing in RTL (patch
1552881 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42209
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 16:39:42 +0000 (16:39 +0000)]
add some #if wxUSE_XXX (patch
1581470 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42208
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 16:29:33 +0000 (16:29 +0000)]
filter out duplicate date changed events sent by the native control (part of bug
1482773 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42207
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 16:06:11 +0000 (16:06 +0000)]
one more correction to wxCondition::WaitTimeout() return code: don't overwrite err with the semaphore wait result (bug
1387179 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42206
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 15:56:24 +0000 (15:56 +0000)]
restore the old status bar text when DoGiveHelp(false) is called (should fix bug
1340887 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42205
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 15:54:47 +0000 (15:54 +0000)]
removed OnToolEnter() handler which interfered with the default tool long help handling; add long help for a couple of tools for testing purposes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42204
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 15:37:55 +0000 (15:37 +0000)]
load _TrackMouseEvent dynamically to make it possible to run wx programs on systems with comctl32.dll 4.70 (closes
1215615 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42203
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 15:18:38 +0000 (15:18 +0000)]
don't use GetFileAttributesEx() which doesn't exist in Win95 and so prevented any wx program from even starting up there; besides it was unneeded anyhow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42202
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 14:45:40 +0000 (14:45 +0000)]
also define wxLstat for non-Unix platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42201
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 14:42:17 +0000 (14:42 +0000)]
also define wxLstat in ANSI build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42200
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 14:41:20 +0000 (14:41 +0000)]
added wxLstat() (one of patches from bug
1052385 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42199
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 21 Oct 2006 14:09:26 +0000 (14:09 +0000)]
additions for animatectrl xrc sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42198
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 14:04:27 +0000 (14:04 +0000)]
don't allow switches (i.e. options without value) to have values (closes 781373)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42197
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 21 Oct 2006 13:59:25 +0000 (13:59 +0000)]
[
1581391 ] wxAnimationCtrl XRC handler
(most of)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42196
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 21 Oct 2006 13:51:38 +0000 (13:51 +0000)]
[
1580776 ] wxAnimationCtrl::SetInactiveBitmap
Additionally call UnShare() in it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42195
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 21 Oct 2006 13:23:20 +0000 (13:23 +0000)]
(blind) fix for Tru64 compilation (bug 769360)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42194
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 21 Oct 2006 12:37:42 +0000 (12:37 +0000)]
untangling dc and gc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42193
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 21 Oct 2006 12:23:49 +0000 (12:23 +0000)]
Compilo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42192
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 21 Oct 2006 07:10:48 +0000 (07:10 +0000)]
Added wxUSE_RICHTEXT guard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42191
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 21 Oct 2006 01:25:26 +0000 (01:25 +0000)]
Simplified EVT_PAINT handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42190
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 21 Oct 2006 01:23:52 +0000 (01:23 +0000)]
Don't raise NotImplementedError from GetMark, just silently return
(0,0) for now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42189
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 21 Oct 2006 01:22:49 +0000 (01:22 +0000)]
Some API updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42188
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 21 Oct 2006 01:22:11 +0000 (01:22 +0000)]
Avoid assert on wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42187
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 21 Oct 2006 01:21:21 +0000 (01:21 +0000)]
wxMac apparently doesn't send EVT_SHOW, so just use wx.CallAfter instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42186
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 21 Oct 2006 01:20:43 +0000 (01:20 +0000)]
Change Refresh to Reset to avoid conflict with base class Refresh
Don't use wx.ClientDC, just draw to the bitmap when needed, and then
use Refresh for painting. This works better on Mac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42185
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 21 Oct 2006 01:17:21 +0000 (01:17 +0000)]
Avoid nested DC assert
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42184
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 21 Oct 2006 01:16:41 +0000 (01:16 +0000)]
more informative FAIL message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42183
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 21 Oct 2006 01:15:33 +0000 (01:15 +0000)]
use consistent names (Graphic vs. Graphics)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42182
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 21 Oct 2006 01:12:57 +0000 (01:12 +0000)]
Forward SetFont, SetBackgroundColour and SetForegroundCOlour to the
generic listctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42181
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 20 Oct 2006 23:59:55 +0000 (23:59 +0000)]
fix warnings (double to int conversions and unused variables); removed hard TABs and extra spaces
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42180
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 20:50:48 +0000 (20:50 +0000)]
screendc implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42179
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 20:46:07 +0000 (20:46 +0000)]
new method needed for screendc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42178
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 19:29:30 +0000 (19:29 +0000)]
setting a non valid font is permitted, implemented now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42177
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 19:26:35 +0000 (19:26 +0000)]
fixing the screen dc, non 64 bit solution however
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42176
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 17:25:54 +0000 (17:25 +0000)]
creating graphics context with the correct origin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42175
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 17:24:09 +0000 (17:24 +0000)]
offsetting dcs correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42174
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 17:22:00 +0000 (17:22 +0000)]
moving the offsets into dcclient.cpp so that native event handlers can be called through
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42173
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 16:41:18 +0000 (16:41 +0000)]
offseting the graphics context correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42172
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 20 Oct 2006 14:54:14 +0000 (14:54 +0000)]
fixed computation of status bar fields width if the total width is not divisible by the number of fields
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42171
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 20 Oct 2006 14:33:49 +0000 (14:33 +0000)]
put #if wxUSE_STATBOX around wxStaticBox usage (bug
1568939 )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42169
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 13:14:31 +0000 (13:14 +0000)]
mac methodname fixed, so all use the same now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42168
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 13:12:23 +0000 (13:12 +0000)]
adding same methodname as gtk and msw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42167
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 20 Oct 2006 13:04:12 +0000 (13:04 +0000)]
Added the ability to use built-in bullet styles, currently standard/circle or standard/square.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42166
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 12:58:30 +0000 (12:58 +0000)]
fixing classname
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42165
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 12:43:38 +0000 (12:43 +0000)]
dummy implementations for new methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42164
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 11:59:10 +0000 (11:59 +0000)]
dummy implementations for new methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42163
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 11:56:32 +0000 (11:56 +0000)]
new graphics context implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42162
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 11:46:28 +0000 (11:46 +0000)]
new graphics context implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42161
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 11:35:43 +0000 (11:35 +0000)]
new graphics context implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42160
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 20 Oct 2006 11:32:30 +0000 (11:32 +0000)]
define bookctrl (and -derived) classes flags in their headers instead of defs.h; don't deprecate the control-specific flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42159
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 11:07:00 +0000 (11:07 +0000)]
new graphics context implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42158
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 11:01:50 +0000 (11:01 +0000)]
avoiding nesting dcs on the same window concurrently
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42157
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 10:58:22 +0000 (10:58 +0000)]
extending implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42156
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 10:56:36 +0000 (10:56 +0000)]
replacing old core graphics with new graphics context implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42155
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 10:27:41 +0000 (10:27 +0000)]
replacing old core graphics with new graphics context implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42154
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 09:34:11 +0000 (09:34 +0000)]
replacing old core graphics with new graphics context implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42153
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 20 Oct 2006 09:16:41 +0000 (09:16 +0000)]
define bookctrl (and -derived) classes flags in their headers instead of defs.h; don't deprecate the control-specific flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42152
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 20 Oct 2006 08:43:39 +0000 (08:43 +0000)]
Typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42151
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 20 Oct 2006 08:20:32 +0000 (08:20 +0000)]
Updated list of subprojects.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42150
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Fri, 20 Oct 2006 08:15:25 +0000 (08:15 +0000)]
missing backticks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42149
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 20 Oct 2006 08:01:06 +0000 (08:01 +0000)]
Updated list of subprojects.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42148
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Fri, 20 Oct 2006 07:48:31 +0000 (07:48 +0000)]
Whitespaces and headers cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42147
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 06:27:58 +0000 (06:27 +0000)]
start using wxGraphicsContext for OS X instead of old core graphics implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42146
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 20 Oct 2006 06:04:12 +0000 (06:04 +0000)]
cleaning up the runloop source properly (was causing crashes in embedded situations, as the runloop source persisted)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42144
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Fri, 20 Oct 2006 05:47:15 +0000 (05:47 +0000)]
Remove unnecessary size members from GtkPizzaChild.
Move some declarations out of header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42143
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Fri, 20 Oct 2006 05:07:33 +0000 (05:07 +0000)]
buid fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42142
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 19 Oct 2006 23:25:59 +0000 (23:25 +0000)]
wxPython 2.7.1.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42139
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 19 Oct 2006 23:24:08 +0000 (23:24 +0000)]
bump subrelease number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42138
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 19 Oct 2006 23:22:35 +0000 (23:22 +0000)]
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42137
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 19 Oct 2006 23:11:49 +0000 (23:11 +0000)]
fixes for non-Mac platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42136
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 19 Oct 2006 21:40:33 +0000 (21:40 +0000)]
Add the version number to the name displayed on the top-right of the page
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42135
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 19 Oct 2006 21:39:34 +0000 (21:39 +0000)]
overwrite old wx DLLs even if the version numbers match
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42134
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 19 Oct 2006 21:38:55 +0000 (21:38 +0000)]
ensure that the MasedEditMixin's version of IsEmpty is the one used.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42133
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 19 Oct 2006 21:38:17 +0000 (21:38 +0000)]
docstring fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42132
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 19 Oct 2006 19:55:49 +0000 (19:55 +0000)]
Added missing WXDLLIMPEXP_RICHTEXT symbol
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42131
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 19 Oct 2006 16:22:54 +0000 (16:22 +0000)]
Spin control usage correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42130
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 16:15:42 +0000 (16:15 +0000)]
added samples/internat/ar/* files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42129
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 16:07:27 +0000 (16:07 +0000)]
update from Hakki Dogusan
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42128
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 19 Oct 2006 15:56:40 +0000 (15:56 +0000)]
Compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42127
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 15:55:47 +0000 (15:55 +0000)]
removed non-existing richedit.dmc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42126
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 15:28:09 +0000 (15:28 +0000)]
added include/wx/gtk/private/string.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42125
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 15:25:59 +0000 (15:25 +0000)]
fixed X11 Unicode build compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42124
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 15:12:46 +0000 (15:12 +0000)]
must use PKG_PROG_PKG_CONFIG before PKG_CHECK_MODULES; fixes configure for Unicode wxX11 build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42123
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 19 Oct 2006 15:04:32 +0000 (15:04 +0000)]
using graphics context for core graphics switch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42122
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 15:02:39 +0000 (15:02 +0000)]
split the incompatible changes section in silent changes and the others
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42121
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 14:42:01 +0000 (14:42 +0000)]
extracted wxGtkString in a separate file, it's also needed by wxX11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42120
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 14:39:53 +0000 (14:39 +0000)]
Main change is that we now close X11 display on program exit: as this couldn't
be done in wxApp dtor (too early), a special module had to be created for it
and module dependencies added for the other modules which have to be cleaned
up while the display is still open.
Also a few minor formatting changes and removed a couple of unused variables
from wxApp.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42119
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 19 Oct 2006 14:09:05 +0000 (14:09 +0000)]
Added style organiser dialog and list style editor page
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42118
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 19 Oct 2006 14:05:36 +0000 (14:05 +0000)]
Separated out list formatting into new menu.
Added use of style organiser dialog.
Demonstrated style organiser being used as Bullets & Numbers
dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42117
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 19 Oct 2006 14:04:13 +0000 (14:04 +0000)]
Added a list style editor page to the formatting dialog.
Added a style organiser dialog, which can be used to browse
for and apply styles and can be limited to show one of
the three style types, or all three.
Added a font name cache since it's an expensive operation
that's used frequently by the rich text dialogs.
Added ability to switch off tooltips for new dialogs
(off by default). Improved the previews. Pressing tab or shift-tab
at the start of a list item now demotes or promotes the item.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42116
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 13:09:48 +0000 (13:09 +0000)]
added newline at end of file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42115
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 19 Oct 2006 12:30:59 +0000 (12:30 +0000)]
Made wxStreamBase::IsOk() virtual;
Overrride in file streams to test foe base class and
for correctly opened files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42114
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 12:12:40 +0000 (12:12 +0000)]
fixed the problem in 2 last commits
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42113
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 19 Oct 2006 12:08:29 +0000 (12:08 +0000)]
Fix mem leak.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42112
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Włodzimierz Skiba [Thu, 19 Oct 2006 12:06:00 +0000 (12:06 +0000)]
Rescale images automatically with informations about internal requirements (Jaakko Salli).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42111
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 19 Oct 2006 11:58:48 +0000 (11:58 +0000)]
fix memory leak in wxGetTempFileName(const wxString&, wxString&) overload; also define wxGetTempFileName(const wxString&, wxChar *) overload in terms of the other one and not vice versa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42110
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mart Raudsepp [Thu, 19 Oct 2006 07:43:24 +0000 (07:43 +0000)]
Include defs.h before including wxchar.h to make init.h self-contained (able to include this header in
applications as the only one).
Before with only include wxchar.h it was missing ATTRIBUTE_PRINTF and other things due to wxchar.h not including
defs.h because of defs.h including wxchar.h itself.
We probably don't need to include wxchar.h anymore in init.h then, but I don't want to rely on wxchar.h being
always included from defs.h (if we can rely on that, please change if appropriate)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42109
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Paul Cornett [Thu, 19 Oct 2006 02:53:54 +0000 (02:53 +0000)]
fix memory leak in Freeze
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42108
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Thu, 19 Oct 2006 00:40:23 +0000 (00:40 +0000)]
Several wxWebKitCtrl enhancements/fixes. Including:
- new methods for increasing/decreasing text size, getting selection, getting/setting scroll position, printing, enabling editing, and running JavaScripts on the page.
- added new event (wxWebKitBeforeLoadEvent) for catching, and possibly vetoing, load events before they occur.
- wxWebKitCtrl now fires mouse events for certain events that it was eating before. This improves wxSplitterWindow resizing behavior.
- refactoring of the sizing logic to move the Cocoa view. I've tested this with splitter windows, panels, notebooks and all position correctly with this.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42107
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Kevin Ollivier [Thu, 19 Oct 2006 00:22:11 +0000 (00:22 +0000)]
Allow other classes to access the SetupMouseEvent function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42106
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775