]> git.saurik.com Git - wxWidgets.git/history - src
avoid using wxDC::Blit() and wxDC::GetPixel() on window that is being painted, result...
[wxWidgets.git] / src /
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...
2012-02-23  Julian SmartRemoved unused variable warning
2012-02-22  Julian SmartCompile fixes for wxUSE_COLLPANE=0
2012-02-22  Vadim ZeitlinDon't crash when using wxPrintDialog with NULL parent...
2012-02-22  Stefan Csomorcatching default button handling also in password fields
2012-02-21  Stefan Csomormaking sure eventual borders get updated when windows...
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-20  Vadim ZeitlinDon't crash in wxImage::SaveFile() if MIME type is...
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 ZeitlinAllow handling EVT_UPDATE_UI for wxID_UNDO/REDO at...
2012-02-20  Vadim ZeitlinDon't initialize wxFileDialog::m_filterIndex to 1 in...
2012-02-20  Vadim ZeitlinUse wxPageSetupDialogData instead of old wxPageSetupDat...
2012-02-20  Julian SmartRemoved unnecessary newlines.
2012-02-20  Julian SmartMinor fixes
2012-02-20  Julian SmartCorrected missing angled bracket
2012-02-20  Julian SmartAdded wxEVT_WIZARD_BEFORE_PAGE_CHANGED event to allow...
2012-02-19  Stefan NeisSpelling fixed for comments and a wxASSERT_MSG. Fixes...
2012-02-18  Stefan NeisSpelling fixes to comments, fixes #13994.
2012-02-15  Paul Cornettmodification to fix in r70597, has-window check is...
2012-02-15  Vadim ZeitlinAdded wxFileName::Exists().
2012-02-15  Vadim ZeitlinRefactor wxFileName existence checking code.
2012-02-15  Paul Cornettavoid sending mouse events to the wrong window, fixes...
2012-02-15  Vadim ZeitlinMake wxDragImage ctors taking hot spot point really...
next