2009-05-03 |
Vadim Zeitlin | test whether wxHAS_EVENT_BIND is supported in wx/featur... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | check for wxHAS_EVENT_BIND instead of its converse... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | remove mentions of wxEVENTS_COMPATIBILITY_2_8 |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | added wxStd{In,Out}putStream classes (closes #10637) |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | don't use dialog size gripper under CE (should close... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | use correct Windows CE version number in strnlen()... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | don't use access declarations with Watcom which doesn... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | allow passing temporary functors to Bind() too (closes... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | WinCE doesn't provide strnlen/wcsnlen() until version... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | keep {Left,Middle,Right}Down() methods of wxMouseState... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
tree | commitdiff |
2009-05-02 |
Jaakko Salli | Fixed bug: wxPropertyGridInterface::SetPropertyReadOnly... |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | rename wxGrid::SendSizeEvent() to SendGridSizeEvent... |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | added wxMouseEventsManager |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | implement changing wxChoice and wxComboBox height |
tree | commitdiff |
2009-05-01 |
Vadim Zeitlin | added MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | generate wxEVT_GRID_{COL,ROW}_SIZE events when the... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | don't duplicate wxMouseState in wxMouseEvent but reuse... |
tree | commitdiff |
2009-04-28 |
Jouk Jansen | Do not use Tooltips if they are disabled |
tree | commitdiff |
2009-04-28 |
Robert Roebling | Compilo |
tree | commitdiff |
2009-04-27 |
Vadim Zeitlin | make it possible to forward declare the class defined... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add a possibility to disable individual grid rows/colum... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | wxHashSet::count() method should be const |
tree | commitdiff |
2009-04-26 |
Francesco Montorsi | typo fix (strangely VC9 doesn't consider it an error) |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
tree | commitdiff |
2009-04-26 |
Francesco Montorsi | Add support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | set correct EOL style for files added in r58024 |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | add support for table border width attribute (closes... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | optimize FindItem(data) performance (closes #9870) |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | another typo correction after last change, correct... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | compilation fix after the latest change (typo: used... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | more order in wxCRT_filefunctions: define A and W versi... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | Cygwin doesn't have _wcsdup() (closes #10738) |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | define wxStrchr(non-const char-or-wchar_t*) as a templa... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | disable wxGC for Borland as it can't compiler the macro... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | workaround for Borland compilation: don't use unspecifi... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | build fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | make wxSTRING_BASE_HASNT_CLEAR check more readable |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | define __EVC4__ for eVC 4 compiler to make testing... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | set wxUSE_STD_IOSTREAM to 0 for eVC which doesn't provi... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | eVC4 version of std::string doesn't have clear() neithe... |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | allow windows which are placed inside wxStaticBoxes... |
tree | commitdiff |
2009-04-24 |
Francesco Montorsi | fix push/pop mechanism after r58786; add a few notes... |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | implement tooltips for wxStatusBar panes whose contents... |
tree | commitdiff |
2009-04-21 |
Francesco Montorsi | no real change; just add the standard separator where... |
tree | commitdiff |
2009-04-18 |
Vadim Zeitlin | blind fix for eVC compilation with wxEVENTS_COMPATIBILI... |
tree | commitdiff |
2009-04-18 |
Stefan Csomor | removing overloads to avoid 'hidden method' warning |
tree | commitdiff |
2009-04-17 |
Vadim Zeitlin | really fix compilation with wxEVENTS_COMPATIBILITY_2_8... |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | compilation fix for wxEVENTS_COMPATIBILITY_2_8 build... |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | remove wxNewEventFunctor() overload which allowed calls... |
tree | commitdiff |
2009-04-16 |
Jaakko Salli | wxFlagsProperty now automatically relays wxBOOL_USE_CHE... |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | remove dll export declaration from wxCStrData now that... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | textctrl fixes |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | adapting TextUpdateEvents, using wxTextEntry API |
tree | commitdiff |
2009-04-14 |
Stefan Csomor | fixing native font info support bugs |
tree | commitdiff |
2009-04-14 |
Vadim Zeitlin | remove semicolon from wxDECLARE_EVENT; having it there... |
tree | commitdiff |
2009-04-14 |
Václav Slavík | (blind) fix for VC6s' warning about non-dll base templa... |
tree | commitdiff |
2009-04-13 |
Vadim Zeitlin | return empty string instead of NULL from mb_str()/wc_st... |
tree | commitdiff |
2009-04-12 |
Vadim Zeitlin | fix g++ warnings about initialization order mismatch... |
tree | commitdiff |
2009-04-12 |
Vadim Zeitlin | fix support for using asterisks in the format string... |
tree | commitdiff |
2009-04-12 |
Vadim Zeitlin | return persistent buffers from mb_str()/wc_str() to... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | no real change; just fix the argument name of the wxFon... |
tree | commitdiff |
2009-04-12 |
Václav Slavík | fixed wxString::utf8_str() in UTF8 build to return... |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | implement GetImageCount() for GIF handler (closes ... |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | define HAVE_SSIZE_T if we define ssize_t ourselves... |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | revert r60023 and really fixed compilation problems... |
tree | commitdiff |
2009-04-04 |
Vadim Zeitlin | allow symmetric comparisons to work too in CPPUNIT_ASSE... |
tree | commitdiff |
2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build... |
tree | commitdiff |
2009-03-30 |
Václav Slavík | fixes or embedded NULs handling in wxString |
tree | commitdiff |
2009-03-30 |
Václav Slavík | fixed size of buffer returned by wxFormatConverter... |
tree | commitdiff |
2009-03-30 |
Stefan Csomor | hiding the impl type more again |
tree | commitdiff |
2009-03-30 |
Václav Slavík | compilation fix for wxUSE_UTF8_LOCALE_ONLY case |
tree | commitdiff |
2009-03-29 |
Václav Slavík | set icons bundle, not single icon, for frames loaded... |
tree | commitdiff |
2009-03-29 |
Václav Slavík | wxArtProvider::GetIconBundle() cleanup: |
tree | commitdiff |
2009-03-29 |
Václav Slavík | add support for loading wxIconBundles from streams |
tree | commitdiff |
2009-03-29 |
Václav Slavík | added length to wx(Scoped)CharBuffer to improve handlin... |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | adding iphone code |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | adding proper iphone includes |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | streamlining code |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn... |
tree | commitdiff |
2009-03-29 |
Stefan Csomor | bracketing opengl code that doesn't work on OpenGL ES |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | no real changes, jus renames some parameters (see ... |
tree | commitdiff |
2009-03-28 |
Stefan Csomor | bracketing menu code |
tree | commitdiff |
2009-03-28 |
Václav Slavík | variadic macros need specializations for both wxCharBuf... |
tree | commitdiff |
2009-03-28 |
Václav Slavík | don't duplicate copy ctor and assignment operator code... |
tree | commitdiff |
2009-03-27 |
Václav Slavík | split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer... |
tree | commitdiff |
2009-03-26 |
Vadim Zeitlin | no changes, just write a more detailed comment for... |
tree | commitdiff |
2009-03-26 |
Vadim Zeitlin | implement deprecated wxStripExtension() in terms of... |
tree | commitdiff |
2009-03-26 |
Vadim Zeitlin | detect horizontal overflow in wxHtmlPrintout and warn... |
tree | commitdiff |
2009-03-25 |
Benjamin Williams | added ability to set tool alignment (#10174) |
tree | commitdiff |
2009-03-25 |
Benjamin Williams | added missing getters to wxAuiToolBar (#10182) |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | moving down for non-precomp build |
tree | commitdiff |
2009-03-25 |
Benjamin Williams | fix incorrect application of styles (#10171) |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | don't crash in wxFAIL and wxCHECK if assertion handler... |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | focus handling streamlined |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | better native types for carbon |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | abandon attempts to make wxAnyStrPtr behave as bool... |
tree | commitdiff |
next |