Robert Roebling
|
bc60925fb3
|
Update selection cache when inserting items, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-23 10:19:31 +00:00 |
|
Robert Roebling
|
05d790f834
|
Move event generation code for multiple selection mode to common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-23 10:12:50 +00:00 |
|
Robert Roebling
|
794b89c956
|
Remove deprecated methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-23 09:48:53 +00:00 |
|
Robert Roebling
|
2154130cd1
|
Disable events upon item deletion (just in case) and update selection cache
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-23 09:46:19 +00:00 |
|
Robert Roebling
|
415ab72e8d
|
Forgot client data
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 21:47:20 +00:00 |
|
Robert Roebling
|
e8c72fce14
|
Make events match better with MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 21:31:47 +00:00 |
|
Stefan Neis
|
eccec0f887
|
Linker fix for non-PM builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 21:21:36 +00:00 |
|
Robert Roebling
|
1e6ffd6691
|
Remove m_blockEvents and use Disable/Enable instead, some more rearraging
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 20:53:10 +00:00 |
|
Robert Roebling
|
021b67941a
|
Minor doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 20:19:00 +00:00 |
|
Robert Roebling
|
8c22378737
|
Also allow UP and DOWN if we reached max number of characters, part of [ 1947652 ] Improves keyboard behavior in wxTextCtrl on Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 18:19:43 +00:00 |
|
Robert Roebling
|
dc0cea5e0e
|
[ wxwindows-Patches-1947680 ] wxMac: Fixes number of printouts and more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 18:11:46 +00:00 |
|
Paul Cornett
|
3432c148c2
|
add missing static keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 16:46:08 +00:00 |
|
Vadim Zeitlin
|
0662f99096
|
add back wxChoice::DoGetBestSize() removed by the previous refactoring, it's still needed (#9150)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 00:55:59 +00:00 |
|
Vadim Zeitlin
|
154014d681
|
added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 00:49:27 +00:00 |
|
Vadim Zeitlin
|
026d727651
|
don't reserve space for the icons if none are used, even if we're in icon view (closes 9472)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 00:36:48 +00:00 |
|
Vadim Zeitlin
|
63b37a4e64
|
add handling of wxWrapSizer flags (part of ticket 9468)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 00:33:12 +00:00 |
|
Vadim Zeitlin
|
b73b211736
|
fix the confusion in boolean attributes handling in pre-1.3 and 1.3 versions of GLX API (closes 4823)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-22 00:25:53 +00:00 |
|
Paul Cornett
|
241c8d223e
|
button text uses fg color, not text color
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 16:18:49 +00:00 |
|
Jouk Jansen
|
129848c258
|
Update OpenVMS compile support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 13:06:44 +00:00 |
|
Robert Roebling
|
a7a27e86fa
|
Make height of red square depend on value in the model
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 11:54:30 +00:00 |
|
Robert Roebling
|
fbfecac9ab
|
Add test for progress renderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 09:42:52 +00:00 |
|
Robert Roebling
|
f7d2128f3c
|
Query value from the model column given by col->GetModelColumn()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 09:41:59 +00:00 |
|
Václav Slavík
|
c1eb8caaa4
|
fixed compilation with DirectFB 0.9
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 09:38:39 +00:00 |
|
Robert Roebling
|
19723525ce
|
Added InsertColumn( pos, col ), some reformating
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 08:47:21 +00:00 |
|
Robert Roebling
|
47e1c61bb7
|
Update wxString overview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 08:12:22 +00:00 |
|
Robert Roebling
|
77da37be72
|
Correct wxString:Append docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 08:10:00 +00:00 |
|
Robert Roebling
|
ee28ebc046
|
Correct formatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 07:39:34 +00:00 |
|
Robert Roebling
|
970e987e89
|
Mention dropdown menu
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-21 07:34:47 +00:00 |
|
Robert Roebling
|
e170469f11
|
Commit mem leak fix I introduced
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 19:40:10 +00:00 |
|
Robert Roebling
|
9b50afeff7
|
replaces unsigned int with wxUIntPtr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 17:15:27 +00:00 |
|
Robert Roebling
|
2a9f020897
|
Fix mem corruption due to string no longer being in scope
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 17:01:20 +00:00 |
|
Paul Cornett
|
a130a96cd3
|
get wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 15:10:11 +00:00 |
|
Stefan Csomor
|
5e5a020c0d
|
make independent from carbon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 13:25:25 +00:00 |
|
Julian Smart
|
a2beab222f
|
COnversion of some common font names to current platform
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 13:24:53 +00:00 |
|
Stefan Csomor
|
12df0ad59f
|
allows resetting color of text to black, closes #4826
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 13:24:46 +00:00 |
|
Stefan Csomor
|
24f3f4fc0b
|
allows resetting color of text to black, closes #4826
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 13:23:46 +00:00 |
|
Robert Roebling
|
981cd83efc
|
Don't make lines narrower that default line height in variable height mode, don't miss button press
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 12:44:21 +00:00 |
|
Bryan Petty
|
7977b62ae2
|
More interface header reviews by Azriel Fasten, and added skeleton docs for wxBookCtrlBase (still needs docs though).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 07:48:30 +00:00 |
|
Paul Cornett
|
79996663e2
|
remove unused files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 05:19:20 +00:00 |
|
Paul Cornett
|
782158c2ff
|
add missing braces
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 05:19:07 +00:00 |
|
Paul Cornett
|
d32be4d596
|
add missing break statement
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 03:36:33 +00:00 |
|
Paul Cornett
|
166b4de727
|
put frame extents XGetWindowProperty code in one place
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-20 03:27:12 +00:00 |
|
Robert Roebling
|
bd1fa9c4ae
|
Set EventObject in event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-19 12:46:44 +00:00 |
|
Robert Roebling
|
d225267e66
|
Made the various logical 2 device transforms consistent with what's drawn on all platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-19 12:42:11 +00:00 |
|
Robert Roebling
|
3b8b8024a0
|
Missing header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-19 08:13:45 +00:00 |
|
Chris Elliott
|
5d67db40d8
|
try to fix SF bug 1913671
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-18 20:12:44 +00:00 |
|
Chris Elliott
|
7038287253
|
remove helpGen from distribution (see SF bug 1812087
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-18 19:55:31 +00:00 |
|
Robert Roebling
|
5c2cdf24eb
|
Correct remaining bits of variable height lines for wxMac, change highlight colour to just white (query it?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-18 17:40:34 +00:00 |
|
Vadim Zeitlin
|
a2c9411060
|
use GtkComboBox instead of deprecated GtkOptionMenu for wxChoice; this also allows to derive wxComboBox from wxChoice in wxGTK as in wxMSW (ticket #9150)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-18 17:26:28 +00:00 |
|
Vadim Zeitlin
|
f6753003f1
|
add missing header to fix compilation after changes of r53629 in STL build (in fact fixed by Robert in exactly the same moment, so this change just resolves a local conflict)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-18 17:17:49 +00:00 |
|