Robert Roebling
|
af4d748440
|
Ticket #1032 wxVariant::operator==(wxVariant& variant) has bad bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-13 19:23:45 +00:00 |
|
Julian Smart
|
6e47d216cd
|
Small improvement in HTML help options dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-13 12:53:05 +00:00 |
|
Julian Smart
|
f64f03b529
|
Skip base command line parsing, which fails when passing a book file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-13 11:56:42 +00:00 |
|
Stefan Csomor
|
0efafeb2f3
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-13 04:20:10 +00:00 |
|
Stefan Csomor
|
3201a1046b
|
mac paths updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-13 04:17:57 +00:00 |
|
Vadim Zeitlin
|
a50c5fccdc
|
use HandleWindowEvent() in Close() as it can be called from a GTK+ callback (#9565)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-13 00:09:19 +00:00 |
|
Vadim Zeitlin
|
5dfae0ada3
|
use @deprecated doxygen tag, a few other minor corrections (#9564)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-13 00:05:15 +00:00 |
|
Vadim Zeitlin
|
75b00cf87d
|
correct bad references and use of @begincode instead of @code (#9566)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-13 00:01:33 +00:00 |
|
Vadim Zeitlin
|
a70517e979
|
fix crash which happened if you called SetAttr(NULL) followed by SetAttr(attr) (#9567)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 23:58:19 +00:00 |
|
Vadim Zeitlin
|
731330ec4c
|
optimize wxGrid::BlockToDeviceRect() to avoid iterating over all cells, it's enough to only iterate over the visible ones (#9527)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 23:49:35 +00:00 |
|
Vadim Zeitlin
|
f6a46bb028
|
exclude pieces of wx hash map implementation which were wrongly included when std::unordered_map was used in STL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 23:28:25 +00:00 |
|
Stefan Csomor
|
17e75d3fa7
|
mac paths updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 20:14:32 +00:00 |
|
Vadim Zeitlin
|
0168402389
|
don't test for hash_{map,set} classes if we have unordered_map
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:51:50 +00:00 |
|
Vadim Zeitlin
|
9967de0267
|
get rid of several dozen of warnings when using g++ >= 4.2 about string literals to char* conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:51:27 +00:00 |
|
Vadim Zeitlin
|
f380544a4c
|
use std[::tr1]::unordered_map if available in wxUSE_STL build (#9532)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:43:41 +00:00 |
|
Stefan Csomor
|
2383c21c63
|
mac paths updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:15:36 +00:00 |
|
Vadim Zeitlin
|
0042c76f29
|
fix some wrong declarations which upset mingw32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:12:55 +00:00 |
|
Stefan Csomor
|
b908d7e777
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:08:41 +00:00 |
|
Stefan Csomor
|
e53d24bab1
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:07:53 +00:00 |
|
Stefan Csomor
|
a74abe359c
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:07:37 +00:00 |
|
Stefan Csomor
|
0f59e79403
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:07:17 +00:00 |
|
Stefan Csomor
|
46d2a1c5a2
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:06:16 +00:00 |
|
Stefan Csomor
|
beaf411771
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:05:59 +00:00 |
|
Stefan Csomor
|
cf30b51ff8
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:05:31 +00:00 |
|
Stefan Csomor
|
e5ef1cae0f
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:04:55 +00:00 |
|
Stefan Csomor
|
16c4516d93
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:04:38 +00:00 |
|
Stefan Csomor
|
1718ef3b37
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:04:23 +00:00 |
|
Stefan Csomor
|
7fe98c3f83
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:03:44 +00:00 |
|
Stefan Csomor
|
97b17a28bd
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:03:25 +00:00 |
|
Stefan Csomor
|
bd37a14e36
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:03:07 +00:00 |
|
Stefan Csomor
|
78f541fa5b
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:02:41 +00:00 |
|
Stefan Csomor
|
05fe1d6479
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:02:13 +00:00 |
|
Stefan Csomor
|
55cfaef07d
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:01:48 +00:00 |
|
Stefan Csomor
|
b55fe11536
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:01:34 +00:00 |
|
Stefan Csomor
|
7c69411753
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 17:59:58 +00:00 |
|
Stefan Csomor
|
cd25ce61b5
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 17:59:25 +00:00 |
|
Stefan Csomor
|
8aed3613cc
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 17:59:00 +00:00 |
|
Stefan Csomor
|
ac3e52f83f
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 17:57:20 +00:00 |
|
Stefan Csomor
|
dee64e40bf
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 17:56:48 +00:00 |
|
Stefan Csomor
|
0feed97d9e
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 17:56:27 +00:00 |
|
Stefan Csomor
|
4eba7d7d66
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 17:54:47 +00:00 |
|
Stefan Csomor
|
d20db50158
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 12:42:59 +00:00 |
|
Robert Roebling
|
c2193ac911
|
#4479: wx.ComboBox needs a SetFont method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 12:16:42 +00:00 |
|
Jouk Jansen
|
6e91e9f393
|
Update openVMS setup-file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 09:42:18 +00:00 |
|
Stefan Csomor
|
e60a391833
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 06:45:46 +00:00 |
|
Vadim Zeitlin
|
dfc220831a
|
propagate style changes correctly to buttons with images (#3939)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 00:50:07 +00:00 |
|
Stefan Csomor
|
b96ad10292
|
fixing non precomp include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 21:14:21 +00:00 |
|
Stefan Csomor
|
ba1dd3fe89
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 20:58:31 +00:00 |
|
Václav Slavík
|
b88bf07395
|
render pages in print preview at idle time, not from OnPaint, to make the UI appear more responsive when preview takes long time to create
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 20:56:41 +00:00 |
|
Stefan Csomor
|
7c748f5e5e
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 20:49:06 +00:00 |
|