2009-01-12 |
Francesco Montorsi | add support for wxStrnlen for those platforms where... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Francesco Montorsi | ensure correct linking of the socket manager initialize... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Stefan Csomor | adding 10.4 build compatibility for osx cocoa, see... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Francesco Montorsi | use DECLARE_NO_ASSIGN_CLASS() for better readability |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Francesco Montorsi | better way to avoid warnings about a non-existing missi... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Francesco Montorsi | assert when the item index is out of range in wxMSW... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Jaakko Salli | Let wxVariantDataDateTime::Write() and Read() work... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | fix wxDEFINE_EVENT_REFERENCE in wxEVENTS_COMPATIBILITY_... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Jaakko Salli | Better support for unspecified property value in wxDate... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | restored the default value of wxObjectEventFunctor... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | fix VC6 ICE; don't call the function which doesn't... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | compilation fix after the event patch |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Jaakko Salli | Added wxPGProperty::OnValidationFailure(); needed it... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | disable new events for VC9 too, it fails when linking... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | miscellaneous spelling/grammar corrections (closes... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | fix the MSVC check in the last comment and accompanying... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | disable new events for MSVC 7, it fails to compile... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | don't use wxDELETE unnecessarily |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | don't use wxVector<wxDataFormat> from wx/clipbrd.h... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | fix MSVC warning about possibly unused variable in... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Vadim Zeitlin | fix deprecation warnings when building wx with MSVC |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Robert Roebling | Also mention wxRound() and wxIsSameDouble() |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Robert Roebling | Spelling error |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Jouk Jansen | Update configuration for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Jouk Jansen | Fixing/Testing sockets on OpenVMS |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Paul Cornett | return index of first added image in Add(), like MSW... |
commit | commitdiff | tree | snapshot |
2009-01-12 |
Paul Cornett | use text cursor only when control is enabled, #10347 |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Robert Roebling | Default to wxConvUTF8 (not wxConvAuto) in wxDataInputSt... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Robert Roebling | Added interface for getting/setting text converter... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Jaakko Salli | Fixed bug: SetPropertyValueUnspecified(p) and p->SetVal... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | fix for PCH-less builds |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | split wxGrid implementation in grideditors.cpp (for... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | fix others $Id$ keywords |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | do not remove Author, Date, Revision SVN keywords |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | a few missing Id keywords |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | typo fix |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | fix few doxygen warnings |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | document recently added enums |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | add note for wxWidgets user with a skeleton for a very... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | suppress warnings about missing_semicolons file not... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | VC6 gets confused by the protected copy ctor; make... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | fix for the broken VC6 compiler (why do we have to... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Vadim Zeitlin | fix handling of locale names without county info (close... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Vadim Zeitlin | check for wxUSE_REARRANGECTRL dependency on wxUSE_CHECK... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Vadim Zeitlin | correct typo: s/wxUSE_MENU/&S/ |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Vadim Zeitlin | added wxUSE_HEADERCTRL |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Vadim Zeitlin | check for wxUSE_REARRANGECTRL being defined |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Vadim Zeitlin | there is no need to do DEFAULT_wxUSE_CONTROL=yes; also... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Vadim Zeitlin | added wxUSE_REARRANGECTRL |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | do not return true when no data is read by the stream... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | use IsOk() instead of Ok(); fix crash when loading... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | guard against NULL parents |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | add the 'GarbageTestCase' which helped me to spot some... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Vadim Zeitlin | fix build with wxUSE_MENU==0 (closes #10330) |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Vadim Zeitlin | correct the FTP host name mungled by a too eager global... |
commit | commitdiff | tree | snapshot |
2009-01-11 |
Francesco Montorsi | remove operators added by error |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | no change; just fix indentation |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | other ifacecheck fixes |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | remove docs originally copied from wxDC docs now that... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | many automated ifacecheck fixes |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | fix the definition of many static functions marked... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | fix an important bug: ifacecheck was parsing only ... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | fixes #10358 |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | making sure enabling the menus works |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | guarding against NULL peers |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | fixing wrong constant |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | fixing default location for cocoa, see #10361 |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | miscellaneous small enhancements |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | calling superclass impl, see #10361 |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | cocoa layout optimization, see #10361 |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | native apple event support for osx cocoa |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | s/""/wxEmptyString |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | do not use Ok(); use IsOk() instead |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | disable test which asserted when trying to call wxListC... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | describe wxMemory* streams |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | fix deprecation warnings when building filefn.cpp |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Jaakko Salli | Reverted to old wxPG_AUTO_SORT behavior in which only... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Vadim Zeitlin | reverted apparently accidental change of r57896 |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Julian Smart | Fixed [wxRichTextCtrl] Right Alignment sets text in... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Vadim Zeitlin | fix GetGridColLabelWindow() name |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | supporting PopUp on osx cocoa as well, see #10361 |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Jaakko Salli | Added #include for wx/propgrid/advprops.h |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Jaakko Salli | Update propgrid minimal sample: Added wxEVT_PG_CHANGING... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Francesco Montorsi | fix a couple of typos |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | cleaning up default OPEN and CLOSED HAND cursors |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | adding open and close hand cursor constants, implementa... |
commit | commitdiff | tree | snapshot |
2009-01-10 |
Stefan Csomor | moving launch methods to common code |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Bryan Petty | Turned off brief descriptions on group pages (it just... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Francesco Montorsi | do not assert in wxFTP construction because of its... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Francesco Montorsi | minor cleanup; add wxDocument::OnChangeFilename for... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Francesco Montorsi | Minor samples/docview refactoring (closes #10081) |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Francesco Montorsi | add const attribute to avoid lots of warnings from GCC |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Francesco Montorsi | add Id SVN keyword |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Francesco Montorsi | add wxImage::Clear (patch by troelsk); closes #10141 |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Francesco Montorsi | patch from Utensil Candel: remove ctrlmaskout.h/cpp... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Francesco Montorsi | support underlined text in wxCairoContext (Marcin's... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Stefan Csomor | guarding against calls through 'non-window' instances... |
commit | commitdiff | tree | snapshot |
2009-01-09 |
Stefan Csomor | guard against NULL win (happens during debug startup... |
commit | commitdiff | tree | snapshot |
next |