Vadim Zeitlin
|
9e9300c457
|
another compilation fix for after last check in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-06 18:26:08 +00:00 |
|
Robin Dunn
|
ff0a9f8d18
|
unicode compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-06 17:56:35 +00:00 |
|
Vadim Zeitlin
|
786c4e23f5
|
suppress new lines in the details pane
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-06 16:58:00 +00:00 |
|
Vadim Zeitlin
|
feef1ecf07
|
blind compilation fix for wxUSE_STL==1 (bug 985662)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-06 16:55:01 +00:00 |
|
Dimitri Schoolwerth
|
b21ff0b78d
|
removed deprecated source files from project (as well as a few unneeded panel settings such as those related to Java and x86)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-06 12:48:29 +00:00 |
|
Dimitri Schoolwerth
|
1012c2ceb6
|
fixed typo (no code changes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-05 12:46:20 +00:00 |
|
Vadim Zeitlin
|
f43bb7e246
|
renamed errcode to fix compilation with VC++ 8 (replaces patch 982303)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-05 10:40:06 +00:00 |
|
Vadim Zeitlin
|
92a4e4de68
|
don't set font unless necessary (patch 984853)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-04 11:20:44 +00:00 |
|
Vadim Zeitlin
|
87b6002d7c
|
typo/spelling fixes (patch 983448)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-04 11:19:47 +00:00 |
|
Julian Smart
|
6fefc28dde
|
Should set event object to relevant window when dispatching wxEVT_HELP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-04 11:13:59 +00:00 |
|
Vadim Zeitlin
|
387fd89d8c
|
typo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch 984852)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-04 11:13:23 +00:00 |
|
Vadim Zeitlin
|
b88ccc4e8e
|
(blind) compilation fix for GTK+ 1.x after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-04 11:11:39 +00:00 |
|
Václav Slavík
|
7545e13206
|
a better way of applying style changes to label_widget
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-03 16:58:10 +00:00 |
|
Robert Roebling
|
e37168448f
|
Not sure how important that is, but now you
can set the font of a static box.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-03 16:28:22 +00:00 |
|
Stefan Csomor
|
ac99838a17
|
SetFont implementation moved to peer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-03 15:50:10 +00:00 |
|
Stefan Csomor
|
29d916613c
|
wxMacControl extensions, sleep implementations header corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-03 15:49:31 +00:00 |
|
Robin Dunn
|
37144cf0f1
|
Invalidate notebook best size when pages are added or removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-03 15:49:29 +00:00 |
|
Gilles Depeyrot
|
5d91a08807
|
added missing include files for compilation with Apple Developer Tools
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-03 11:56:25 +00:00 |
|
Václav Slavík
|
a589495eeb
|
implemented tab order in wxGTK2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-03 11:16:03 +00:00 |
|
Václav Slavík
|
39ef7151f5
|
don't use deprecated wxUsleep
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-03 10:06:23 +00:00 |
|
Václav Slavík
|
e74c05294a
|
m_queuedFullRedraw is not used anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-03 10:02:05 +00:00 |
|
Václav Slavík
|
41819cbe0c
|
wxTaskBarIconBase event handlers were never called in 2.4 compatibility mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-02 22:22:56 +00:00 |
|
Václav Slavík
|
fdf7514a00
|
fixed memory leak in wxNativeFontInfo when using Pango
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-02 20:54:12 +00:00 |
|
Václav Slavík
|
2d17baae34
|
BCC compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-02 19:38:13 +00:00 |
|
George Tasker
|
d23a4aa781
|
Patch # 984209 - Calls to wxFind() were using an old signature. They now check for wxNOT_FOUND
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-02 19:05:42 +00:00 |
|
George Tasker
|
160155e6ec
|
Patch # 984215 - Insert was returning SUCCESS after an error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-02 18:54:15 +00:00 |
|
Stefan Csomor
|
7f7b52b42e
|
sleep methods in synch with last changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-02 12:06:40 +00:00 |
|
Vadim Zeitlin
|
66cd9d7f55
|
added wxMilli/MicroSleep(), deprecated wxUsleep()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 22:54:48 +00:00 |
|
Vadim Zeitlin
|
45956e3776
|
call InheritAttributes() during creation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 22:51:49 +00:00 |
|
Julian Smart
|
f77d4deb70
|
Comboboxes should have default height
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 14:17:47 +00:00 |
|
Vadim Zeitlin
|
08873d362b
|
added wxMilli/MicroSleep(), deprecated wxUsleep()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 12:15:00 +00:00 |
|
Vadim Zeitlin
|
1f020bfb92
|
implementation of the range insert for wxStringArray (patch 975003)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 11:47:52 +00:00 |
|
Vadim Zeitlin
|
a24de76b33
|
added and documented wxWindow::MoveBefore/AfterInTabOrder()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 11:44:37 +00:00 |
|
Vadim Zeitlin
|
e0176dd9fb
|
font inheritance fixes (patch 983251)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 10:46:38 +00:00 |
|
Vadim Zeitlin
|
51a4142ce1
|
recognize EUC-KR charset (patch 983264)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 09:32:48 +00:00 |
|
Václav Slavík
|
f69e200970
|
set descent in GetTextExtend; use PANGO_PIXELS instead of dividing by PANGO_SCALE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 08:56:25 +00:00 |
|
Václav Slavík
|
1c0ee565da
|
simplified justification code; fixed incorrect positioning of first cell on line in justified paragraph
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 07:59:19 +00:00 |
|
Václav Slavík
|
da1d313d80
|
fixed a bug that prevented wxLogGui from being used by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 07:40:57 +00:00 |
|
Vadim Zeitlin
|
39e39d3944
|
use CmdDown() instead of #ifdefs for Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 00:05:56 +00:00 |
|
Robin Dunn
|
559b747dc0
|
The gaps should *not* be included in the space given to the item, and
so should also not be accounted for in the alignment adjustmanets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-30 23:43:02 +00:00 |
|
Robin Dunn
|
85fab316d6
|
Need to ensure that the right background is explicitly set.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-30 22:00:45 +00:00 |
|
Robin Dunn
|
5f89b54341
|
fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-30 21:55:10 +00:00 |
|
Robin Dunn
|
ab473127c6
|
Layout fixes due to measuring with the wrong font. Also added
GetDefaultAttributes and switched everything to use GetXXX instead of
m_XXX.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-30 21:49:17 +00:00 |
|
Václav Slavík
|
fa47d7a7ad
|
SetDefaultXXX -> SetOwnXXX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-30 17:12:03 +00:00 |
|
Vadim Zeitlin
|
64869ab787
|
made GetTextExtent() work correctly with NULL theFont parameter (m_font might nto be set); drastically simplified it by using helper WindowHDC and SelectInHDC classes instead of the old mess
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-30 15:47:01 +00:00 |
|
Vadim Zeitlin
|
918107037d
|
don't use &this->GetFont(), this is _not_ valid C++ and GetTextExtent() should work correctly with the default value of font parameter anyhow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-30 15:45:24 +00:00 |
|
Václav Slavík
|
44fd6f721a
|
implemented wxSS::GetMetric on wxGTK2 (patch 950618)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-30 13:06:50 +00:00 |
|
Václav Slavík
|
f8ff87ed6d
|
decoupled attributes inheritance and m_hasXXX flags
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-30 13:05:20 +00:00 |
|
Václav Slavík
|
4d5881b12d
|
fixed HTML entities parsing inside <titl
e> tag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-30 10:21:47 +00:00 |
|
Robin Dunn
|
aa2e1f3d44
|
removed some commented out code that should have been removed in the
last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-29 18:02:13 +00:00 |
|