2008-11-16 |
Vadim Zeitlin | fix restoration of the old font size in DoGetTextExtent...
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | do override SetSplitterPosition() in wxPropertyGridPage...
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | remove unused static wxColourFromPGLong function
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | remove useless comparison of unsigned value with 0
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | make code dealing with wxUSE_IDLEMENUUPDATES a bit...
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | CanPaste() should be const too
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | disable warning about possible misaligned access given...
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | assigning line marker to itself shouldn't invalidate...
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | consistently use wxAuiPaneInfo::Has/SetFlag() instead...
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | comparison of wxBitmapType with -1 is useless as it...
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | move the check for msgids matching the current language...
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | assert in AddCatalog() if Init() hadn't been called...
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | consistently use ExtractLang() everywhere instead of...
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | more Doxygen warning fixes
|
commit | commitdiff | tree |
2008-11-14 |
Vadim Zeitlin | fix parameter name
|
commit | commitdiff | tree |
2008-11-13 |
Vadim Zeitlin | fix warnings about hiding virtual wxGraphicsContext...
|
commit | commitdiff | tree |
2008-11-13 |
Vadim Zeitlin | no changes, just deTABbed
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | use -Woverloaded-virtual if g++ supports it
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | remove SO_SUFFIX from configure, this is handled by...
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | use = in test, not == which is not standard and not...
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | use correct shared library extension for HP-UX on ia64...
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | fix large files support for HP-UX v11: we need _LARGEFILE_SO...
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | fix warning about hiding the base class LoadFile()
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | added self-assignment check to wxListItem::operator=()
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | added check for self-assignment to wxPrintData::operator...
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | there is no sqrt(int) in standard C++ (although glibc...
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | remove consts from casts which don't do anything except...
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | rebake after r56738
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | fix the dependencies directory name for traditional...
|
commit | commitdiff | tree |
2008-11-12 |
Vadim Zeitlin | remove lines containing nothing but spaces: this is...
|
commit | commitdiff | tree |
2008-11-10 |
Vadim Zeitlin | use explicit global scope for a couple of more occurrences...
|
commit | commitdiff | tree |
2008-11-10 |
Vadim Zeitlin | use base class copy ctor in wxPGCell and wxPGChoiceEntry...
|
commit | commitdiff | tree |
2008-11-10 |
Vadim Zeitlin | fix yet another VC6 compilation error because of loop...
|
commit | commitdiff | tree |
2008-11-10 |
Vadim Zeitlin | compilation fix after wxFont changes (closes #10152)
|
commit | commitdiff | tree |
2008-11-10 |
Vadim Zeitlin | fix another VC6 compilation error because of loop variable...
|
commit | commitdiff | tree |
2008-11-09 |
Vadim Zeitlin | use global operator new to fix compilation errors if...
|
commit | commitdiff | tree |
2008-11-08 |
Vadim Zeitlin | fix race condition which could result in assert failures...
|
commit | commitdiff | tree |
2008-11-08 |
Vadim Zeitlin | release the mouse in wxGrid dtor to avoid asserts when...
|
commit | commitdiff | tree |
2008-11-07 |
Vadim Zeitlin | Finnish translations update from Elias Julkunen
|
commit | commitdiff | tree |
2008-11-06 |
Vadim Zeitlin | check for NULL pointer in IsExtensionInList()
|
commit | commitdiff | tree |
2008-11-05 |
Vadim Zeitlin | document wxRESIZE_BORDER side effect under Windows...
|
commit | commitdiff | tree |
2008-11-05 |
Vadim Zeitlin | add command line options for displaying the test name...
|
commit | commitdiff | tree |
2008-11-05 |
Vadim Zeitlin | remove Motif MDI files not used any longer
|
commit | commitdiff | tree |
2008-11-04 |
Vadim Zeitlin | disable the test under Windows as it hangs and prevents...
|
commit | commitdiff | tree |
2008-11-04 |
Vadim Zeitlin | include wx/menu.h as we delete wxMenu pointer in this...
|
commit | commitdiff | tree |
2008-11-04 |
Vadim Zeitlin | Review/simplify/cleanup MDI classes for all platforms...
|
commit | commitdiff | tree |
2008-11-04 |
Vadim Zeitlin | fix wxXPMDataHandler silently broken by long->wxBitmapType...
|
commit | commitdiff | tree |
2008-11-03 |
Vadim Zeitlin | added wxrc to the makefiles
|
commit | commitdiff | tree |
2008-11-03 |
Vadim Zeitlin | include richtext library in BUILT_WX_LIBS (in particular...
|
commit | commitdiff | tree |
2008-11-03 |
Vadim Zeitlin | don't crash trying to draw buttons with invalid bitmaps...
|
commit | commitdiff | tree |
2008-11-03 |
Vadim Zeitlin | fix (harmless) unused variable warning
|
commit | commitdiff | tree |
2008-11-03 |
Vadim Zeitlin | define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig...
|
commit | commitdiff | tree |
2008-11-03 |
Vadim Zeitlin | wx/tls.h belongs to base headers, not core (#10148)
|
commit | commitdiff | tree |
2008-11-03 |
Vadim Zeitlin | define operator<<(wxLongLong_t) for VC6 whether wxUSE_STD_IO...
|
commit | commitdiff | tree |
2008-11-03 |
Vadim Zeitlin | blind fix for yet another VC6 compilation error
|
commit | commitdiff | tree |
2008-11-03 |
Vadim Zeitlin | really fix VC6 compilation of all testsi (without breaking...
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | undo the previous change, it's not needed any more...
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their...
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their...
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | add yet another overload of assertEquals to fix another...
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | remove tests for bool and {const,static,reinterpret...
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | remove tests for bool and {const,static,reinterpret...
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | explicitly cast wxUniCharRef to char inside CPPUNIT_ASSERT_EQUAL
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | added propgrid sources
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | resolve the DLL linking problems with MSVC due to use...
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | fix (justified) warnings about potential use of uninitialize...
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | g++ compilation fix after latest changes
|
commit | commitdiff | tree |
2008-11-02 |
Vadim Zeitlin | add assertEquals(int,unsigned short) overload to resolve...
|
commit | commitdiff | tree |
2008-11-01 |
Vadim Zeitlin | yet another compilation fix, this time for VC9
|
commit | commitdiff | tree |
2008-10-31 |
Vadim Zeitlin | fix another MSVC /Wp64 warning about size_t to int...
|
commit | commitdiff | tree |
2008-10-31 |
Vadim Zeitlin | fix MSVC /Wp64 warning about size_t to int conversion...
|
commit | commitdiff | tree |
2008-10-31 |
Vadim Zeitlin | fix compilation without wxUSE_FILESYSTEM (closes #10114)
|
commit | commitdiff | tree |
2008-10-31 |
Vadim Zeitlin | grid sample doesn't need neither html nor xml library
|
commit | commitdiff | tree |
2008-10-30 |
Vadim Zeitlin | disable a correct test which VC6 just doesn't want...
|
commit | commitdiff | tree |
2008-10-30 |
Vadim Zeitlin | for some reason having int/size_t assertEquals() overload...
|
commit | commitdiff | tree |
2008-10-30 |
Vadim Zeitlin | fix linking problems due to MSVC implicitly considering...
|
commit | commitdiff | tree |
2008-10-30 |
Vadim Zeitlin | attempting to fix VC6 compilation error from buildbot...
|
commit | commitdiff | tree |
2008-10-30 |
Vadim Zeitlin | don't use WXDLLIMPEXP_BASE with wx[Sorted]Array_SortFunction...
|
commit | commitdiff | tree |
2008-10-30 |
Vadim Zeitlin | VC6 compilation fix after last change (thanks buildbot)
|
commit | commitdiff | tree |
2008-10-29 |
Vadim Zeitlin | use buffered streams to reduce the number of TCP packets...
|
commit | commitdiff | tree |
2008-10-29 |
Vadim Zeitlin | provide ctors allowing to specify the non-default buffer...
|
commit | commitdiff | tree |
2008-10-29 |
Vadim Zeitlin | added wxDocument::AlreadySaved() and use it in OnUpdateFileS...
|
commit | commitdiff | tree |
2008-10-29 |
Vadim Zeitlin | document wxDocument::GetDocumentSaved()
|
commit | commitdiff | tree |
2008-10-29 |
Vadim Zeitlin | fix assert when adding an entry to an already full...
|
commit | commitdiff | tree |
2008-10-29 |
Vadim Zeitlin | add WX_CLEAR_ARRAY test
|
commit | commitdiff | tree |
2008-10-29 |
Vadim Zeitlin | no changes, just use CPPUNIT_ASSERT_EQUAL instead of...
|
commit | commitdiff | tree |
2008-10-28 |
Vadim Zeitlin | no real changes, just reformat before starting really...
|
commit | commitdiff | tree |
2008-10-27 |
Vadim Zeitlin | don't sleep too long to avoid missing the timers; added...
|
commit | commitdiff | tree |
2008-10-27 |
Vadim Zeitlin | don't save the initial selection if it's invalid in...
|
commit | commitdiff | tree |
2008-10-27 |
Vadim Zeitlin | disable workaround for lack of alpha support in native...
|
commit | commitdiff | tree |
2008-10-27 |
Vadim Zeitlin | fix handling of errors in wxConditionInternal::Wait...
|
commit | commitdiff | tree |
2008-10-27 |
Vadim Zeitlin | rebaked using bakefile 0.2.5
|
commit | commitdiff | tree |
2008-10-25 |
Vadim Zeitlin | rename ca@valencian description to "Valencian (Southern...
|
commit | commitdiff | tree |
2008-10-25 |
Vadim Zeitlin | some fixes from Robert Millan
|
commit | commitdiff | tree |
2008-10-24 |
Vadim Zeitlin | initial Valencian (Southern Catalan) translation from...
|
commit | commitdiff | tree |
2008-10-23 |
Vadim Zeitlin | fix a couple of typos pointed out by a translator
|
commit | commitdiff | tree |
2008-10-23 |
Vadim Zeitlin | added Vietnamese translations
|
commit | commitdiff | tree |
2008-10-23 |
Vadim Zeitlin | use hex escapes instead of 8 bit characaters (#10105)
|
commit | commitdiff | tree |
2008-10-23 |
Vadim Zeitlin | give credit for wxGrid column move hint improvement
|
commit | commitdiff | tree |
2008-10-22 |
Vadim Zeitlin | compilation fix for operator=() with DMC
|
commit | commitdiff | tree |
next |