]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2011-08-05  Steve LamertonRemove redundant InternalLoadURL method.
2011-08-05  Steve LamertonRemove now unnecessary comment.
2011-08-05  Steve LamertonRemove SetPageTitle and GetPageTitle and make GetCurren...
2011-08-05  Steve LamertonImplement GetBackwardHistory, GetForwardHistory and...
2011-08-05  Steve LamertonImplement ClearHistory using the built in WebBackForwar...
2011-08-05  Steve LamertonAdd a WebHistory to the OSX WebKit backend and implemen...
2011-08-05  Steve LamertonRemove now unused GetSelection from the OSX WebKit...
2011-08-05  Steve LamertonAdd undo / redo support to OSX WebKit.
2011-08-05  Steve LamertonAdd support for loading resources in custom schemes...
2011-08-04  Steve LamertonAdd documentation for virtual file system support in...
2011-08-04  Steve LamertonUpdate wxWebFileHandler to handle paths with fragments...
2011-08-04  Steve LamertonFix recursion problems when loading pages from a virtua...
2011-08-03  Steve LamertonRename wxWebFileHandler name from test to file.
2011-08-03  Steve LamertonRework IE virtual file system support to use new syntax...
2011-08-03  Steve LamertonInitial work on virtual file system support for the...
2011-08-02  Julian SmartAdded semicolon needed by MSVC++ 6
2011-08-02  Steve LamertonImplement HasSelection for the OSX WebKit backend.
2011-08-02  Steve LamertonAdd EnableHistory support to the OSX WebKit backend.
2011-08-01  Steve LamertonFix warnings for the OSX WebKit backend.
2011-08-01  Steve LamertonFix compilation for OSX backend.
2011-08-01  Steve LamertonAdd missing wxRTTI macros and fix incorrect ones.
2011-08-01  Steve LamertonHide the infobar in the sample if we start navigating...
2011-08-01  Steve LamertonFix remaining warnings in ie backend.
2011-08-01  Steve LamertonFix all the unused variable warnings in the sample.
2011-08-01  Steve LamertonMake web sample XPMs const to fix compiler warnings...
2011-08-01  Steve LamertonFix a couple of warning that crept back into the GTK...
2011-08-01  Steve LamertonAdd missing lines to setup.h.in. This properly fixes...
2011-07-31  Steve LamertonRework the GTK WebKit backend history to remove the...
2011-07-31  Steve LamertonSplit wxWebHistoryItem headers out into separate files...
2011-07-31  Steve LamertonSimplify the wxWebFileHandler code by using a map to...
2011-07-30  Steve LamertonOverhaul wxWebHandler naming to try and make it consist...
2011-07-30  Steve LamertonAdd new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
2011-07-29  Steve LamertonAdd CombineURIs implementation for wxWebFileProtocolHan...
2011-07-28  Steve LamertonTidy up the include guards for the various wxWebView...
2011-07-28  Steve LamertonMove the wxWebFileProtocolHandler from the IE backend...
2011-07-28  Steve LamertonInitial implementation of wxWebProtocolHandler and...
2011-07-26  Steve LamertonVery basic implementation of IInternetProtocolInfo...
2011-07-26  Steve LamertonAdd a couple of missing forward declarations.
2011-07-26  Steve LamertonWe always let the user handle new window events so...
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
next