Commit Graph

43390 Commits

Author SHA1 Message Date
Vadim Zeitlin
626b09ec05 further simplifiy USE_NATIVE_HEADER_WINDOW checks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-10 02:55:57 +00:00
Francesco Montorsi
20523dd9f2 remove spurious \b
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 18:13:09 +00:00
Michael Wetherell
0a4ca58bc0 Add interface/* to fileNotImportant.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 17:46:28 +00:00
Francesco Montorsi
463b4bfa90 revised the first two interface headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 17:42:34 +00:00
Francesco Montorsi
7cec3a32a4 use wxAcceleratorEntryFlags as wxACCEL_* enum name so it's easier to refer to it in wxDocs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 17:42:07 +00:00
Francesco Montorsi
21b447dc67 fixed category
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 17:09:29 +00:00
Francesco Montorsi
328f5751e8 add const qualifiers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 16:24:26 +00:00
Vadim Zeitlin
1fee6e2577 remove wxTextAttr::CreateFont(); return wxNullFont from GetFont() if we have no font attributes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 13:14:58 +00:00
Vadim Zeitlin
98a14ab488 don't use native headers in wxUniv build (this doesn't even link under MSW)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 12:57:10 +00:00
Vadim Zeitlin
9661b95b6b document "wrap" attribute for wxStaticText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 12:47:27 +00:00
Francesco Montorsi
4cc4bfafe5 removed @NULL,@true,@false tags from the function prototypes; fixed * and & displacing in the prototypes; changed @param as discussed on wx-dev; use @see instead of @sa; better indentation for @returns,@remarks,@see paragraphs; other misc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 12:33:59 +00:00
Francesco Montorsi
0aaf0255e4 don't style using Doxygen tags; use <span> tags and CSS instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 12:31:29 +00:00
Francesco Montorsi
4feb361314 fix missing end brace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 11:58:39 +00:00
Francesco Montorsi
189dea2961 adjust comments for latex Doxyfile; no real change; add Id keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 11:08:33 +00:00
Robin Dunn
30aaee9514 Enable XRC to call wxStaticText::Wrap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 03:27:54 +00:00
Robin Dunn
a9dbb4f681 Don't need to use wxHAVE_RAW_BITMAP any more.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-09 03:24:38 +00:00
Vadim Zeitlin
936bb82ec5 wxUniv compilation fix for gs_windowHandles assignment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 23:04:39 +00:00
Václav Slavík
2e771cb838 fixed 'Select All' context menu in wxTextCtrl with wxTE_RICH style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 23:04:06 +00:00
Stefan Csomor
d0894365ea latex include is not making things worse, so we use it all the same
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 21:52:25 +00:00
Stefan Csomor
444f6eed47 latex include not properly working for links and titlepage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 21:34:28 +00:00
Stefan Csomor
41046fc2b6 fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 21:32:53 +00:00
Stefan Csomor
f4eb5ee631 pdflatex support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 21:18:06 +00:00
Stefan Csomor
2a593cc420 adding files for pdflatex support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 21:15:41 +00:00
Francesco Montorsi
44fe9ffc49 use SPAN.literal CSS style for @true, @false, @ifdef_ and similars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 17:32:21 +00:00
Francesco Montorsi
b46a02917a specify we don't use # character; other minor details
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 17:30:40 +00:00
Michael Wetherell
91752030b7 Typo in filesNotImportant.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 16:08:36 +00:00
Stefan Csomor
e84f729000 cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 15:46:39 +00:00
Francesco Montorsi
a7c93f3fbf more comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 15:30:12 +00:00
Francesco Montorsi
7c913512a4 adjusted indentation with astyle; added Id keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 14:43:31 +00:00
Francesco Montorsi
aa6ec1d787 make it callable from any path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 14:39:02 +00:00
Francesco Montorsi
23324ae1c7 added interface headers with latest discussed changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-08 13:52:38 +00:00
Stefan Csomor
5d713a7574 cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 19:38:01 +00:00
Stefan Csomor
fe844054e8 cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 16:56:04 +00:00
Stefan Csomor
73b51ea436 cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 16:54:12 +00:00
Stefan Csomor
c8e2c7d7b3 cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 16:53:07 +00:00
Stefan Csomor
9f5717add3 cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 16:51:06 +00:00
Stefan Csomor
71be467a6c cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 16:50:27 +00:00
Stefan Csomor
ac8fdfe2a5 cleaning up common OSX code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 16:50:13 +00:00
Stefan Csomor
0b9eac66cc xcode_config moved
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 16:44:06 +00:00
Stefan Csomor
7e55b761e1 adding Aspen (iPhone)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 16:41:41 +00:00
Stefan Csomor
4bc554971c moving out of 'carbon' dir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 16:31:21 +00:00
Stefan Csomor
b068adad76 moving out of 'carbon' dir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 16:30:59 +00:00
Stefan Csomor
a22420e8ad adding DLOPEN
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 16:29:47 +00:00
Václav Slavík
3be25921be fixed syntax error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 12:59:58 +00:00
Julian Smart
7c3c990ecf Only use fonts in wxTextAttr::Combine if they are really present in the attributes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-07 08:55:12 +00:00
Václav Slavík
2e10110af0 fixed minsize setting after wxCollapsiblePane is expanded - should set client, not window, minsize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-06 22:23:13 +00:00
Václav Slavík
520746acb5 deprecated wxWindow::SetHelpTextForId()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-06 19:28:51 +00:00
Vadim Zeitlin
647d7ce90b use %p for printing out a pointer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-06 17:11:37 +00:00
Stefan Csomor
9cb0c458c4 64/32 bit fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-06 12:24:33 +00:00
Stefan Csomor
6ef27a1414 64/32 bit fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-06 12:20:28 +00:00