]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2012-03-01  Paul Cornettuse m_ prefix for web_view member, and make it a WebKit...
2012-03-01  Paul Cornettremove extra g_object_ref() on web view widget
2012-03-01  Julian SmartAdded MacInternalOnSize() to allow windows to resize...
2012-03-01  Paul CornettFixes to allow running with 64-bit wxGTK
2012-03-01  Stefan Csomorapplying Andrew's patch, closes #13440, fine now that...
2012-03-01  Vadim ZeitlinAdd wxGCDC benchmarks to graphics benchmark for compari...
2012-03-01  Vadim ZeitlinCorrect wxCOMPILER_PREFIX definition when wxMSVC_VERSIO...
2012-02-29  Vadim ZeitlinRecognize MSVC 11 instead of warning about unknown...
2012-02-29  Paul Cornettremove unnecessary gtk_widget_show(m_widget) calls...
2012-02-29  Paul Cornettsmall includes cleanup
2012-02-29  Paul Cornettremove unnecessary gtk_widget_show() calls, PostCreatio...
2012-02-29  Julian SmartAlways send wxEVT_COMMAND_RICHTEXT_DELETE event if...
2012-02-29  Vadim ZeitlinIgnore setting empty path in wxGTK wxFileDialog.
2012-02-29  Vadim ZeitlinRemove redundant assignment in wxDialUpManagerMSW code.
2012-02-29  Vadim ZeitlinReplace incorrect uses of wxString::empty() with the...
2012-02-29  Vadim ZeitlinInitialize m_isShown correctly in wxGenericDragImage...
2012-02-29  Vadim ZeitlinMove checks for m_art != NULL before code using m_art...
2012-02-28  Vadim ZeitlinUse /bin/echo for creation of Mac OS X PkgInfo files.
2012-02-28  Paul Cornettavoid deprecated gdk_net_wm_supports()
2012-02-28  Paul Cornettremove run-time check for now-required GTK 2.4
2012-02-28  Paul Cornettremove unnecessary override of AddChildGTK
2012-02-28  Paul Cornettfix virtual override broken in r58875
2012-02-28  Stefan Csomorremoving Quickdraw call
2012-02-28  Vadim ZeitlinFix unused parameter warning in wxOSX build.
2012-02-28  Stefan Csomormaking sure TextMatrix is always identity, there were...
2012-02-28  Paul CornettRemove code to query GDK window origin from DoGetPositi...
2012-02-28  Paul Cornettavoid crash if IsMaximized() is called before native...
2012-02-28  Vadim ZeitlinFix setting default file name in wxGenericFileDirButton...
2012-02-28  Vadim ZeitlinInterpret default file name relatively to initial dir...
2012-02-27  Robin DunnAdd a bit of docs for the FS Handlers
2012-02-27  Robin DunnPhoenix needs to see the implementation of pure virtual...
2012-02-27  Robin DunnAdd missing RemoveHandler
2012-02-27  Robin DunnAdd interface declarations for stock file system handlers.
2012-02-27  Robin DunnChange the background style in the template file too.
2012-02-27  Vadim ZeitlinReturn an invalid item from wxDataViewCtrl::GetItemByRo...
2012-02-27  Vadim ZeitlinNo changes, just make wxDataViewMainWindow::GetRowCount...
2012-02-27  Paul Cornettremove redundant GTK check
2012-02-27  Paul Cornettuse 0 (== GTK_STATE_NORMAL) for state parameter default
2012-02-27  Paul Cornettavoid making copy of font description
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-27  Vadim ZeitlinDocument more events in wxAuiNotebookEvent documentation.
2012-02-27  Stefan Csomorno 10.4 support anymore
2012-02-27  Václav SlavíkImprove default wxDVC line height on Windows >= Vista.
2012-02-27  Vadim ZeitlinAllow passing the list of architectures to --enable...
2012-02-27  Vadim ZeitlinOnly include <unistd.h> under Unix in wxGTK code.
2012-02-26  Vadim ZeitlinAdd minimal support for building non-GUI parts of wxWid...
2012-02-26  Steve LamertonUpdate configure.in to use pkg_config to find the webki...
2012-02-26  Vadim ZeitlinFix wxGTK compilation when using non X11-based GDK.
2012-02-26  Vadim ZeitlinRetrieve paper size from page setup dialog in wxOSX...
2012-02-26  Julian SmartFixed enabling/disabling for wxSpinCtrl
2012-02-26  Stefan Csomoralso a dialog needs the current events set up correctly
2012-02-26  Stefan Csomorsetting up current event also when mouse is captured ...
2012-02-25  Vadim ZeitlinEnsure that combobox editor used by wxGrid is tall...
2012-02-25  Vadim ZeitlinSuppress harmless MSVC warnings about int to bool conve...
2012-02-25  Vadim ZeitlinDocument more wxAuiNotebook events.
2012-02-25  Vadim ZeitlinDispatch unknown messages immediately in wxMSW YieldFor().
2012-02-25  Vadim ZeitlinMinor fixes to wxMessageBox() documentation.
2012-02-25  Vadim ZeitlinDon't assert in wxLocale::IsAvailable() if language...
2012-02-25  Vadim ZeitlinCompare file inodes if possible in wxFileName::SameAs().
2012-02-25  Vadim ZeitlinRemove temporary files created by wxFileName unit test...
2012-02-25  Julian SmartAdd borders if none specified
2012-02-25  Stefan Csomoradding a app-defined event seems to quit inner eventloo...
2012-02-25  Vadim ZeitlinUse Doxygen comments for wxVisualAttributes members.
2012-02-25  Vadim ZeitlinNo changes, just remove functions bodies from interface...
2012-02-25  Vadim ZeitlinDon't use _T() in the documentation.
2012-02-25  Václav SlavíkFix r70318 to skip unhandled events.
2012-02-25  Julian SmartMore reasonable font size for rich text dialogs.
2012-02-23  Vadim ZeitlinDutch translations update from Gideon van Melle.
2012-02-23  Julian SmartAdded functionality for disabling the vertical scrollbar.
2012-02-23  Vadim ZeitlinRemove duplicate wxFileKind definition from documentation.
2012-02-23  Vadim ZeitlinUse wxStrnicmp() instead of strncasecmp() in wxGTK...
2012-02-23  Vadim ZeitlinNo real changes, just fix spelling errors in the docume...
2012-02-23  Julian SmartRemoved unused variable warning
2012-02-22  Julian SmartCompile fixes for wxUSE_COLLPANE=0
2012-02-22  Vadim ZeitlinMention event type corresponding to EVT_CLOSE in wxFram...
2012-02-22  Vadim ZeitlinDon't crash when using wxPrintDialog with NULL parent...
2012-02-22  Vadim ZeitlinFix spelling in the documentation.
2012-02-22  Stefan Csomorcatching default button handling also in password fields
2012-02-21  Vadim ZeitlinCorrect wxWinCE port name in @onlyfor in the documentation.
2012-02-21  Stefan Csomormaking sure eventual borders get updated when windows...
2012-02-21  Michael WetherellRemove testing against zip in a pipeline as it no longe...
2012-02-21  Stefan Csomormaking sure eventual borders get updated when windows...
2012-02-21  Julian SmartThe tree only sets the focus in response to a TVN_SELCH...
2012-02-21  Robin DunnRewrite DoPaint, FullPaint and add FullPaintDC to help...
2012-02-21  Robin DunnIf WXWIDGETS is not set and if on cygwin then set it...
2012-02-20  Vadim ZeitlinDon't crash in wxImage::SaveFile() if MIME type is...
2012-02-20  Vadim ZeitlinMinor fixes to wxDateTime documentation.
2012-02-20  Vadim ZeitlinNo changes, just simplify some code in wxX11.
2012-02-20  Vadim ZeitlinNo changes, just remove a redundant wxGROW.
2012-02-20  Vadim ZeitlinRemove documentation of inexistent wxEvtHandler::TryThis().
2012-02-20  Vadim ZeitlinAllow handling EVT_UPDATE_UI for wxID_UNDO/REDO at...
2012-02-20  Vadim ZeitlinDocument wxNotificationMessage::Timeout_XXX values.
2012-02-20  Vadim ZeitlinFix typos in wxRibbonButtonBar documentation.
2012-02-20  Vadim ZeitlinMinor documentation fixes to wxHelpController.
2012-02-20  Vadim ZeitlinAdd skeleton documentation for wxMessageDialog::ButtonL...
2012-02-20  Vadim ZeitlinFix wxRichTextBuffer::InsertParagraphsWithUndo() docume...
2012-02-20  Vadim ZeitlinAdd @onlyfor tag to wxToolBar::SetBitmapResource()...
next