Vadim Zeitlin
|
f1ddb476b1
|
use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter not being defined in wx/spinctrl.h on non-MSW platforms (see #10621)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-22 10:55:55 +00:00 |
|
Vadim Zeitlin
|
c218ccee9f
|
no changes, just wrap long lines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-22 10:51:26 +00:00 |
|
Stefan Csomor
|
beb2638a99
|
simpler define handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-22 09:49:28 +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
|
657a8a3598
|
first round of debug/release merge: introduce wxDEBUG_LEVEL, for now defined as 1 if __WXDEBUG__ is defined, i.e. no real changes; don't use __WXDEBUG__ in the headers to keep debug and release builds ABI-compatible; add functions to customize or disable asserts handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-21 23:36:37 +00:00 |
|
Vadim Zeitlin
|
a6ebdba66c
|
move __WXFUNCTION__ to wx/cpp.h from wx/debug.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-21 17:18:01 +00:00 |
|
Vadim Zeitlin
|
993df0402c
|
made wx/debug.h C++ header again (reverting changes of r24896); simply don't include it from wx/defs.h when compiling C files which have no need for the stuff defined in it anyhow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-21 16:34:46 +00:00 |
|
Francesco Montorsi
|
48fd6e9dd7
|
build fix (part of r59673, r59656)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-20 21:42:43 +00:00 |
|
Robin Dunn
|
20072d3fc4
|
Use native EOL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-20 18:25:13 +00:00 |
|
Francesco Montorsi
|
529e491ce0
|
add the ToCLong, ToCULong and ToCDouble functions, with docs and test units
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-20 14:50:06 +00:00 |
|
Stefan Csomor
|
f1c40652a0
|
reworked font handling for osx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-20 13:56:57 +00:00 |
|
Stefan Csomor
|
5f3c0120ed
|
adding more native definitions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-20 07:32:01 +00:00 |
|
Francesco Montorsi
|
28e0798fcd
|
implement wxStrtoX_l() variants even when wxHAS_XLOCALE_SUPPORT is not defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-20 01:27:56 +00:00 |
|
Francesco Montorsi
|
dad013ac01
|
extend wxXLocale with wxStrto[d,l,ul] functions; make wxXLocale::Init() a little bit smarter on Unix systems; make XLocaleTestCase not fail on systems where french/italian support is not installed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-19 18:05:49 +00:00 |
|
Vadim Zeitlin
|
c256657590
|
fix (harmless) MSVC 64 bit compilation warning (closes #10140)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-18 21:58:15 +00:00 |
|
Francesco Montorsi
|
b7d70f7626
|
no change: just move a misplaced comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-18 21:11:13 +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 |
|
Vadim Zeitlin
|
099c2c7d7f
|
correct typo in SetAltExtensions() method (re-closes #10570)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-18 10:04:20 +00:00 |
|
Vadim Zeitlin
|
7dac12efa7
|
more bug fixes to multiple selection mode (see #626, comment 47)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-18 10:01:36 +00:00 |
|
Vadim Zeitlin
|
03ae811e42
|
no changes, just correct some comments and variable names (see #10594)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-18 09:30:08 +00:00 |
|
Vadim Zeitlin
|
306f34a368
|
allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even on 64 bit platforms (see r59576)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-17 22:02:56 +00:00 |
|
Francesco Montorsi
|
601b9dfa71
|
do not copy the typical setup.h in setup_gccxml.h; this is too fragile; rather use the real setup.h and then include setup_gccxml.h to 'fix' things so that gccxml is happy
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-16 17:51:47 +00:00 |
|
Václav Slavík
|
afc0db8ca0
|
detect and report errors in XRC specification of grid sizers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-16 13:33:39 +00:00 |
|
Václav Slavík
|
159852aeae
|
fixed wxXRC compilation with --disable-filesystem (bug #10580)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-16 13:18:27 +00:00 |
|
Francesco Montorsi
|
7235c54d3b
|
leftovers from r59566
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-15 19:45:34 +00:00 |
|
Francesco Montorsi
|
b31eaa5c34
|
make wxStatusBarPane a 'full class' with getters and protected data; document it; provide more accessors in wxStatusBar (closes #10574)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-15 17:54:05 +00:00 |
|
Francesco Montorsi
|
bff248644e
|
wxMSW and wxPalmOS already had the wxFont(const wxSize&...) ctor; don't duplicate it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-15 16:42:05 +00:00 |
|
Francesco Montorsi
|
b5791cc7af
|
add the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs to ensure that the wxSize objects contains non-negative arguments; document that passing zero for the width parameter is allowed; other minor doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-15 16:28:33 +00:00 |
|
Václav Slavík
|
819559b2ac
|
better XRC errors reporting: report location of the error and use unified formatting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-15 10:29:14 +00:00 |
|
Francesco Montorsi
|
387e72bad6
|
implement the wxGTK selective yield with a different approach: rather than getting the events ourselves and fetching them to gtk_main_do_event(), install our own wxgtk_main_do_event() to filter them (closes #10320 -- see bug reported in comment 19)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 23:59:21 +00:00 |
|
Vadim Zeitlin
|
98fa068e79
|
compilation fix for Watcom (see #10576)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 23:26:39 +00:00 |
|
Francesco Montorsi
|
6547c6bad7
|
include all events categories in wxEVT_CATEGORY_ALL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 19:20:03 +00:00 |
|
Francesco Montorsi
|
732d8c74f8
|
add wxSize overloads to wxBitmap ctors and to wxBitmap::Create
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 13:57:51 +00:00 |
|
Francesco Montorsi
|
72a9034bd4
|
add overloads of ctors and Create() functions taking wxSize; document the various Create() overloads; reorganize wxImage docs categorizing the various functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 13:28:28 +00:00 |
|
Francesco Montorsi
|
5a0a15cf56
|
fix crash caused by an wxMDIClientWindow's GTK signal handler being called when the wxMDIClientWindow is already (partially) destroyed: easily reproducible (without this fix) in the 'mdi' and 'svg' samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-14 01:24:45 +00:00 |
|
Stefan Csomor
|
8e88e9846a
|
solving inversion problem, because SetShape is redefined on toplevel.h level
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 18:43:46 +00:00 |
|
Václav Slavík
|
2bb9a404fb
|
added wxXmlResource::LoadAllFiles()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 13:26:46 +00:00 |
|
Julian Smart
|
95835bc453
|
Made DoSize and GetPageRect virtual for easier derivation without duplicating a lot of code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-13 09:22:23 +00:00 |
|
Jaakko Salli
|
48a32cf671
|
Reworked the way child properties can be added to a property that has not yet been added to a grid or page; AddChild() deprecated, now use AddPrivateChild() instead. For public children, new member functions AppendChild() and InsertChild() should do the job.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 18:17:55 +00:00 |
|
Kevin Ollivier
|
69cf69be93
|
Removing pch header files for CodeWarrior and also the wx_pb.h which is no longer used.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-12 17:26:48 +00:00 |
|
Vadim Zeitlin
|
b7341fe06f
|
reset the associated view frame pointer when the frame is deleted directly instead of being closed gracefully
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-11 16:11:54 +00:00 |
|
Václav Slavík
|
862bb5c73a
|
renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to avoid naming conflicts (e.g. with latest libxml2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-11 07:51:38 +00:00 |
|
Kevin Ollivier
|
a4e3249255
|
Get SetLabel working again for wxStaticText by overriding SetLabel so that we can respect alignment. Also add a couple more sizing tweaks.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-11 04:50:51 +00:00 |
|
Vadim Zeitlin
|
70c147281a
|
also fix handling of wxSP_ARROW_KEYS|wxSP_WRAP (see #10565)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-10 15:45:13 +00:00 |
|
Robert Roebling
|
862de7b3d9
|
Make wxDataViewModel::Compare() const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-10 13:37:26 +00:00 |
|
Kevin Ollivier
|
87bf626584
|
Forgot to commit the header change too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-10 06:00:32 +00:00 |
|
Vadim Zeitlin
|
ba4800d3ae
|
add support for multiple extensions to wxImage handlers (closes #10570)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-09 23:13:34 +00:00 |
|
Vadim Zeitlin
|
e225e700ef
|
no changes, just correct the file name in the header (part of #10570)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-09 23:08:36 +00:00 |
|
Robert Roebling
|
3e978cf7b2
|
Add wxDataViewEvent for vetoing label editing (see also #10495)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-09 20:48:04 +00:00 |
|
Vadim Zeitlin
|
ada1ff0dbc
|
close the associated frame if the view is deleted directly to avoid leaving zombie frames floating around
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-09 19:53:49 +00:00 |
|