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 |
2009-03-25 |
Stefan Csomor | making method properly const |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | compilation fixes for wxAnyStrPtr for VC7; mention... |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | compilation fixes for wxAnyStrPtr for VC6 |
tree | commitdiff |
2009-03-24 |
Vadim Zeitlin | return a wxAnyStrPtr covnertible to either narrow or... |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | fix misc typos |
tree | commitdiff |
2009-03-24 |
Julian Smart | Don't translate panel titles |
tree | commitdiff |
2009-03-24 |
Julian Smart | Fixed small alignment issues |
tree | commitdiff |
2009-03-24 |
Václav Slavík | added some clarifying comments to wxCStrData |
tree | commitdiff |
2009-03-24 |
Vadim Zeitlin | added GetEnglish{Month,WeekDay}Name() |
tree | commitdiff |
2009-03-24 |
Stefan Csomor | conforming to new naming convention of starting all... |
tree | commitdiff |
2009-03-24 |
Stefan Csomor | adding back API for 2.8 compatibility |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | make wxStringOperationsWchar methods templates too... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | make sure that wxProcess always have a valid PID set... |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | textctrl cleanup |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | fix warnings about empty controlling statement in relea... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | added "bool checked" parameter to SetBitmap() too,... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | modify signature of new wxStreamBuffer ctors to avoid... |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | don't disable wxLogTrace() at debug levels < 2 |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | fixing end-of-file |
tree | commitdiff |
2009-03-22 |
Francesco Montorsi | better docs for wxCmdLineParser (fixes a few typos... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | compilation fix for wxMotif and wxGTK1 (of course,... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add WXWIN_COMPATIBILITY_2_8 test around another wxLogTr... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | make wxMessageOutput::Output() public to avoid having... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | deprecate integer trace masks and don't define the... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | move forward declarations unneeded in wx/log.h to wx... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | define wxUSE_LOG_DEBUG as wxDEBUG_LEVEL and not as... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | correct wxASSERT_LEVEL_2 definition |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_RIGHT instead of wxTE_RIGHT here too (shoul... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | no changes, just wrap long lines |
tree | commitdiff |
2009-03-22 |
Stefan Csomor | simpler define handling |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | move __WXFUNCTION__ to wx/cpp.h from wx/debug.h |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | made wx/debug.h C++ header again (reverting changes... |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | build fix (part of r59673, r59656) |
tree | commitdiff |
2009-03-20 |
Robin Dunn | Use native EOL |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | add the ToCLong, ToCULong and ToCDouble functions,... |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | adding more native definitions |
tree | commitdiff |
2009-03-20 |
Francesco Montorsi | implement wxStrtoX_l() variants even when wxHAS_XLOCALE... |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | extend wxXLocale with wxStrto[d,l,ul] functions; make... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | fix (harmless) MSVC 64 bit compilation warning (closes... |
tree | commitdiff |
2009-03-18 |
Francesco Montorsi | no change: just move a misplaced comment |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | correct typo in SetAltExtensions() method (re-closes... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | more bug fixes to multiple selection mode (see #626... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | no changes, just correct some comments and variable... |
tree | commitdiff |
2009-03-17 |
Vadim Zeitlin | allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even... |
tree | commitdiff |
2009-03-16 |
Francesco Montorsi | do not copy the typical setup.h in setup_gccxml.h;... |
tree | commitdiff |
2009-03-16 |
Václav Slavík | detect and report errors in XRC specification of grid... |
tree | commitdiff |
2009-03-16 |
Václav Slavík | fixed wxXRC compilation with --disable-filesystem ... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | leftovers from r59566 |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | make wxStatusBarPane a 'full class' with getters and... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | wxMSW and wxPalmOS already had the wxFont(const wxSize... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
tree | commitdiff |
next |