Vadim Zeitlin
|
ae042ac1e2
|
mention support for multiselection in wxDirCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-06-07 12:55:42 +00:00 |
|
Jaakko Salli
|
8622887ce2
|
Added section 'Changes from wxPropertyGrid 1.4'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-06-07 09:02:35 +00:00 |
|
Vadim Zeitlin
|
04aa748dc4
|
mention wxTreeCtrl::SelectItem() fix of r60921
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-06-06 23:25:56 +00:00 |
|
Vadim Zeitlin
|
adcda299c0
|
added wxEditbaleListBox XRC handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-06-04 23:41:51 +00:00 |
|
Vadim Zeitlin
|
d58772283e
|
value of wrap parameter of wxStaticText must be specified in pixels, not characters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-06-04 12:17:34 +00:00 |
|
Vadim Zeitlin
|
e77669fcee
|
don't fix the columns number to 1 by default in ctors (closes #10863)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-06-03 22:28:26 +00:00 |
|
Vadim Zeitlin
|
255c07b4df
|
extracted wxTextWrapper in its own header and made it public
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-31 20:12:07 +00:00 |
|
Vadim Zeitlin
|
4feecbb929
|
added wxDC::CopyAttributes() and use it in wxBufferedDC to ensure that wxAutoBufferedPaintDC font is correctly initialized from the window font, as it already happens with wxPaintDC that it mimics
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-31 19:40:04 +00:00 |
|
Francesco Montorsi
|
3b36f093d9
|
group wxPlatformInfo functions for easier browsing; add more descriptions; link the related function group
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-31 16:34:13 +00:00 |
|
Vadim Zeitlin
|
0598625cb2
|
don't add client area origin when positioning the child MDI frame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-31 13:22:45 +00:00 |
|
Vadim Zeitlin
|
51a5c8df7c
|
improve wxTreeCtrl::ScrollTo() behaviour in the generic version and add a test for it to the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-31 13:08:16 +00:00 |
|
Vadim Zeitlin
|
671683c445
|
enable OpenGL library build by default under Windows too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-31 12:55:11 +00:00 |
|
Vadim Zeitlin
|
f1a73c6a81
|
added wxTempFile::Flush() (dedicated to Theodore Ts'o and Ext4)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-31 09:49:31 +00:00 |
|
Vadim Zeitlin
|
68fe70ea1f
|
define HAVE_LARGEFILE_SUPPORT in setup.h when large files support is available and test for it in wx/filefn.h (closes #10844); document that wx/filefn.h must be included before testing for wxHAS_LARGE_(F)FILES
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-30 17:15:36 +00:00 |
|
Vadim Zeitlin
|
881f5a1c71
|
correct a typo in wxSplitterWindow gravity parameter name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-25 13:08:00 +00:00 |
|
Vadim Zeitlin
|
ef18e79223
|
add support for defining list control columns in XRC too (and correct a few things in previously added list items support)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-25 13:00:28 +00:00 |
|
Vadim Zeitlin
|
787de19a13
|
update CRT environment block in wxSetEnv() too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-24 15:33:33 +00:00 |
|
Vadim Zeitlin
|
6528a7f145
|
make wxWindow::SetAutoLayout() now works for all windows, not just panels
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-23 11:26:58 +00:00 |
|
Bryan Petty
|
07e6fc431d
|
Small build and run fixes made to screenshotgen util after wxMSW changes.
Updated wxOSX (Carbon) screenshots in the manual.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-13 19:19:01 +00:00 |
|
Bryan Petty
|
35b04374da
|
Replaced dir control screenshot in the manual with one that doesn't have personal info in it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-13 18:40:11 +00:00 |
|
Bryan Petty
|
0b4ddd818a
|
Updated wxMSW screenshots in the manual generated with a default Windows font sizes, theme, and locale.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-13 18:34:10 +00:00 |
|
Vadim Zeitlin
|
326462ae94
|
add support for loading wxListCtrl items and wxImageLists from XRC (closes #10647)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-07 17:29:57 +00:00 |
|
Kevin Ollivier
|
0cbc1d0251
|
Separate the parts of make_bindings.py out into common parts, and SWIG and SIP specific parts.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-02 23:07:51 +00:00 |
|
Kevin Ollivier
|
4e735ed6a6
|
Move the scripts into a separate directory and commit initial start on automatic bindings generator.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-02 22:26:40 +00:00 |
|
Kevin Ollivier
|
3fee01e962
|
Add the ability to query if a class is derived from another class.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-02 22:20:40 +00:00 |
|
Vadim Zeitlin
|
72a7c55982
|
added wxStd{In,Out}putStream classes (closes #10637)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-02 18:29:33 +00:00 |
|
Vadim Zeitlin
|
c1ea6afb87
|
keep {Left,Middle,Right}Down() methods of wxMouseState which were present in 2.9; just deprecate them in favour of the new XXXIsDown() ones (see #10756)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-02 13:10:38 +00:00 |
|
Vadim Zeitlin
|
bca8c756a3
|
added wxMouseEventsManager
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-01 22:52:33 +00:00 |
|
Vadim Zeitlin
|
9e0ed08360
|
put wx{Keyboard,Mouse}State in events category instead of misc one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-01 22:37:14 +00:00 |
|
Vadim Zeitlin
|
75004dfbe5
|
implement changing wxChoice and wxComboBox height
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-01 21:49:43 +00:00 |
|
Vadim Zeitlin
|
82edfbe7d9
|
add a possibility to disable individual grid rows/columns resizing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-26 17:02:53 +00:00 |
|
Vadim Zeitlin
|
e812c32f56
|
added short col/row resizing overview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-26 15:50:19 +00:00 |
|
Vadim Zeitlin
|
64f227605d
|
set eol style correctly (see #10745)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-26 19:41:08 +00:00 |
|
Kevin Ollivier
|
7f42e09be2
|
Separate out constructors / destructors, add support for enums and include files, and add a verbose option.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-25 23:49:35 +00:00 |
|
Vadim Zeitlin
|
1c7a6772c1
|
include port number in HTTP Host header (closes #10632)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-25 23:38:03 +00:00 |
|
Vadim Zeitlin
|
3aaaf1aaa0
|
add support for table border width attribute (closes #10610)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-25 23:19:04 +00:00 |
|
Vadim Zeitlin
|
4461c51850
|
attempt to hyperlink wxCHECK_VISUALC_VERSION
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-25 13:19:44 +00:00 |
|
Vadim Zeitlin
|
3795f11ff2
|
define __EVC4__ for eVC 4 compiler to make testing for it easier
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-25 13:16:59 +00:00 |
|
Francesco Montorsi
|
39cdc95fb3
|
allow windows which are placed inside wxStaticBoxes to be built as children of the wxStaticBox itself rather than forcing users to build them as siblings of the static box (closes #9859)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-25 10:49:36 +00:00 |
|
Vadim Zeitlin
|
ae901b234c
|
correction to last commit: Korean and Romanian translations will only be in 2.9.1, not 2.9.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-24 21:17:05 +00:00 |
|
Vadim Zeitlin
|
48e8f217bc
|
added Korean and Romanian translations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-24 21:14:02 +00:00 |
|
Vadim Zeitlin
|
9ca2956011
|
another typo correction; provide GNU gettext link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-23 15:52:07 +00:00 |
|
Vadim Zeitlin
|
ad5cc52914
|
fix links and references to cvs (closes #10729)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-23 15:50:40 +00:00 |
|
Stefan Csomor
|
a19d71a81b
|
adding me to author, updating date
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-21 14:32:07 +00:00 |
|
Vadim Zeitlin
|
b18e2046af
|
pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems() callback as it's more compatible with the existing code assuming that this parameter is signed (as our own wxFileCtrl did)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-16 13:00:40 +00:00 |
|
Vadim Zeitlin
|
6e2f308461
|
use wxUIntPtr instead of long for 3rd parameter of wxListCtrl::SortItems() to allow passing pointers to it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-15 21:23:50 +00:00 |
|
Vadim Zeitlin
|
975fe60bba
|
removed the note about wxEvent::Clone() startup test as it was removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-15 21:14:25 +00:00 |
|
Kevin Ollivier
|
fc76d7df9b
|
Add a space to ensure we have a space between qualifiers and parameter names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-15 17:47:23 +00:00 |
|
Kevin Ollivier
|
0ed9af4ed9
|
Catch the return type when it's inside a <ref> tag.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-10 22:40:24 +00:00 |
|
Kevin Ollivier
|
f613f81ac9
|
Commit script which parses the Doxygen XML output into a list of class and method objects, which later can be passed for post-processing to autogenerate bindings, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-09 17:31:39 +00:00 |
|