Robert Roebling
|
c9008abec2
|
Tried to transform wxGC like wxDC, failed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-29 12:13:07 +00:00 |
|
Julian Smart
|
1c13f06e4e
|
Added a wxRichTextCtrl-specific caret implementation in case of need
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-29 09:10:32 +00:00 |
|
Robert Roebling
|
0b822969a6
|
Added new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-28 20:39:57 +00:00 |
|
Vadim Zeitlin
|
c3f941621e
|
added wxQueueEvent() avoiding the bug of wxPostEvent() with the events having wxString fields
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-28 18:49:42 +00:00 |
|
Robert Roebling
|
d095f867de
|
Check for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459 ] wxGenericDirCtrl::SetFocus crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-28 17:31:40 +00:00 |
|
Stefan Csomor
|
cb751f46a0
|
adapted Julian's new speed improved version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-28 12:57:00 +00:00 |
|
Vadim Zeitlin
|
9e50ed28d9
|
fix wxTextCtrl::operator<<('\n') in Unicode build (should use char overload, not int); corrected mangled documentation of these operators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-28 12:32:32 +00:00 |
|
Vadim Zeitlin
|
952ff7bc3c
|
fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl; add a test for it to the widgets sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-28 11:31:09 +00:00 |
|
Julian Smart
|
affbfa1f29
|
Bug fix for empty objects
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-27 17:17:18 +00:00 |
|
Julian Smart
|
7051fa4161
|
Further wxRichTextCtrl performance improvements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-27 13:29:53 +00:00 |
|
Vadim Zeitlin
|
06e6496e0f
|
use GLX_DOUBLEBUFFER if no attributes were specified with GLX >= 1.3 too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-27 13:01:14 +00:00 |
|
Vadim Zeitlin
|
4aa59c3df6
|
no real changes, clarified the usage of WX_GL_DOUBLEBUFFER; documented it and other WX_GL_XXX constants lost during doxygen transition; simplified wxMSW code a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-27 12:46:28 +00:00 |
|
Julian Smart
|
d47018c761
|
Fixed quotation mark input/output
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-26 19:43:30 +00:00 |
|
Robert Roebling
|
772f15b4d7
|
Fix linking problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-25 17:20:02 +00:00 |
|
Robert Roebling
|
d974a4945c
|
Made wxCairo graphics code compile again, wxGraphicsBitmap still missing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-25 13:32:23 +00:00 |
|
Robert Roebling
|
2b44ffc0e7
|
Added wxDC::CreateGraphicsContext and implemented it for a few DCs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-25 11:05:16 +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
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Robert Roebling
|
a4f03d8798
|
Layout improvements for CalendarCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-18 08:01:13 +00:00 |
|
Robert Roebling
|
427ad6e188
|
Bring wxSpinCtrl closer to HIG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-18 07:58:12 +00:00 |
|
Robert Roebling
|
d1b190d435
|
Improve default size calc of wxComboBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-18 07:57:03 +00:00 |
|
Robert Roebling
|
7b0ccb8a60
|
[ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-17 15:31:50 +00:00 |
|
Robert Roebling
|
9cd722e337
|
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
|
2008-04-17 15:19:15 +00:00 |
|
Robert Roebling
|
1a8fa7d2fa
|
[ 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
|
2008-04-17 15:07:26 +00:00 |
|