Robert Roebling
|
12133c3b42
|
Mention graphics device classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-25 10:06:26 +00:00 |
|
Robert Roebling
|
28792a701f
|
Mention graphics classes, separate out image and bitmap classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-25 09:59:06 +00:00 |
|
Václav Slavík
|
6d55ca7cb1
|
Fixed handling of transparent background in borderless wxBitmapButton (patch #1477883)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-24 23:20:08 +00:00 |
|
Julian Smart
|
4f3d5bc061
|
Made performance acceptable for editing large paragraphs on low-powered machines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-24 14:39:33 +00:00 |
|
Julian Smart
|
109bfc88a4
|
Further optimizations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-24 11:43:39 +00:00 |
|
Václav Slavík
|
04458ef496
|
don't merge msw/it.po with wxstd.pot during 'make allmo', it's manually maintained
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-24 07:54:18 +00:00 |
|
Václav Slavík
|
7f4fd42e9e
|
updated message catalogs from sources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-24 07:36:18 +00:00 |
|
Václav Slavík
|
d6a35dc1f6
|
contrib is no more, updated locale/Makefile accordingly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-24 07:33:56 +00:00 |
|
Václav Slavík
|
a43852747f
|
added missing "
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-24 07:20:29 +00:00 |
|
Václav Slavík
|
06e9cf134f
|
added wxString::Clone() and made wxString(wxCStrData) ctor make deep copy too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-24 07:16:48 +00:00 |
|
Kevin Ollivier
|
951a1f6009
|
Ensure popup menus can display sub-menus.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-23 23:33:30 +00:00 |
|
Vadim Zeitlin
|
8c6dcbd068
|
prevent all our windows from being destroyed in wxApp::OnEndSession(), otherwise we're still killed before the cleanup code finishes to run
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-23 21:50:11 +00:00 |
|
Paul Cornett
|
fce611e426
|
restore caching of WM frame extents
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-23 17:05:47 +00:00 |
|
Julian Smart
|
2f45f5545f
|
Further performance optimizations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-23 15:01:33 +00:00 |
|
Jouk Jansen
|
145c0c86ce
|
Update OpenVMS compile support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-23 05:53:03 +00:00 |
|
Vadim Zeitlin
|
106dcc2cea
|
make wxDir::Has{Files,SubDirs}() const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-22 16:29:43 +00:00 |
|
Václav Slavík
|
960b1f9409
|
restored wxOKlibc() for wxGTK1's use
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-22 13:52:56 +00:00 |
|
Robert Roebling
|
c96cc30a5d
|
Let wxCommandEvent's copy constr copy its string via .c_str() as otherwise ::Clone() isn't thread-safe
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-22 13:14:00 +00:00 |
|
Václav Slavík
|
e9f1f85702
|
small updates to Czech translation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-22 10:47:46 +00:00 |
|
Robert Roebling
|
c19962620c
|
Reviewd wxVariant
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-22 08:57:43 +00:00 |
|
Robert Roebling
|
07cf4247ec
|
Remove usused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-22 08:29:01 +00:00 |
|
Robert Roebling
|
d2ddc77dce
|
Minor correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-22 08:26:09 +00:00 |
|
Julian Smart
|
72945e2434
|
Two bug fixes for FindWrapPosition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-22 07:57:28 +00:00 |
|
Bryan Petty
|
fbec75d080
|
More initial reviews of [u*-v*] interface headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-22 06:01:48 +00:00 |
|
Bryan Petty
|
0c1fe6e947
|
Finished initial reviews of the rest of the [d*] interface headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-22 01:38:12 +00:00 |
|
Robert Roebling
|
6aab927940
|
[ 1944519 ] improve left down event handling for wxPopupTransientWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-21 21:25:16 +00:00 |
|
Václav Slavík
|
f7b64fde9b
|
use iterators in HtmlizeLinebreaks()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-21 20:06:50 +00:00 |
|
Robert Roebling
|
bfc262ae46
|
[ 1907169 ] GTK - trunk - dialog default button, part II for comboctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-21 19:01:54 +00:00 |
|
Robert Roebling
|
e569b49372
|
[ 1945434 ] Changing method wxComboCtrlBase::DrawButton to virtual one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-21 18:48:03 +00:00 |
|
Julian Smart
|
31778480a9
|
Speeded up wrapping (again), this time using partial text extents.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-21 15:26:27 +00:00 |
|
Michael Wetherell
|
a159366a2f
|
Move builds to the machines currently working.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-21 14:21:41 +00:00 |
|
Václav Slavík
|
6a603a10e7
|
preserve TAB characters when copying HTML <pre> content to clipboard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-21 10:46:30 +00:00 |
|
Václav Slavík
|
1e24c2af0f
|
@wxsince -> @since in Doxygen docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-21 10:34:23 +00:00 |
|
Vadim Zeitlin
|
687537119b
|
suppress unused parameter warning in release build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-21 01:44:45 +00:00 |
|
Bryan Petty
|
bc85d676b7
|
More initial reviews of d* interface headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-21 01:40:12 +00:00 |
|
Bryan Petty
|
1db8f1dc4a
|
More initial reviews of d* interface headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-20 23:50:56 +00:00 |
|
Paul Cornett
|
a899707131
|
fix child window redraw glitches during scrolling (bug 1944002)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-20 22:44:17 +00:00 |
|
Václav Slavík
|
916989dfb9
|
implement wxLIST_AUTOSIZE support in wxMac's wxListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-20 22:10:23 +00:00 |
|
Václav Slavík
|
ffbf7f6634
|
fixed wxMac's wxListCtrl::SetColumnWidth(-1, ...) to really set width for every column
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-20 20:30:12 +00:00 |
|
Julian Smart
|
bf104bf71b
|
Fix for slow first character insertion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-20 19:08:19 +00:00 |
|
Václav Slavík
|
92ad37af67
|
fixed wxHyperlinkCtrl XRC handler to not crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-20 11:39:47 +00:00 |
|
Vadim Zeitlin
|
bfb6fde371
|
replace inexistent wxTBK_DEFAULT with wxBK_DEFAULT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-19 21:56:10 +00:00 |
|
Paul Cornett
|
7d1d359a4c
|
don't reset m_deferShow if Show() is called more than once, bug 1939534
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-19 20:54:43 +00:00 |
|
Robert Roebling
|
d7b20621ef
|
Fixed wxDatePickerCtrl under OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-19 17:22:23 +00:00 |
|
Václav Slavík
|
f79386c61a
|
source files are not executable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-19 16:14:42 +00:00 |
|
Václav Slavík
|
f81cf71f9b
|
fixed wxString::Replace() to work directly on m_impl -- matters for UTF-8 build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-19 11:18:28 +00:00 |
|
Chris Elliott
|
9827cf350f
|
add missing hildon files to gtk distrib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-19 09:10:36 +00:00 |
|
Bryan Petty
|
3a7fb603c3
|
More dc* interface headers reviewed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-19 08:12:58 +00:00 |
|
Robert Roebling
|
efdb961d8f
|
Reverted accidental change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-18 08:08:27 +00:00 |
|
Stefan Csomor
|
7f65743f00
|
1945421 applied
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-18 08:07:07 +00:00 |
|