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 |
2009-03-25 |
Vadim Zeitlin | fix tests for the release builds |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | don't log std::exceptions ourselves, let cppunit do... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | don't crash in wxFAIL and wxCHECK if assertion handler... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Csomor | adding support for focus events to multiline textctrl |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | give more detailed message when the test fails in TestT... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Francesco Montorsi | fix the FontTestCase::GetSet unit so that it passes... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Francesco Montorsi | add a few comments about the fact that Get/SetNativeFon... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Francesco Montorsi | document that under wxMSW slant == italic |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Francesco Montorsi | implement quoting for the facename and parsing of quote... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | fix dereferencing end() iterator in ParseFormat() and... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | trap CRT assertions and report assertions which happen... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | compilation fix after wxDateTime::Parse() changes ... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Csomor | supporting kill focus for single line text controls |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Csomor | focus handling streamlined |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Csomor | better native types for carbon |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Benjamin Williams | wxAuiToolbar properly handles items with wxID_ANY ... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Julian Smart | Added a couple of wxRTC string translations in es.po |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | abandon attempts to make wxAnyStrPtr behave as bool... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Csomor | adding native icon for executables |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Stefan Csomor | making method properly const |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | compilation fixes for wxAnyStrPtr for VC7; mention... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | check that the conversion to wxDateTime was really... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Vadim Zeitlin | compilation fixes for wxAnyStrPtr for VC6 |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Francesco Montorsi | PCH less build fix |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Vadim Zeitlin | return a wxAnyStrPtr covnertible to either narrow or... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Francesco Montorsi | add a comment about wxNativeFontInfo::SetFaceName... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Francesco Montorsi | make sure that wxSystemSettings::GetFont/GetColour... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Francesco Montorsi | update wxGTK font implementation removing useless funct... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Francesco Montorsi | fix misc typos |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Julian Smart | Don't translate panel titles |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Julian Smart | Fixed small alignment issues |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Václav Slavík | added some clarifying comments to wxCStrData |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Stefan Csomor | correcting inverted conditions of r59725 |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Vadim Zeitlin | added GetEnglish{Month,WeekDay}Name() |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Vadim Zeitlin | correct translation between iterators and char pointers... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Vadim Zeitlin | discard the time zone part of strings being parsed... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Vadim Zeitlin | work around VC6 bug |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Vadim Zeitlin | set eol-style to native |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Vadim Zeitlin | compilation fix: remove extraneous variable declaration... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Stefan Csomor | conforming to new naming convention of starting all... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Stefan Csomor | cleanup |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Jouk Jansen | Updated 'setup' for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Stefan Csomor | adding back API for 2.8 compatibility |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Vadim Zeitlin | fix parsing methods for non-ASCII strings (e.g. dates... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Vadim Zeitlin | enforce "C" locale for tests which can't work in any... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Vadim Zeitlin | give better error messages when tests fail |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Vadim Zeitlin | make wxStringOperationsWchar methods templates too... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Csomor | adding scheduler |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Michael Wetherell | Fix branch name. |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Michael Wetherell | Make dir names unique. |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Csomor | adding OSX 2.9 preview |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Csomor | switching a few icons, removing OS9 folder icons |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Csomor | switching a few icons, removing OS9 folder icons |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Francesco Montorsi | small changes to make the test run fine on wxMSW, too; |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Francesco Montorsi | remove VCard code leftover: it's not part of wx |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Francesco Montorsi | put wxSetLocale() call in setUp() as VC6 still fails... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Francesco Montorsi | make sure that wxProcess always have a valid PID set... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Csomor | simplyfing code, fixing warnings |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Csomor | adding more native icons, fixes #8778 |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Csomor | adding more native icons, fixes #8778 |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Vadim Zeitlin | don't assert in Refresh() if window is not created... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Csomor | textctrl cleanup |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Csomor | fixing warnings in osx cocoa |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Csomor | fixing warning in osx core and carbon |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Stefan Csomor | fixing warnings in osx common code |
commit | commitdiff | tree | snapshot |
next |