]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-10-09  Vadim Zeitlincompilation fixes for wxUSE_TREEBOOK=0
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-10-09  Vadim Zeitlinmade GetPage() not virtual because it doesn't need...
2005-10-09  Vadim Zeitlincorrected GetBestSize() implementation: take all items...
2005-10-09  Vadim Zeitlindon't call ::ShowWindow() if don't have HWND yet
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-09  Vadim Zeitlindon't put borders by default between sizer elements...
2005-10-09  Vadim Zeitlinimplemented GetBestSize() (TODO: make this available...
2005-10-09  Vadim Zeitlinfilter out duplicate mouse move events too; moved last...
2005-10-09  Vadim Zeitlindon't use -single_module together with -bundle under...
2005-10-09  Vadim Zeitlinblind compilation fix for CW 8.3 in Unicode build
2005-10-09  Vadim Zeitlindon't use __MSL__ unless it's defined
2005-10-08  Vadim Zeitlinshow the OS information in the about dialog
2005-10-08  Vadim Zeitlinenable all warnings (but disable some of them) for...
2005-10-08  Vadim Zeitlinfixed unused parameter warnings in non-debug build
2005-10-08  Vadim Zeitlinalways connect to both XmNvalueChangedCallback and...
2005-10-08  Vadim Zeitlinmore 'unreachable code' warnings which had been disable...
2005-10-08  Vadim Zeitlinextra semicolons removed
2005-10-08  Vadim Zeitlinunused params warnings
2005-10-08  Vadim Zeitlinfixed logic bug in DoSetSize() (disabling a warning...
2005-10-08  Vadim Zeitlinadded support for OSF1 (Tru64)
2005-10-08  Vadim Zeitlinharmless DEC cc warning fixes
2005-10-08  Vadim Zeitlindon't use wxCHECK_GCC_VERSION in the same test as __MIN...
2005-10-08  Vadim Zeitlinuse for instead of while for infinite loop (the latter...
2005-10-08  Vadim Zeitlinadded dependencies support for DEC/Compaq/HP cxx compil...
2005-10-08  Vadim Zeitlintry setting locale n wxLocale::Init(lang) to xx_YY...
2005-10-08  Vadim Zeitlinhack: adjust C locale to supported form under HP-UX...
2005-10-08  Vadim Zeitlincheck whether setting locale for the selected language...
2005-10-08  Vadim Zeitlinadded ja_JP.EUC-JP catalog
2005-10-07  Vadim Zeitlindisable some (unavoidable) HP-UX aCC warnings
2005-10-07  Vadim Zeitlindon't define unused functions
2005-10-07  Vadim Zeitlinfixed check for bitmapType match (thanks to HP compiler...
2005-10-07  Vadim Zeitlinundid last commit, the neceesary defines fo HP-UX are...
2005-10-07  Vadim Zeitlindefine _HPUX_SOURCE under HP-UX, otherwise many things...
2005-10-07  Vadim Zeitlinremoved C++ comment from C file
2005-10-07  Michael WetherellAttempt to avoid crash on exit on Solaris 10
2005-10-07  Vadim Zeitlinoptimization: don't test for various proprietary Unix...
2005-10-07  Vadim Zeitlinltest files from bakefile add HP aCC dependencies support
2005-10-07  Włodzimierz... #include markup fix.
2005-10-07  Włodzimierz... #include markup fix.
2005-10-06  Vadim Zeitlinadded more HP-UX charset names
2005-10-06  Vadim Zeitlinadded HP-UX names for ISO8859-x charsets
2005-10-06  Michael WetherellCompile fix
2005-10-06  Michael WetherellUnicode compile fix
2005-10-06  Włodzimierz... #include markup fixes.
2005-10-06  Włodzimierz... wxPalette unified. Source cleaning.
2005-10-06  Vadim Zeitlindon't use a floating point value as a boolean flag...
2005-10-06  Włodzimierz... wxMotif for OS/2 adjustements. Source cleaning.
2005-10-06  Włodzimierz... wxMotif for OS/2 adjustements. Source cleaning.
2005-10-06  Vadim Zeitlinanother file where the version should be updated
2005-10-06  Vadim Zeitlinchange fallback default for wx version to 27
2005-10-05  Kevin HockUpdated link to comctl32 download [ patch 1311650 ]
2005-10-05  Kevin HockWhen recv returns 0, the connection has been remotely...
2005-10-05  Włodzimierz... wxColour source cleaning. Corrections to 'const unsigne...
2005-10-05  Kevin HockRevert last change, which made it impossible to set...
2005-10-05  Kevin HockDo not allow events to fire after socket is closed...
2005-10-05  Vadim Zeitlinsilence a few (harmless) HP aCC warnings
2005-10-04  Włodzimierz... Fix for mistake with const for non pointer/reference...
2005-10-04  Vadim Zeitlindon't compile this file at all in Motif2 build
2005-10-04  Vadim Zeitlincompilation fix for HP-UX (at least version 11)
2005-10-04  Włodzimierz... wxBrush::SetColour and wxPen::SetColour unified. Source...
2005-10-04  Vadim Zeitlinfirst character of a command in a make rule must be...
2005-10-04  Vadim Zeitlinreverted last (accidental) change
2005-10-04  Vadim Zeitlinfixed bug in error message given if X headers/libs...
2005-10-04  Vadim Zeitlinupdated version in configure to 2.7.0 too
2005-10-04  Chris Elliott#if wxUSE_DEBUGREPORT seems Ok
2005-10-03  Vadim Zeitlinescape underscores and don't use abbreviations in text
2005-10-03  Vadim Zeitlindon't use %08p format string, gcc complains about it
2005-10-03  Vadim Zeitlinregenerated after version.bkl changes fixing -compatibi...
2005-10-03  Vadim Zeitlinadded new files which were generated by bakefile but...
2005-10-03  Vadim Zeitlinregenerated after version.bkl changes fixing -compatibi...
2005-10-03  Vadim Zeitlinoffset version by 1 to avoid having compatibility_versi...
2005-10-03  Vadim Zeitlintransformed current/revision/age explanation comment...
2005-10-03  Vadim Zeitlinadded --without-subdirs option to speed up configure...
2005-10-03  Vadim Zeitlinadded more methods to transparently convert wxTreeItemI...
2005-10-03  Vadim Zeitlinremoved old commented out code and out of date comments
2005-10-03  Włodzimierz... Source cleaning. wxMotif/OS2 adjustements.
2005-10-03  Chris Elliottavoid trying to link QA if not required
2005-10-03  Chris Elliottupdate to 2.7 from 2.6
2005-10-03  Stefan Csomoravoid system pop-up menu commands being handled by...
2005-10-01  Kevin HockCode formatting cleanup from OSAF [ patch 1307563 ]
2005-10-01  Vadim Zeitlinfix the size of the created subbitmap
2005-10-01  David ElliottRan bakefile -f autoconf and autoconf.
2005-09-30  David ElliottNeeded to add #include "wx/statusbr.h" to know that...
2005-09-30  Mattia Barbon Implemented wxMenuBar::Insert and wxMenu::Insert.
2005-09-30  Mattia Barbon Simplify preprocessor guards for render tables and new
2005-09-29  Włodzimierz... More ports in non autoconf formats.
2005-09-29  Włodzimierz... Warning fix.
2005-09-29  Włodzimierz... [ 1307801 ] datectrl.cpp missing from mono project...
2005-09-29  Włodzimierz... wxCheckListBox cleanup.
2005-09-29  Jouk Jansen Committing in .
2005-09-28  Kevin OllivierMove away from relative paths on Win, fix Unicode optio...
2005-09-28  Mattia Barbon Implement wxChoice::Insert.
2005-09-28  Mattia Barbon Fix wxMotif checkbox for Motif 1.2. (need to backport)
2005-09-28  Vadim Zeitlinfix for a crash due to using NULL inputConv in Unicode...
2005-09-28  Vadim ZeitlinwxGTK1 compilation fix after last commit
2005-09-28  Vadim Zeitlindon't include forward declarations in tags file
2005-09-27  Michael WetherellUse the new wx_truncate_cast for any narrowing conversions
2005-09-27  Włodzimierz... wxItemContainerImmutable::FindString unified.
2005-09-27  Michael WetherellRemove symbol versions now that we are on a new branch
next