]> git.saurik.com Git - wxWidgets.git/history - src
move widget resize handling from DoSetSize to DoMoveWindow
[wxWidgets.git] / src /
2012-03-12  Julian SmartAdded wxRIBBON_PANEL_FLEXIBLE flag to allow toolbars...
2012-03-12  Stefan Csomorremove 10.4 compatibility code
2012-03-12  Julian SmartRemoved redundant DoEnable
2012-03-11  Vadim ZeitlinUpdate the text part of combobox when changing text...
2012-03-11  Julian SmartA fix for flicker when the top-level window is disabled...
2012-03-10  Paul Cornettremove unused parameter
2012-03-10  Stefan Csomorusing 10.5 API for cursor updates as well
2012-03-10  Stefan Csomorremoving NSWindow based mouse tracking in favour of...
2012-03-09  Julian SmartAdded wxRIBBON_PANEL_STRETCH to allow a single panel...
2012-03-09  Stefan Csomorreflect correct position for native toolbar, fixes...
2012-03-09  Vadim ZeitlinCheck for iterator validity when parsing "%%" in wxDate...
2012-03-09  Vadim ZeitlinCheck for end of string when parsing "%z" in wxDateTime...
2012-03-08  Paul Cornettadjust Blit destination rect if source rect is clipped
2012-03-08  Paul Cornettfix incorrect tests of wxUSE_ macros
2012-03-08  Stefan Csomorremoving unnecessary hook
2012-03-08  Stefan Csomorremoving 10.4 code, adding webkit trick for showing...
2012-03-08  Vadim ZeitlinAdded wxSplitterWindow::SetSashInvisible() and IsSashIn...
2012-03-08  Vadim ZeitlinRevert the zoom direction on Ctrl-mouse wheel in wxStyl...
2012-03-07  Vadim ZeitlinDeprecate wxWindow::MakeModal().
2012-03-07  Václav SlavíkDon't eat unhandled events in wxHtmlWindow::OnKeyUp().
2012-03-07  Julian SmartWhen SetSplitterLeft measures all pages, it should...
2012-03-06  Julian SmartwxCB_SORT not currently supported on OSX/Cocoa
2012-03-06  Stefan Csomorcatching veto AND handled events
2012-03-06  Stefan Csomoradapting grid-cell dragging according to discussion...
2012-03-06  Paul Cornettfix test for transparent pen broken in r65820
2012-03-05  Julian SmartIt should be possible to set a null bitmap without...
2012-03-05  Julian SmartRestored correct RTTI for wxNotebook
2012-03-05  Vadim ZeitlinOverride AdjustForParentClientOrigin() in wxNonOwnedWin...
2012-03-05  Vadim ZeitlinRemove the wrong "std::" scope prefix before ceil(...
2012-03-05  Stefan Csomorcoordinate conversion was the wrong way round
2012-03-04  Paul Cornettremove unnecessary includes
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2012-03-04  Vadim ZeitlinAdd wxEVT_AUI_PANE_ACTIVATED event.
2012-03-04  Vadim ZeitlinNo changes, just make wxAUI SetActivePane() a member...
2012-03-04  Vadim ZeitlinUse standard IDC_CROSS cursor in wxMSW.
2012-03-04  Vadim ZeitlinDon't set value unnecessarily in wxSpinCtrl::Create...
2012-03-04  Vadim ZeitlinNo changes, just add wxSpinCtrl::Init() to wxMSW.
2012-03-04  Vadim ZeitlinFix stretchable spaces in wxToolBar after tool removal...
2012-03-04  Vadim ZeitlinCorrect mouse event coordinates in wxMSW wxUIActionSimu...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2012-03-04  Vadim ZeitlinFix assert when editing an item in multi-selection...
2012-03-04  Vadim ZeitlinTake disabled windows into account in wxFindWindowAtPoi...
2012-03-04  Vadim ZeitlinFix showing MDI child from wxDocManager::ActivateDocume...
2012-03-03  Stefan Csomorjust in case we have an erroneous character on the...
2012-03-03  Stefan Csomortesting another implementation for avoiding WakeUp...
2012-03-02  Julian SmartDarker border for wxComboCtrl on Mac
2012-03-02  Stefan Csomoradding translation of NSDragOperationGeneric to wxDragC...
2012-03-01  Julian SmartImproved the appearance of the property grid checkbox...
2012-03-01  Paul Cornettremove signal-blocking variable, instead just connect...
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  Stefan Csomorapplying Andrew's patch, closes #13440, fine now that...
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  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  Stefan Csomorremoving Quickdraw call
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 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 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  Stefan Csomorno 10.4 support anymore
2012-02-27  Václav SlavíkImprove default wxDVC line height on Windows >= Vista.
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  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 ZeitlinDispatch unknown messages immediately in wxMSW YieldFor().
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  Julian SmartAdd borders if none specified
2012-02-25  Stefan Csomoradding a app-defined event seems to quit inner eventloo...
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  Julian SmartAdded functionality for disabling the vertical scrollbar.
2012-02-23  Vadim ZeitlinUse wxStrnicmp() instead of strncasecmp() in wxGTK...
next