Robin Dunn
|
349ef0adf5
|
Compilo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 19:07:05 +00:00 |
|
Paul Cornett
|
d90e6104e9
|
remove unused GtkPizza members scroll_[xy]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 18:37:24 +00:00 |
|
Robin Dunn
|
31e1bd370d
|
Simplify use of MacIsWindowScrollbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 18:12:59 +00:00 |
|
Kevin Ollivier
|
ef78ec37f2
|
Mac(Carbon) impl of wxGauge::Pulse, also added sample code for Pulse to the widgets sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 18:11:48 +00:00 |
|
Paul Cornett
|
73216ce6f0
|
include fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 18:00:18 +00:00 |
|
Vadim Zeitlin
|
1acca470df
|
check encoding in EnumerateFacenames(); implemented EnumerateEncodings() for wxUSE_PANGO case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 17:41:17 +00:00 |
|
Vadim Zeitlin
|
d5a20ebb32
|
only return matching modes from GetModes()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 17:34:32 +00:00 |
|
Paul Cornett
|
5ff14574fc
|
some app.h cleanup: minimize includes, use static cast
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 17:29:19 +00:00 |
|
Vadim Zeitlin
|
916eecaad6
|
implement wxComboBox::SetEditable()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 16:24:00 +00:00 |
|
Robert Roebling
|
297eb8e6d2
|
incomplete commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 14:13:08 +00:00 |
|
Robert Roebling
|
fe8635a7e7
|
Applied wxGauge:Pulse() patch.
[ 1551409 ] Support for indeterminate mode gauges
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 13:36:54 +00:00 |
|
Robert Roebling
|
fa6a837300
|
Apply patch [ 1554746 ] wxXmlNode::InsertChild fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 11:32:10 +00:00 |
|
Robin Dunn
|
afd7bf26f1
|
Don't let the built-in scrollbars confuse things when setting focus to
a wxScrolledWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 06:34:08 +00:00 |
|
Paul Cornett
|
8a378a9e16
|
add emission hook from RemoveIdleSource (was RemoveIdleTag); minor cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 04:53:02 +00:00 |
|
Paul Cornett
|
4bc4bae185
|
remove unneeded DoGetClientSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 02:43:31 +00:00 |
|
Paul Cornett
|
6934602337
|
don't set negative window size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 02:42:48 +00:00 |
|
Paul Cornett
|
cd38dd5ba0
|
keep AdjustScrollbars from causing an infinite series of size events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-09 02:41:29 +00:00 |
|
Robin Dunn
|
97b2445934
|
It is not "Invalid" to have a menu item without an accelerator, so
don't be noisy about it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-08 20:04:15 +00:00 |
|
Václav Slavík
|
071f5576a0
|
fixed wxDC to correctly handle SetFoo(wxNullFoo) calls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-08 15:29:55 +00:00 |
|
Robin Dunn
|
0ac091aecd
|
deTABified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-08 15:15:36 +00:00 |
|
Václav Slavík
|
b4ca59760e
|
added newline to the end of the file to prevent gcc warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-08 14:38:49 +00:00 |
|
Václav Slavík
|
14ac4e3a8e
|
don't try to paint hidden windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-08 11:52:02 +00:00 |
|
Stefan Csomor
|
9d5ccdd326
|
fixing ownership and positioning of embedded controls in native toolbars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-08 08:46:05 +00:00 |
|
Stefan Csomor
|
8c981ec64d
|
make sure we catch invalid control refs better
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-08 08:27:32 +00:00 |
|
Włodzimierz Skiba
|
57bd4c6031
|
Include wx/msw/wrap*.h according to pch support (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-07 19:01:45 +00:00 |
|
Paul Cornett
|
9cf7a6c06b
|
don't use negative windows sizes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-07 17:06:29 +00:00 |
|
Vadim Zeitlin
|
4322f94f29
|
fix wxSTOCK_WITH_MNEMONIC handling (was reversed after recent changes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-07 16:53:22 +00:00 |
|
Paul Cornett
|
6a8a390322
|
remove a few unnecessary queue_resize/queue_draw calls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-07 16:40:20 +00:00 |
|
Václav Slavík
|
3083f142d9
|
use GetCharHeight in GetHeight() instead of creating temporary wxClientDC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-07 16:11:03 +00:00 |
|
Václav Slavík
|
dbbdd3465f
|
make sure wxWindow has valid (albeit bogus) size from the beginning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-07 16:09:48 +00:00 |
|
Václav Slavík
|
78d2c24197
|
don't create a subsurface in wxClientDC unless necessary
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-07 16:08:19 +00:00 |
|
Paul Cornett
|
b5e31cc8e2
|
GtkOnSize parameters aren't useful
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-07 16:06:47 +00:00 |
|
Václav Slavík
|
17dd5538ef
|
verify that we're not painting on hidden window (which is not implemented)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-07 11:14:52 +00:00 |
|
Michael Wetherell
|
f36b3a915e
|
Fixed ReadLine missing last character from text files with no final newline.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-06 21:43:19 +00:00 |
|
Paul Cornett
|
53b6d7a298
|
Always use wxFULL_REPAINT_ON_RESIZE for generic status bar.
Remove undocumented generic status bar ctor/Create.
Bring status bar ctor/Create into sync with docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-06 17:36:22 +00:00 |
|
Robert Roebling
|
5949d30725
|
Applied 1215477, fixing a crash by properly removing
a file system handler in a module.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-06 13:49:42 +00:00 |
|
Robert Roebling
|
b7ea712cc2
|
Commit Carsten Fuchs' patch for separating wxGLCanvas
and wxGLContext on GTK and MSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-06 13:31:20 +00:00 |
|
Václav Slavík
|
52c8d32a71
|
use C++ wrappers around DirectFB API for easier use
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-06 09:40:31 +00:00 |
|
Paul Cornett
|
6a9e44d55c
|
don't return negative size from GetPageRect
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-06 03:01:50 +00:00 |
|
Paul Cornett
|
003b64a7ba
|
don't set negative size in wxSizerItem::SetDimension
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-06 03:01:17 +00:00 |
|
Vadim Zeitlin
|
412a5c570d
|
wx printf() implementation bug fixes ('%' handling, thread safety, ...) and optimisations (patch 1548750)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-05 21:14:38 +00:00 |
|
Vadim Zeitlin
|
345319d60c
|
fixes to menu stock items support (patch 1547639)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-05 21:00:55 +00:00 |
|
Vadim Zeitlin
|
d3c7fc996a
|
mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-05 20:47:48 +00:00 |
|
Włodzimierz Skiba
|
08a5813350
|
WinCE build fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-05 19:23:15 +00:00 |
|
Włodzimierz Skiba
|
7d02e0d6e9
|
Tinderbox/PCH build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-05 18:07:17 +00:00 |
|
Vadim Zeitlin
|
9fecabb76a
|
work around drag and drop freeze (bug 1080588)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-05 17:48:55 +00:00 |
|
Vadim Zeitlin
|
90527a50d7
|
use (new) wxAcceleratorEntry::Create() instead of recently deprecated wxGetAccelFromString()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-04 23:56:56 +00:00 |
|
Julian Smart
|
20833aaa0a
|
Prevents crashes caused by negative line count being passed to wrapping functions, e.g. in intermediate sizing states.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-04 19:57:23 +00:00 |
|
Włodzimierz Skiba
|
b137e49318
|
Build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-04 19:22:57 +00:00 |
|
Włodzimierz Skiba
|
eec7f4127f
|
Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-09-04 18:48:53 +00:00 |
|