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
|
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
|
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 |
|
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
|
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
|
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 |
|
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 |
|
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 |
|
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
|
72b0d3efac
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 19:58:25 +00:00 |
|
Stefan Csomor
|
1f0c8f31f4
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 19:30:52 +00:00 |
|
Stefan Csomor
|
c8ef3d5565
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 19:24:52 +00:00 |
|
Stefan Csomor
|
33ddeabab9
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 19:23:52 +00:00 |
|
Stefan Csomor
|
c933e267be
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 19:22:25 +00:00 |
|
Stefan Csomor
|
8dd7fd4e5d
|
fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 19:14:39 +00:00 |
|
Paul Cornett
|
e2147e6d3c
|
simplify menu item callbacks by passing in wxMenuItem instead of wxMenu
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 17:07:07 +00:00 |
|
Stefan Csomor
|
36f740c857
|
renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 16:46:55 +00:00 |
|
Stefan Csomor
|
489468feaa
|
renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 16:46:03 +00:00 |
|
Stefan Csomor
|
87ec27805e
|
renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 16:27:44 +00:00 |
|
Stefan Csomor
|
9acbdb4313
|
renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 16:26:59 +00:00 |
|
Stefan Csomor
|
82e7574281
|
iphone additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 16:26:14 +00:00 |
|
Stefan Csomor
|
e3b294fa40
|
iphone additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 16:25:18 +00:00 |
|
Stefan Csomor
|
cb40fa312e
|
pure CF code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 16:23:57 +00:00 |
|
Vadim Zeitlin
|
b0fb790beb
|
fix for crash under wxX11: we get text event there when m_popup is still NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 11:47:24 +00:00 |
|
Vadim Zeitlin
|
c245a01202
|
use native calendar control in wxDatePickerCtrl if available (#9548)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 11:45:57 +00:00 |
|
Vadim Zeitlin
|
f84fb4ad9e
|
use wxDC::SetDeviceClippingRegion() instead of deprecated SetClippingRegion()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 11:41:44 +00:00 |
|
Stefan Csomor
|
67c595a6bd
|
removing outdated files for mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 08:32:34 +00:00 |
|
Robert Roebling
|
029458cec9
|
#9559 DataViewCtrl wrong behaviour with reordering not reorderable columns
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 07:43:42 +00:00 |
|
Paul Cornett
|
cabb286d30
|
move 8 copies of the same function to common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 05:23:53 +00:00 |
|
Stefan Csomor
|
ecac22d09a
|
forward port of fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 04:14:40 +00:00 |
|
Stefan Csomor
|
de536319f1
|
removing old files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 04:13:35 +00:00 |
|
Vadim Zeitlin
|
591d3fa210
|
remember the last type used for loading or saving the image and return it from GetType() (#9551)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-11 00:28:23 +00:00 |
|
Stefan Csomor
|
266fe3655f
|
removing outdated files on mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-10 18:59:48 +00:00 |
|
Stefan Csomor
|
59e41dc7ad
|
removing outdated files on mac, adding new files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-10 18:40:11 +00:00 |
|
Stefan Csomor
|
80f243ee79
|
removing outdated files on mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-10 17:44:07 +00:00 |
|