Vadim Zeitlin
|
a5c2ccf2e7
|
state clearly that the entire contents of generated files is generated; put special {{{ and }}} markers around the generated sections (these are special and extra-convenient for ViM but can probably be used to at least go to the end/beginning/other extremeity of the generated block from any other decent editor)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 18:33:03 +00:00 |
|
Vadim Zeitlin
|
591e2d8ef9
|
explicitly check that we're being run from the correct directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 18:32:48 +00:00 |
|
Vadim Zeitlin
|
06b2f04bb7
|
remove extra ')' in EVT_STC_CALLTIP_CLICK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 18:09:51 +00:00 |
|
Vadim Zeitlin
|
8e0945dae5
|
translate Scintilla getters to const methods of wxStyledTextCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 15:59:07 +00:00 |
|
Vadim Zeitlin
|
7f6cbcead9
|
fix ANSI mode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 14:35:28 +00:00 |
|
Vadim Zeitlin
|
bf3bf67786
|
compilation fix (casts for mb_str() used as argument to printf() and a few others) (#9571)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 14:27:07 +00:00 |
|
Vadim Zeitlin
|
27608f1130
|
fix various Doxygen errors (#9568)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 14:25:11 +00:00 |
|
Vadim Zeitlin
|
e36df6579f
|
fix various Doxygen errors (#9573)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 14:07:41 +00:00 |
|
Vadim Zeitlin
|
d6d9c22365
|
change shortcut for "Sort" to Ctrl-T to avoid conflict with another item using Ctrl-S (#9574)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 14:06:12 +00:00 |
|
Vadim Zeitlin
|
b45506e8e2
|
fix various Doxygen errors (#9578)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 14:04:26 +00:00 |
|
Vadim Zeitlin
|
3a38f8c1b6
|
standard location of env is in /usr/bin, not /bin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 02:53:14 +00:00 |
|
Vadim Zeitlin
|
1917be5936
|
make the script executable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 02:51:55 +00:00 |
|
Vadim Zeitlin
|
17e05a8e88
|
don't interfere with Scintilla drag-and-drop (#9088)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 02:21:55 +00:00 |
|
Vadim Zeitlin
|
6631cbd98e
|
don't compile in wx hash code unless we really use it (#9532:12)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 01:53:29 +00:00 |
|
Vadim Zeitlin
|
82bf63a08c
|
recreate the window if FSAA is requested (changeset_r54022_Fix.patch from #9145)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-14 01:44:13 +00:00 |
|
Vadim Zeitlin
|
b119ee87a5
|
don't clear the list control when wxLC_[HV]RULES style is toggled (#4688)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-13 22:38:33 +00:00 |
|
Vadim Zeitlin
|
235cdc6dd7
|
search for X11 headers in paths under /usr/local before those under /usr (#9477)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-13 22:19:24 +00:00 |
|
Vadim Zeitlin
|
6f292345cf
|
fix reference counting problems with wxGridCellWithAttr (re-#9567)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-13 21:37:58 +00:00 |
|
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 |
|