wxWidgets.git
2012-07-13  Vadim ZeitlinAllow building wxGTK3 with Broadway backend.
2012-07-13  Julian SmartFix for caret positioning bug when selecting content
2012-07-13  Paul Cornettavoid creating and immediately destroying a wxGraphicsC...
2012-07-13  Julian SmartFixed wxRichTextCtrl caret test case
2012-07-13  Vadim ZeitlinRename wxFileSystemWatcherBase::DoAdd() to AddAny(...
2012-07-13  Vadim ZeitlinAdd possibility to hide and show again wxRibbonBar...
2012-07-13  Vadim ZeitlinGenerate tags for ribbon headers and sources too.
2012-07-13  Vadim ZeitlinTest calling wxFileSystemWatcher::{Add,Remove}Tree().
2012-07-13  Vadim ZeitlinProperly use RemoveTree() in fswatcher sample.
2012-07-13  Vadim ZeitlinAdd the root and all the files in wxFileSystemWatcherBa...
2012-07-13  Stefan Csomoralways use calibrated colors, fixes #14482
2012-07-12  Robin DunnInterface fix for Phoenix.
2012-07-12  Vadim ZeitlinFix bogus asserts in Unix wxFileSystemWatcher for remov...
2012-07-12  Vadim ZeitlinFix item data access in wxDataViewListCtrl.
2012-07-12  Vadim ZeitlinAdded more items to the release check list.
2012-07-11  Vadim ZeitlinNo changes, just remove TABs from configure.in.
2012-07-11  Robin DunnJust like dependency tracking don't disable precompiled...
2012-07-11  Paul Cornettfix some more improper widget casts
2012-07-11  Paul CornettUse GTK_IS_ENTRY() to determine if widget is a GtkEntry.
2012-07-11  Vadim ZeitlinRevert "Temporarily disable the failing wxRichTextCtrl...
2012-07-11  Vadim ZeitlinAllow saving images under a different name in the image...
2012-07-11  Vadim ZeitlinEnsure that names of saved XPMs are valid C identifiers.
2012-07-11  Vadim ZeitlinFix bug with using invalid date in wxMSW wxCalendarCtrl.
2012-07-11  Vadim ZeitlinActivate OLE ActiveX controls before requesting their...
2012-07-11  Vadim ZeitlinChange the format of the documentation archives for...
2012-07-11  Vadim ZeitlinFix compilation of newly added msw/evtloopconsole.cpp...
2012-07-11  Paul Cornettfake paint events don't work with wxGTK3 either
2012-07-11  Paul Cornettremove code in SetFont which modifies font for no appar...
2012-07-11  Paul CornettAvoid creating and immediately destroying a wxGraphicsC...
2012-07-11  Robin DunnInterface fixes for Phoenix.
2012-07-11  Robin DunnAdd missing wxFRAME_SHAPED
2012-07-10  Vadim ZeitlinFix wxNativeContainerWindowId definition for wxGTK...
2012-07-10  Vadim ZeitlinForbid setting hints for multi-line text controls.
2012-07-10  Vadim ZeitlinFix German translation for "Shift+" keyboard accelerato...
2012-07-10  Vadim ZeitlinUse the same console event loop in wxBase and wxCore...
2012-07-10  Vadim ZeitlinIncrease version to 2.9.5.
2012-07-10  Vadim ZeitlinFix unit tests compilation in STL build.
2012-07-10  Paul Cornettremove DoSetSize override, unneeded after r72001
2012-07-10  Paul Cornettremove STOCKITEM_26 macro, unneeded after r72001
2012-07-10  Paul Cornettno real changes, just remove unnecessary indentation...
2012-07-10  Paul Cornettupdate minimum GTK2 version requirement to 2.6
2012-07-10  Vadim ZeitlinGive the newly added wxGTK trunk STL builder a unique...
2012-07-10  Vadim ZeitlinAdd a wxGTK STL buildbot build on brandt32 slave.
2012-07-10  Robin DunnMake a couple virtuals protected so they can be overridden.
2012-07-10  Robin DunnInterface fixes for Phoenix.
2012-07-09  Vadim ZeitlinAdded a release notes file for binaries.
2012-07-09  Vadim ZeitlinUpdated READMEs &c for 2.9.4 release.
2012-07-08  Julian SmartFix for scroll position being changed when partial...
2012-07-08  Robin DunnRevert r71595 for now, as the bug it fixed is the lesse...
2012-07-07  Stefan Csomorfixing double focus ring under 10.7, emulating only...
2012-07-07  Vadim ZeitlinReplace "_amd64" with "_x64" in a few more places.
2012-07-07  Vadim ZeitlinUse "_x64" instead of "amd64" for x64 MSW makefile...
2012-07-07  Vadim ZeitlinDon't call HitTest() unnecessarily in MSW wxTreeCtrl...
2012-07-07  Vadim ZeitlinFix uninitialized variable warning in wxMSW wxFileSyste...
2012-07-07  Vadim ZeitlinAvoid warnings about uninitialized variables in TGA...
2012-07-07  Vadim ZeitlinAvoid warning about unused variable in wxGetUTCTimeMill...
2012-07-07  Vadim ZeitlinAvoid unused variable warning in wxPropertyGrid code...
2012-07-07  Vadim ZeitlinExplicitly call base class ctor in wxRichTextFieldType...
2012-07-07  Vadim ZeitlinReturn correct index from wxGenericListCtrl::InsertColu...
2012-07-07  Stefan Csomoradding support for enabled property, avoiding missing...
2012-07-07  Stefan Csomoradded missing return value
2012-07-07  Stefan Csomornew file added
2012-07-06  Paul Cornettguard against empty name field in inotify_event, see...
2012-07-04  Vadim ZeitlinUse list mode in wxListbook list control instead of...
2012-07-04  Stefan Csomorsupporting alignment in single line controls, see ...
2012-07-04  Stefan Csomorusing correct constant
2012-07-04  Stefan Csomorfixing another reference to wrong center flag
2012-07-04  Stefan Csomorcorrecting text alignment flag
2012-07-04  Vadim ZeitlinFix problem with most of wxGTK headers not being installed.
2012-07-04  Vadim ZeitlinRename all setup0.h files to setup.h in git-based relea...
2012-07-04  Vadim ZeitlinPut the README file used for SourceForge files page...
2012-07-04  Vadim ZeitlinRemove duplicate item about Trac changes from release...
2012-07-04  Vadim ZeitlinRun unix2dos in quiet mode in git-oriented release...
2012-07-03  Vadim ZeitlinAlso update the minimal GTK+ version in the introductio...
2012-07-03  Vadim ZeitlinUpdate the date in the manual before 2.9.4 release.
2012-07-03  Vadim ZeitlinUpdated readme and changelog for 2.9.4 release.
2012-07-03  Vadim ZeitlinRemove unnecessary checks for OS X 10.4 and gcc 4.0...
2012-07-03  Paul Cornettsynchronize GTK2 minimum version in docs
2012-07-02  Vadim ZeitlinFix wxGTK compilation with MSVC after GTK+ 3 changes.
2012-07-02  Paul Cornettadd some mention of GTK3 support
2012-07-02  Vadim ZeitlinTemporarily disable the failing wxRichTextCtrl case.
2012-07-02  Vadim ZeitlinClear larger area in wxGCDC::Clear().
2012-07-02  Vadim ZeitlinKeep client data in sync when deleting items from wxOSX...
2012-07-02  Vadim ZeitlinPreserve client data in wxComboBox::SetString() in...
2012-07-02  Vadim ZeitlinSet string in wxEVT_COMMAND_COMBOBOX_SELECTED event...
2012-07-02  Vadim ZeitlinAdd extra border below the buttons in the generic log...
2012-07-02  Vadim ZeitlinFix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa.
2012-07-02  Vadim ZeitlinNo changes, just suppress an unused parameter warning...
2012-07-02  Stefan Csomoradapting new osx modifier handling, fixes #14377
2012-07-02  Stefan Csomorhandling illegal fsrefs by returning an empty string...
2012-07-02  Stefan Csomorguarding against invalid files passed to 'pdoc' apple...
2012-07-02  Stefan Csomorguarding against invalid files passed to 'odoc' apple...
2012-07-02  Vadim ZeitlinAllow using wxGridCellEnumEditor with the mouse.
2012-07-02  Robin DunnAdd COMPILER_VERSION to nmake command line
2012-07-02  Vadim ZeitlinShow gstreamer errors in wxGStreamerMediaBackend to...
2012-07-02  Vadim ZeitlinUse wxFileSystem::FileNameToURL() in wxGStreamerMediaBa...
2012-07-02  Vadim ZeitlinFix command line parsing in media player sample.
2012-07-01  Vadim ZeitlinFix wxMSW compilation without PCH.
2012-07-01  Vadim ZeitlinUse COMPILER_VERSION and ARCH_SUFFIX in libraries names...
2012-07-01  Vadim ZeitlinNo real changes, just rename DIR_SUFFIX_CPU to ARCH_SUF...
next