]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
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...
2008-11-04  Vadim Zeitlinfix wxXPMDataHandler silently broken by long->wxBitmapT...
2008-11-03  Vadim Zeitlinadded wxrc to the makefiles
2008-11-03  Vadim Zeitlininclude richtext library in BUILT_WX_LIBS (in particula...
2008-11-03  Francesco Montorsibuild fix (the sample uses an undocumented function...
2008-11-03  Francesco Montorsibuild fix
2008-11-03  Francesco Montorsibuild fixes
2008-11-03  Francesco Montorsibuild fixes
2008-11-03  Vadim Zeitlindon't crash trying to draw buttons with invalid bitmaps...
2008-11-03  Vadim Zeitlinfix (harmless) unused variable warning
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-03  Jaakko SalliMoved Get/SetPropertyText/BackgroundColour() member...
2008-11-03  Francesco Montorsiremaining h* interface header revision
2008-11-03  Vadim Zeitlindefine wxHAS_CONFIG_TEMPLATE_RW if template wxConfig...
2008-11-03  Vadim Zeitlinwx/tls.h belongs to base headers, not core (#10148)
2008-11-03  Vadim Zeitlindefine operator<<(wxLongLong_t) for VC6 whether wxUSE_S...
2008-11-03  Francesco Montorsifixed doxygen warnings produced by the ifacecheck fixes
2008-11-03  Vadim Zeitlinblind fix for yet another VC6 compilation error
2008-11-03  Vadim Zeitlinreally fix VC6 compilation of all testsi (without break...
2008-11-02  Vadim Zeitlinundo the previous change, it's not needed any more...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-11-02  Stefan Csomormake sure virtual method isn't inlined away
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-11-02  Vadim Zeitlinadd yet another overload of assertEquals to fix another...
2008-11-02  Vadim Zeitlinremove tests for bool and {const,static,reinterpret...
2008-11-02  Vadim Zeitlinremove tests for bool and {const,static,reinterpret...
2008-11-02  Vadim Zeitlinexplicitly cast wxUniCharRef to char inside CPPUNIT_ASS...
2008-11-02  Vadim Zeitlinadded propgrid sources
2008-11-02  Vadim Zeitlinresolve the DLL linking problems with MSVC due to use...
next