Vadim Zeitlin
|
afeeb04d7a
|
add tests for GetLocal() and GetPeer() (see #10779)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-09 13:06:25 +00:00 |
|
Francesco Montorsi
|
8602802568
|
add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-09 12:40:09 +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 |
|
Vadim Zeitlin
|
5a58a1342d
|
add SetEscapeId() test (see #10746)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-07 17:01:59 +00:00 |
|
Stefan Csomor
|
fa9b55dfba
|
fixing osx_carbon guard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-06 15:41:41 +00:00 |
|
Vadim Zeitlin
|
48715f6048
|
don't use deprecated EVT_GRID_CELL_CHANGED synonym
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-04 10:14:06 +00:00 |
|
Vadim Zeitlin
|
890d70ebea
|
improvements to wxEventFunctor classes; use wxHAS_EVENT_BIND instead of wxEVENTS_COMPATIBILITY_2_8 (see #10653)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-05-02 12:52:54 +00:00 |
|
Vadim Zeitlin
|
c6b22707d3
|
show the new size of the grid row/col which was resized (test for r60435 changes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-29 22:00:54 +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
|
99fda52216
|
set more svn properties for the files which didn't have them set correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-26 18:43:48 +00:00 |
|
Vadim Zeitlin
|
c173e541b8
|
add parent parameter to wxAboutBox() (closes #9952)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-26 13:41:21 +00:00 |
|
Kevin Ollivier
|
23513e07f5
|
Rebake after latest changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-26 02:04:16 +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
|
f5c7443361
|
no changes, just fix a typo in a menu item label
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-25 16:26:18 +00:00 |
|
Vadim Zeitlin
|
beb9e8f2ed
|
added find performance test (see #9870) and the possibility to set the number of items (for list and report views only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-25 16:23:15 +00:00 |
|
Vadim Zeitlin
|
8a3f03ffce
|
only use Mac-specific menu item under Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-25 15:37:33 +00:00 |
|
Francesco Montorsi
|
c4c178c10d
|
use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-25 12:59:09 +00:00 |
|
Chris Elliott
|
95ff11c4bb
|
update bakefile to 0.2.6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-24 10:36:24 +00:00 |
|
Vadim Zeitlin
|
8584ae1cd6
|
add Bind() test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-16 16:34:35 +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
|
bd5d8ac1b5
|
define constants for the number of items in the tree at each level and number of levels
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-16 12:48:51 +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 |
|
Francesco Montorsi
|
f2c1b903bf
|
small enhancement: account for SLANT==ITALIC on wxMSW; print explicitely the face name of the current font; make wxFontBase::GetFamilyString aware of wxFONTFAMILY_UNKNOWN
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-15 20:02:17 +00:00 |
|
Francesco Montorsi
|
a82a59f519
|
allow testing more font properties: light weight, slant style and font families
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-12 22:02:00 +00:00 |
|
Robert Roebling
|
1c9588456e
|
Add test for wxDataViewColumn::GetWidth
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-07 19:33:35 +00:00 |
|
Vadim Zeitlin
|
a2bbedf07d
|
added test for wxDC-based image scaling; updated copyright
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-05 14:53:17 +00:00 |
|
Vadim Zeitlin
|
437950ced1
|
paint background by default to avoid unexpected sample appearance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-05 14:34:18 +00:00 |
|
Vadim Zeitlin
|
85fcb94fc9
|
implement GetImageCount() for GIF handler (closes #10663); added test for it to the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-05 12:52:22 +00:00 |
|
Francesco Montorsi
|
34e8a158e5
|
add IT locale to the makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-01 15:00:12 +00:00 |
|
Francesco Montorsi
|
5036c26475
|
include the locale name in the error message when the catalog can't be loaded
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-04-01 14:59:38 +00:00 |
|
Václav Slavík
|
197380a09f
|
always return (owned or non-owned, depending on build) wxScopedCharBuffer from utf8_str() and ToUTF8()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-30 18:28:42 +00:00 |
|
Benjamin Williams
|
b6d74808f6
|
fix misusage of wxFlexGridSizer that was causing an assert
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-26 08:34:27 +00:00 |
|
Vadim Zeitlin
|
e8c0d57346
|
don't omit wxOK in wxMessageBox() call
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-25 16:29:23 +00:00 |
|
Francesco Montorsi
|
30e6055001
|
remove VCard code leftover: it's not part of wx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-23 16:28:22 +00:00 |
|
Francesco Montorsi
|
ca5016d4dd
|
make sure that wxProcess always have a valid PID set; add test unit for wxExecute,wxShell,wxProcess based on the code in the console sample; add some more infos/notes in wxProcess docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-23 16:23:44 +00:00 |
|
Francesco Montorsi
|
c8551c294d
|
add the ability to test the wxBell() function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-23 14:04:46 +00:00 |
|
Vadim Zeitlin
|
63b459df53
|
add timing of the page loading (see #9972)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-23 13:00:42 +00:00 |
|
Vadim Zeitlin
|
7e4952db83
|
add alignment flags support to wxSpinCtrl[Double] (closes #10621)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-22 09:18:46 +00:00 |
|
Vadim Zeitlin
|
a823df225a
|
fix typo in comment introduced in the previous change (re-closes #10622)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-21 23:53:33 +00:00 |
|
Vadim Zeitlin
|
c00ee75726
|
don't build flash and mfc samples with non-MSVC compilers (closes #10622)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-21 15:39:15 +00:00 |
|
Francesco Montorsi
|
778c9b9f49
|
commit temporary fix for the sample for 2.9.0 release
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-19 01:37:11 +00:00 |
|
Benjamin Williams
|
d45d5bb2b2
|
updated aui sample to demonstrate/test wxITEM_RADIO support in toolbars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-18 13:53:34 +00:00 |
|
Vadim Zeitlin
|
8933fbc62e
|
add combobox drop down/close up events (closes #10587)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-18 10:42:58 +00:00 |
|
Jouk Jansen
|
863001cdca
|
correct typo in my previous commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-17 13:54:19 +00:00 |
|
Jouk Jansen
|
4883dc77e1
|
correcting #ifdef syntax error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-17 11:05:25 +00:00 |
|
Francesco Montorsi
|
6e19eb9c4b
|
allow testing wxSystemSettings::GetFont() return value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-16 14:46:46 +00:00 |
|
Vadim Zeitlin
|
5cfb5f66af
|
add a menu item to test setting focus (see #626 comment:42)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-16 11:49:04 +00:00 |
|
Kevin Ollivier
|
2fd716136a
|
Rebake after last change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-15 16:14:56 +00:00 |
|
Francesco Montorsi
|
49e3b82c03
|
revise the sample, simplifying and cleaning it where possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 01:01:12 +00:00 |
|
Kevin Ollivier
|
e2c33b5595
|
Only MSW supports loading sounds from data.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 21:02:13 +00:00 |
|