]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2011-07-26  Steve LamertonFix compilation errors under OSX.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-25  Steve LamertonFix warnings in the MSW IE backend.
2011-07-25  Steve LamertonWe no longer need to veto the new window event in the...
2011-07-25  Steve LamertonLink to urlmon from wxWeb to fix the compilation errors...
2011-07-25  Steve LamertonRename GetHref to GetURL in wxWebNavigationEvent, this...
2011-07-25  Steve LamertonAdd support for EVT_WEB_VIEW_NEWWINDOW to the OSX WebKi...
2011-07-25  Steve LamertonClarify what GetTarget actually returns in wxWebNavigat...
2011-07-25  Steve LamertonUpdate handling and documentation for new window events...
2011-07-25  Steve LamertonRemove some now unused history variables.
2011-07-24  Vadim ZeitlinNo changes, just remove unnecessary wxPickerBase::OnSize().
2011-07-24  Vadim ZeitlinExclude windows not accepting keyboard focus from GTK...
2011-07-24  Vadim ZeitlinReplace wxControlContainer-related macros with wxNaviga...
2011-07-24  Vadim ZeitlinDon't give focus to wxSearchButton when using keyboard...
2011-07-24  Vadim ZeitlinUse wxNavigationEnabled<> for keyboard navigation in...
2011-07-24  Vadim ZeitlinAdd wxNavigationEnabled<> helper for implementing TAB...
2011-07-24  Vadim ZeitlinIgnore WM_CLOSE generated by wxMSW edit control when...
2011-07-23  Vadim ZeitlinMention that pages can't be added to wxBookCtrl more...
2011-07-23  Vadim ZeitlinDon't try to pop from an empty stack in wxGDIPlusContex...
2011-07-23  Vadim ZeitlinRemove mentions of wxCommandEvent from wxThreadEvent...
2011-07-23  Vadim ZeitlinDon't create an unnecessary extra button in wxMSW wxPro...
2011-07-22  Vadim ZeitlinSet wxDidCreatePaintDC to true even if we reused a...
2011-07-22  Vadim ZeitlinIncreased the version to 2.9.3.
2011-07-22  Vadim ZeitlinUpdate the files changed by the version number incremen...
2011-07-22  Vadim ZeitlinAdded customizable wxDocManager::OnMRUFileNotExist...
2011-07-22  Vadim ZeitlinSeveral corrections to wxDocManager fields documentation.
2011-07-22  Vadim ZeitlinSave and restore file history in docview sample.
2011-07-22  Vadim ZeitlinAllow passing the error value to wxStreamBase::Reset().
2011-07-22  Julian SmartFixed Replace() to use the passed range instead of...
2011-07-22  Vadim ZeitlinDon't pass spin text control messages processed at...
2011-07-22  Vadim ZeitlinRefactor wxWindow::MSWHandleMessage() out from MSWWindo...
2011-07-22  Steve LamertonImplement basic support for virtual file systems for...
2011-07-22  Steve LamertonReplace define for OLECMDID_OPTICAL_ZOOM with an enum...
2011-07-21  Vadim ZeitlinFix double deletion bug in wxGTK wxDVC dnd code.
2011-07-21  Vadim ZeitlinFix the alignment used by custom wxDVC renderers in...
2011-07-21  Vadim ZeitlinSend wxEVT_COMMAND_DATAVIEW_COLUMN_SORTED for generic...
2011-07-21  Vadim ZeitlinFix drawing of expander columns not at 0 position in...
2011-07-21  Vadim ZeitlinCorrect test for maximal row index in generic wxDataVie...
2011-07-21  Vadim ZeitlinNever restore focus to hidden child.
2011-07-21  Vadim ZeitlinAllow marking wxTreeBook nodes to expand initially...
2011-07-21  Vadim ZeitlinMake wxEnhMetaFileDC ctor from wxDC explicit.
2011-07-21  Vadim ZeitlinFix parsing of negated long options in wxCmdLineParser.
2011-07-21  Vadim ZeitlinReset negatable switches correctly in wxCmdLineParser...
2011-07-20  Julian SmartNo longer ignores first-line indent if no left indent...
2011-07-20  Vadim ZeitlinDon't use template member function in drawing sample...
2011-07-20  Stefan Csomorfixes redraw problems under OSX, see #13345
2011-07-19  Vadim ZeitlinFix harmless gcc warning about uninitialized mask in...
2011-07-19  Vadim ZeitlinRefresh the old current row when right clicking in...
2011-07-19  Vadim ZeitlinAdd wxDataViewEvent::IsEditCancelled() and support...
2011-07-19  Vadim ZeitlinFix deleting columns in wxGridStringTable with custom...
2011-07-19  Vadim ZeitlinAllow saving the drawing sample canvas to a file or...
2011-07-19  Vadim ZeitlinAdded wxGCDC(wxEnhMetaFileDC) ctor too.
2011-07-19  Vadim ZeitlinFix keyboard navigation in wxGrid with hidden columns.
2011-07-19  Stefan Csomordoing WakeUp in osx_carbon differently for the main...
2011-07-19  Stefan Csomormake sure we can issue a WakeUp call that really trigge...
2011-07-19  Stefan Csomorfixing width/height (were negative) thanks to Werner...
2011-07-18  Vadim ZeitlinFix memory leak in wxPanel::SetBackgroundBirmap() in...
2011-07-18  Steve LamertonMake callback names consistent
2011-07-18  Steve LamertonUse the newer and recommended callback for handling...
2011-07-16  Julian SmartVC++ 6 fixes
2011-07-16  Julian SmartAdded makefile from Steven
2011-07-16  Václav SlavíkAdd support for column header images to wxListCtrl...
2011-07-16  Václav SlavíkFix wxListCtrlXmlHandler so that it accepts icon with...
2011-07-16  Václav SlavíkFix wxXmlResourceHandler::GetImageList() to use specifi...
2011-07-16  Václav SlavíkAdd check to prevent creation of element wxXmlNodes...
2011-07-16  Stefan Csomorproper guard for bitmap constructors
2011-07-16  Stefan Csomorfixing typo
2011-07-15  Vadim ZeitlinImplement wxRegion::Equal() for wxOSX.
2011-07-15  Vadim ZeitlinEnsure we don't modify a shared object in wxOSX wxRegio...
2011-07-15  Vadim ZeitlinNo real changes, just use AllocExclusive() in wxOSX...
2011-07-15  Steve LamertonRemove some code that shouldn't be in the interface...
2011-07-15  Steve LamertonSend correct navigation events when using SetPage on...
2011-07-15  Steve LamertonAdd RunScript and implement on all backends. Document...
2011-07-15  Steve LamertonAdd ClearSelection for msw ie and gtk webkit, with...
2011-07-14  Steve LamertonFix all the unit tests for gtk, they now all pass on...
2011-07-14  Steve LamertonAdd unit tests for zoom functions
2011-07-14  Steve LamertonYield after control creation to allow it to load the...
2011-07-14  Steve LamertonUpdate web units tests so that they compile after api...
2011-07-14  Steve LamertonFix compiler warnings in the IE backend.
2011-07-14  Steve LamertonUpdate the web sample to allow choosing between differe...
2011-07-14  Steve LamertonImplement CanSetZoomType correctly for the IE backend.
2011-07-14  Steve LamertonOverhaul IE zoom functions to support both text and...
2011-07-13  Steve LamertonAdd GetPageText to MSW IE and to GTK WebKit. Add stub...
2011-07-13  Steve LamertonRename GetSelectedHTML to GetSelectedSource, this bring...
2011-07-13  Václav SlavíkBetter sizing in wxDataViewSpinRenderer and wxDataViewC...
2011-07-12  Vadim ZeitlinUse native hint wxTextCtrl support in wxSearchCtrl.
2011-07-12  Vadim ZeitlinCentre wxSlider value correctly when wxSL_MIN_MAX_LABEL...
2011-07-12  Vadim ZeitlinDocument wxEnhMetaFileDC-related wxGraphics functions.
2011-07-12  Steve LamertonUpdate selection unit test to test GetSelectedHTML.
2011-07-11  Vadim ZeitlinFix showing slider label in wxMSW when wxSL_MIN_MAX_LAB...
2011-07-11  Vadim ZeitlinNo real changes, just make some wxSlider members local...
2011-07-11  Vadim ZeitlinFix and improve documentation of wxT_2() macro.
2011-07-11  Vadim ZeitlinDon't handle "Return" key as "TAB" even when the defaul...
2011-07-11  Steve LamertonImplement GetSelectedHTML for the ie and gtk webkit...
2011-07-11  Vadim ZeitlinCopy recently added wxGenericValidator fields in Copy().
2011-07-11  Steve LamertonFix various gtk webkit warnings.
2011-07-11  Steve LamertonTidy up the ie backend a little, make sure all com...
2011-07-11  Steve LamertonFix warnings in the ie backend.
2011-07-10  Steve LamertonAdd support for retrieving the currently selected text...
2011-07-10  Stefan Csomorsupport multi-line labels, add different native styles...
next