wxWidgets.git
2009-05-02  Vadim Zeitlinupdate for bakefile 0.2.6
2009-05-02  Vadim Zeitlindon't use dialog size gripper under CE (should close...
2009-05-02  Vadim Zeitlinuse correct Windows CE version number in strnlen()...
2009-05-02  Vadim Zeitlindon't use access declarations with Watcom which doesn...
2009-05-02  Vadim Zeitlinallow passing temporary functors to Bind() too (closes...
2009-05-02  Vadim ZeitlinWinCE doesn't provide strnlen/wcsnlen() until version...
2009-05-02  Benjamin Williamsfix for crash when undocking AUI toolbars (same as...
2009-05-02  Stefan Csomorreverting r43119, fixes #10752
2009-05-02  Vadim Zeitlinkeep {Left,Middle,Right}Down() methods of wxMouseState...
2009-05-02  Francesco Montorsion wxWinCE don't use some message constants since they...
2009-05-02  Vadim Zeitlinimprovements to wxEventFunctor classes; use wxHAS_EVENT...
2009-05-02  Vadim Zeitlinadded missing headers for PCH-less compilation
2009-05-02  Jaakko SalliFixed bug: wxPropertyGridInterface::SetPropertyReadOnly...
2009-05-01  Vadim Zeitlinrename wxGrid::SendSizeEvent() to SendGridSizeEvent...
2009-05-01  Vadim Zeitlinadded wxMouseEventsManager
2009-05-01  Vadim Zeitlinput wx{Keyboard,Mouse}State in events category instead...
2009-05-01  Vadim Zeitlinimplement changing wxChoice and wxComboBox height
2009-05-01  Vadim Zeitlinadded MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI...
2009-05-01  Francesco Montorsifix for placement of wxStaticBox childrens (which doesn...
2009-05-01  Francesco Montorsidon't place NULL pointers in the GDK window array in...
2009-05-01  Vadim Zeitlinno changes, just remove #if'd out code
2009-05-01  Vadim Zeitlindon't generate CE projects for tests/benchmarks
2009-04-30  Vadim Zeitlincompilation fix after wxMouseState changes (closes...
2009-04-29  Vadim Zeitlinshow the new size of the grid row/col which was resized...
2009-04-29  Vadim Zeitlingenerate wxEVT_GRID_{COL,ROW}_SIZE events when the...
2009-04-29  Vadim Zeitlinno changes, just use an accessor method instead of...
2009-04-29  Vadim Zeitlindon't duplicate wxMouseState in wxMouseEvent but reuse...
2009-04-28  Vadim Zeitlinfix conversion of wxString to data in AddFileWithMimeTy...
2009-04-28  Jouk JansenDo not use Tooltips if they are disabled
2009-04-28  Robert RoeblingCompilo
2009-04-27  Vadim Zeitlinadded missing @ref after last change
2009-04-27  Michael WetherellFix typo.
2009-04-27  Francesco Montorsicorrect SetFont() documentation: at least wxMSW and...
2009-04-27  Vadim Zeitlinmake it possible to forward declare the class defined...
2009-04-26  Vadim Zeitlinadd a possibility to disable individual grid rows/colum...
2009-04-26  Vadim ZeitlinwxHashSet::count() method should be const
2009-04-26  Vadim Zeitlinadded short col/row resizing overview
2009-04-26  Vadim Zeitlinpass parent argument of wxAboutBox to wxGenericAboutDia...
2009-04-26  Vadim Zeitlinadded missing parent parameter to Cocoa version of...
2009-04-26  Vadim Zeitlinset eol style correctly (see #10745)
2009-04-26  Vadim Zeitlinuse svn:eol-style instead of eol:style (see #10745)
2009-04-26  Vadim Zeitlinadd missing wx/module.h header to fix PCH-less build...
2009-04-26  Vadim Zeitlinset more svn properties for the files which didn't...
2009-04-26  Vadim Zeitlinfix a problem with loading inked.dll (see #10633)
2009-04-26  Francesco Montorsifix yet another typo
2009-04-26  Francesco Montorsimention that calling SetFaceName() with an invalid...
2009-04-26  Francesco Montorsimake clear that wxFont::SetFamily() does change the...
2009-04-26  Francesco Montorsitypo fix (strangely VC9 doesn't consider it an error)
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-26  Francesco MontorsiAdd support for wxSTB_ELLIPSIZE_* and for wxSTB_SHOW_TI...
2009-04-26  Vadim ZeitlinWinCE compilation fix: ifdef out HandlePaint() (see...
2009-04-26  Vadim Zeitlincorrect the release branch name
2009-04-26  Vadim Zeitlinadd release branch (currently WX_2_9_BRANCH) definition...
2009-04-26  Vadim Zeitlinset correct EOL style for files added in r58024
2009-04-26  Michael WetherellNew devs.
2009-04-26  Kevin OllivierRebake after latest changes.
2009-04-26  Kevin OllivierDon't move the actual executable, just link to it.
2009-04-25  Kevin OllivierSeparate out constructors / destructors, add support...
2009-04-25  Vadim Zeitlininclude port number in HTTP Host header (closes #10632)
2009-04-25  Vadim Zeitlinadd support for table border width attribute (closes...
2009-04-25  Vadim Zeitlinoptimize FindItem(data) performance (closes #9870)
2009-04-25  Vadim Zeitlinanother typo correction after last change, correct...
2009-04-25  Vadim Zeitlinno changes, just fix a typo in a menu item label
2009-04-25  Vadim Zeitlinadded find performance test (see #9870) and the possibi...
2009-04-25  Vadim Zeitlincompilation fix after the latest change (typo: used...
2009-04-25  Vadim Zeitlinmore order in wxCRT_filefunctions: define A and W versi...
2009-04-25  Vadim Zeitlinonly use Mac-specific menu item under Mac
2009-04-25  Vadim ZeitlinCygwin doesn't have _wcsdup() (closes #10738)
2009-04-25  Vadim Zeitlinminor corrections: document typeDefault, remove text...
2009-04-25  Vadim Zeitlindefine wxStrchr(non-const char-or-wchar_t*) as a templa...
2009-04-25  Vadim Zeitlindisable wxGC for Borland as it can't compiler the macro...
2009-04-25  Vadim Zeitlin(harmless) Borland release build warning fixes
2009-04-25  Vadim Zeitlinworkaround for Borland compilation: don't use unspecifi...
2009-04-25  Vadim Zeitlinremove HasNativeFontInfo() which always returns true...
2009-04-25  Vadim Zeitlinbuild fixes for Borland in wxUSE_UNICODE_MSLU and wxHAS...
2009-04-25  Vadim Zeitlinattempt to hyperlink wxCHECK_VISUALC_VERSION
2009-04-25  Vadim Zeitlinmake wxSTRING_BASE_HASNT_CLEAR check more readable
2009-04-25  Vadim Zeitlindefine __EVC4__ for eVC 4 compiler to make testing...
2009-04-25  Francesco Montorsifix wxASSERT_MSG in PopStatusText: we always need to...
2009-04-25  Vadim Zeitlinset wxUSE_STD_IOSTREAM to 0 for eVC which doesn't provi...
2009-04-25  Francesco Montorsitypo fix
2009-04-25  Vadim ZeitlineVC4 version of std::string doesn't have clear() neithe...
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-25  Vadim Zeitlinundo the last change as it results in buildbot configur...
2009-04-25  Francesco Montorsiallow windows which are placed inside wxStaticBoxes...
2009-04-24  Vadim Zeitlinadd 2.9.0 branch builds
2009-04-24  Vadim Zeitlincorrection to last commit: Korean and Romanian translat...
2009-04-24  Francesco Montorsifix push/pop mechanism after r58786; add a few notes...
2009-04-24  Vadim Zeitlinadded Korean and Romanian translations
2009-04-24  Chris Elliottupdate bakefile to 0.2.6
2009-04-24  Chris Elliottbuild a 2.9.x windows setup file and chm and htb sets...
2009-04-24  Michael WetherellNew dev.
2009-04-24  Robin DunnUse a hidden window to catch the timer messages instead...
2009-04-23  Vadim Zeitlinanother typo correction; provide GNU gettext link
2009-04-23  Vadim Zeitlinfix links and references to cvs (closes #10729)
2009-04-22  Julian SmartState fix
2009-04-22  Julian SmartRemoved redundant/harmful no anti-aliasing on Mac
2009-04-21  Vadim Zeitlincorrect the assert added by r60056 to not trigger in...
2009-04-21  Vadim Zeitlinavoid multiline strings in AC_CONFIG_COMMANDS as it...
2009-04-21  Vadim Zeitlindon't readd items in SetImageList() after changing...
next