2009-04-04 |
Vadim Zeitlin | fix PCH-less build after last change (closes #10678) |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Stefan Csomor | fixing unused param warning |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Stefan Csomor | fixing 64 bit value transfer |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Stefan Csomor | adjusting DATE_TIME_FMT on OS X |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Vadim Zeitlin | fix the test case which wrongly relied on wxString... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Vadim Zeitlin | fix the test case which wrongly relied on wxString... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Vadim Zeitlin | compilation fix: WXWIN_COMPATIBILITY_2_8 must be tested... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Vadim Zeitlin | handle embedded NULs correctly in wxString::CmpNoCase... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Vadim Zeitlin | avoid the ugly hack with adding an empty string to... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Vadim Zeitlin | really fix handling of trailing periods in abbreviated... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Vadim Zeitlin | allow for trailing periods in week day/month names... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Vadim Zeitlin | add possibility to choose the locale (useful for Window... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Vadim Zeitlin | use correct expected values for Windows and OS X |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Julian Smart | Fixed wxRTC AltGr+key input on Windows |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Stefan Csomor | make long format equal to full on mac (including dayname) |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Vadim Zeitlin | don't run wxPATH_NORM_LONG test on systems where the... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Vadim Zeitlin | expect 4 digit year in French locale under all platforms |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Francesco Montorsi | fix a problem with setlocale() under Windows: with... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Francesco Montorsi | add IT locale to the makefile |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Francesco Montorsi | include the locale name in the error message when the... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Stefan Csomor | bringing back utf32 encoding for wchar, fixes #10666 |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Vadim Zeitlin | fix g++ warnings for float->int conversions |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Benjamin Williams | undock/float toolbar if it's dragged right or south... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Vadim Zeitlin | correct French short date format for glibc; added more... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Vadim Zeitlin | allow running tests whose names don't end with TestCase... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Vadim Zeitlin | minor improvements to Bind() description |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Benjamin Williams | missing header fixed |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Vadim Zeitlin | only Linux/glibc seem to use periods as date separator... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Vadim Zeitlin | compilation fix after recent changes |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Francesco Montorsi | fix doxygen warning |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Francesco Montorsi | fix wxLogNull base class (closes #10654) |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Stefan Csomor | adding OSX specific fixes to bsd level formatting problems |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Stefan Csomor | adding more symbols to translation, using better matchi... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Benjamin Williams | don't allow docks to be resized such that panes overlap |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Václav Slavík | fixes or embedded NULs handling in wxString |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Václav Slavík | fixed size of buffer returned by wxFormatConverter... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Stefan Csomor | hiding the impl type more again |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Václav Slavík | compilation fix for wxUSE_UTF8_LOCALE_ONLY case |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Václav Slavík | compilation fix for r59932 |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Vadim Zeitlin | make it explicitly clear that the len parameter of... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Vadim Zeitlin | pass size in bytes, not wchars, to SetData() in wxURLDa... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Václav Slavík | implemented CreateIconBundle() in GTK+ native art provider |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Václav Slavík | set icons bundle, not single icon, for frames loaded... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Václav Slavík | wxArtProvider::GetIconBundle() cleanup: |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Václav Slavík | add support for loading wxIconBundles from streams |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Vadim Zeitlin | don't dereference end iterator (closes #10656) |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Václav Slavík | added length to wx(Scoped)CharBuffer to improve handlin... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Csomor | special casing mac code |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Csomor | glgrab not available for iphone |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Csomor | adding iphone code |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Csomor | adding proper iphone includes |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Csomor | streamlining code |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Csomor | make sure button is known for non-precomp case |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Csomor | adding a for am/pm and windows special character t |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Csomor | fixing conversion |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Csomor | adding implementation for OSX |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Vadim Zeitlin | use short date format in wxLOCALE_DATE_TIME_FMT handler... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Csomor | adding comment about wxHAS_OPENGL_ES |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Vadim Zeitlin | Added wxLOCALE_DATE/TIME_FMT support to wxLocale::GetIn... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Stefan Csomor | bracketing opengl code that doesn't work on OpenGL ES |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Vadim Zeitlin | minor cleanup of Unix GetInfo(): assert if invalid... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Vadim Zeitlin | update documentation for Bind() (closes #10594) |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Vadim Zeitlin | no real changes, jus renames some parameters (see ... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Václav Slavík | fixed logical error in SetIcons(): only assert if no... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Vadim Zeitlin | fix setting of HOST_{PRE,SUF}FIX in case --host option... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Vadim Zeitlin | fix basetsd.h name for case-sensitive file systems... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Stefan Csomor | bracketing menu code |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Václav Slavík | variadic macros need specializations for both wxCharBuf... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Václav Slavík | don't duplicate copy ctor and assignment operator code... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Vadim Zeitlin | don't reset WS_EX_CONTROLPARENT bit in wxNotebook:... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Benjamin Williams | corrections for inner-dock pane sizing for 2.9 |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Vadim Zeitlin | correct the test for Windows platform (this also fixes... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Václav Slavík | split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Benjamin Williams | don't draw resize sash if it's dragged outside of manag... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Benjamin Williams | pane sizes within a dock are not allowed to exceed... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Benjamin Williams | applied patch fixing border problem (#10171) |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Vadim Zeitlin | minor corrections to TranslateFromUnicodeFormat() |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Vadim Zeitlin | always declare TestStrip(), it is now available even... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Stefan Csomor | changing to iterator |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Vadim Zeitlin | mention wxFilename::StripExtension() |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Vadim Zeitlin | no changes, just write a more detailed comment for... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Vadim Zeitlin | implement deprecated wxStripExtension() in terms of... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Vadim Zeitlin | no changes, just some cleanup (use compile-time asserts... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Vadim Zeitlin | switch off logging sooner (closes #10646) |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Vadim Zeitlin | build bot systems don't manage to generate enough ticks... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Stefan Csomor | revert to proper defaults for US |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Vadim Zeitlin | remove unused variable |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Vadim Zeitlin | detect horizontal overflow in wxHtmlPrintout and warn... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Stefan Csomor | better native date locale support |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Benjamin Williams | fix misusage of wxFlexGridSizer that was causing an... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Csomor | making sure NULs stay in the result, even if the string... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | don't omit wxOK in wxMessageBox() call |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | produce a better looking report with --time option... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Benjamin Williams | added ability to set tool alignment (#10174) |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Benjamin Williams | added missing getters to wxAuiToolBar (#10182) |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Csomor | moving down for non-precomp build |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | ensure the number of values we expect to record in... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Benjamin Williams | fix incorrect application of styles (#10171) |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | correct order of parameters in CPPUNIT_ASSERT_EQUAL |
commit | commitdiff | tree | snapshot |
next |