wxWidgets.git
2008-11-18  Vadim Zeitlinfix compilation with cppunit 1.9 (which doesn't have...
2008-11-18  Vadim Zeitlinadd header required for PCH-less mingw32 compilation...
2008-11-17  Vadim Zeitlinport updates for newer Intel compiler support from...
2008-11-17  Vadim Zeitlinuse GetResolutionFromOptions() to honour wxIMAGE_OPTION...
2008-11-17  Vadim Zeitlinfix bad typo in the code: wxIMAGE_OPTION_RESOLUTION...
2008-11-17  Vadim Zeitlindocument all currently defined image options and their...
2008-11-17  Vadim Zeitlinimplement const rbegin/rend() versions (closes #3866)
2008-11-17  Vadim Zeitlinadded the possibility to rescale the image during loadi...
2008-11-17  Vadim Zeitlinignore files produced by the sample
2008-11-17  Vadim Zeitlinminor optimization: create wxTCPEventHandler only when...
2008-11-17  Vadim Zeitlinfix assert failure if NULL size pointer was passed...
2008-11-17  Vadim Zeitlinstricter reply code checking: verify that we get the...
2008-11-17  Vadim Zeitlinreally ensure that the pointer returned from MyConnecti...
2008-11-17  Vadim Zeitlinpreliminary documentation of wxEventLoop
2008-11-16  Paul Cornettremove obsolete macros
2008-11-16  Paul Cornettsimplify wxPizza a bit by always drawing the border...
2008-11-16  Paul Cornettcleanup: unreachable code, unused variables, indentatio...
2008-11-16  Paul Cornettmake access for virtuals match base
2008-11-16  Paul Cornettcheck for self assignment in operator=
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-11-16  Vadim Zeitlinfix restoration of the old font size in DoGetTextExtent...
2008-11-15  Francesco Montorsiremoved redundant wxClassName:: prefix
2008-11-15  Francesco Montorsiinterface fixes; removed many functions which were...
2008-11-15  Francesco Montorsiavoid false warnings for wxThread and wxIPAddress
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-15  Jaakko SalliFixed various NULL reference issues. Also cleaned up...
2008-11-15  Jaakko SalliFixed wxPropertyGridPage::DoSetSplitterPosition() infin...
2008-11-14  Vadim Zeitlindo override SetSplitterPosition() in wxPropertyGridPage...
2008-11-14  Vadim Zeitlinremove unused static wxColourFromPGLong function
2008-11-14  Vadim Zeitlinremove useless comparison of unsigned value with 0
2008-11-14  Vadim Zeitlinmake code dealing with wxUSE_IDLEMENUUPDATES a bit...
2008-11-14  Vadim ZeitlinCanPaste() should be const too
2008-11-14  Vadim Zeitlindisable warning about possible misaligned access given...
2008-11-14  Vadim Zeitlinassigning line marker to itself shouldn't invalidate...
2008-11-14  Vadim Zeitlinconsistently use wxAuiPaneInfo::Has/SetFlag() instead...
2008-11-14  Vadim Zeitlincomparison of wxBitmapType with -1 is useless as it...
2008-11-14  Vadim Zeitlinmove the check for msgids matching the current language...
2008-11-14  Vadim Zeitlinassert in AddCatalog() if Init() hadn't been called...
2008-11-14  Vadim Zeitlinconsistently use ExtractLang() everywhere instead of...
2008-11-14  Vadim Zeitlinmore Doxygen warning fixes
2008-11-14  Vadim Zeitlinfix parameter name
2008-11-14  Robert Roebling#10183: patch to add wxOSX print job name
2008-11-13  Václav Slavíkimplement wxWindow::DragAcceptFiles() on all platforms
2008-11-13  Francesco Montorsifurther ifacecheck fixes (now only 3.3% of documented...
2008-11-13  Robin DunnSet TOOLKIT_LOWERCASE correctly for the various flavors...
2008-11-13  Robert Roebling#10181: wxOSX: patch for proper wxPrintData to/from...
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-11-13  Vadim Zeitlinno changes, just deTABbed
2008-11-12  Vadim Zeitlinuse -Woverloaded-virtual if g++ supports it
2008-11-12  Vadim Zeitlinremove SO_SUFFIX from configure, this is handled by...
2008-11-12  Vadim Zeitlinuse = in test, not == which is not standard and not...
2008-11-12  Vadim Zeitlinuse correct shared library extension for HP-UX on ia64...
2008-11-12  Vadim Zeitlinfix large files support for HP-UX v11: we need _LARGEFI...
2008-11-12  Vadim Zeitlinfix warning about hiding the base class LoadFile()
2008-11-12  Vadim Zeitlinadded self-assignment check to wxListItem::operator=()
2008-11-12  Vadim Zeitlinadded check for self-assignment to wxPrintData::operato...
2008-11-12  Vadim Zeitlinthere is no sqrt(int) in standard C++ (although glibc...
2008-11-12  Vadim Zeitlinremove consts from casts which don't do anything except...
2008-11-12  Vadim Zeitlinrebake after r56738
2008-11-12  Vadim Zeitlinfix the dependencies directory name for traditional...
2008-11-12  Vadim Zeitlinremove lines containing nothing but spaces: this is...
2008-11-10  Vadim Zeitlinuse explicit global scope for a couple of more occurren...
2008-11-10  Vadim Zeitlinuse base class copy ctor in wxPGCell and wxPGChoiceEntr...
2008-11-10  Francesco Montorsiother ifacecheck fixes
2008-11-10  Francesco Montorsiupdate screenshots using the default theme for Windows...
2008-11-10  Vadim Zeitlinfix yet another VC6 compilation error because of loop...
2008-11-10  Vadim Zeitlincompilation fix after wxFont changes (closes #10152)
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-10  Vadim Zeitlinfix another VC6 compilation error because of loop varia...
2008-11-09  Francesco Montorsifix VC6 broken for variable scope handling
2008-11-09  Francesco Montorsiifacecheck manual fixes
2008-11-09  Francesco Montorsiuse wxEventType coherently with the docs
2008-11-09  Francesco Montorsimore intelligence to avoid false warnings
2008-11-09  Francesco Montorsifix VC6 builds by removing variadic macros; use standar...
2008-11-09  Francesco Montorsifix typo: s/SetTimestamp/DisableTimestamp
2008-11-09  Vadim Zeitlinuse global operator new to fix compilation errors if...
2008-11-09  Francesco Montorsianother wxFont OS2 blind build fix
2008-11-08  Vadim Zeitlinfix race condition which could result in assert failure...
2008-11-08  Francesco Montorsiifacecheck fixes
2008-11-08  Francesco Montorsiifacecheck fixes
2008-11-08  Francesco Montorsiuse wxFrameNameStr where possible instead of 'frame...
2008-11-08  Francesco Montorsigenerate the output gcc XML file always in the same...
2008-11-08  Francesco Montorsido not halt gccXML because wxUSE_ACCESSIBILITY, even...
2008-11-08  Francesco Montorsiblind fix based on buildbot logs
2008-11-08  Vadim Zeitlinrelease the mouse in wxGrid dtor to avoid asserts when...
2008-11-07  Vadim ZeitlinFinnish translations update from Elias Julkunen
2008-11-07  Francesco Montorsifix build
2008-11-07  Bryan PettyPrevent activation of the AUI hint window (mini frame...
2008-11-06  Vadim Zeitlincheck for NULL pointer in IsExtensionInList()
2008-11-06  Jaakko SalliRemoved property editor validation failure assertions...
2008-11-06  Michael WetherellTemporarily disable the email notifications as we're...
2008-11-06  Jouk Jansenchanging depricated font-family enums into current...
2008-11-05  Vadim Zeitlindocument wxRESIZE_BORDER side effect under Windows...
2008-11-05  Jouk Janseninserting generic mdi for OpenVMS Motif support
2008-11-05  Jouk Jansenromoving motif-mdi for OpenVMS compile support
2008-11-05  Vadim Zeitlinadd command line options for displaying the test name...
2008-11-05  Vadim Zeitlinremove Motif MDI files not used any longer
2008-11-04  Vadim Zeitlindisable the test under Windows as it hangs and prevents...
2008-11-04  Vadim Zeitlininclude wx/menu.h as we delete wxMenu pointer in this...
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
next