Remove code to query GDK window origin from DoGetPosition(), it should not be necessa...
[wxWidgets.git] / src /
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...
2012-02-13  Stefan Csomoradapting comparison to raw_control, see #13963
2012-02-12  Vadim ZeitlinImplement wxDV_ROW_LINES for generic wxDataViewCtrl.
2012-02-11  Paul Cornettremove wxGraphicsContext dependency for transparent...
2012-02-11  Vadim ZeitlinImplement wxBG_STYLE_TRANSPARENT support for wxGTK.
2012-02-11  Vadim ZeitlinUpdate marks in non-current months shown in wxMSW wxCal...
2012-02-11  Vadim ZeitlinSet marks used in wxMSW wxCalendarCtrl unconditionally.
2012-02-11  Vadim ZeitlinAlso add wxNativeFontInfo::SetStrikethrough() stub...
2012-02-10  Vadim ZeitlinFix compilation ofr ports without native font info...
2012-02-10  Vadim ZeitlinAdd stubs for wxNativeFontInfo::{Get,Set}Strikethrough...
2012-02-10  Robin DunnDon't include the terminating NUL
2012-02-10  Vadim ZeitlinFix wxHash{Set,Map} compilation with g++ 4.7 in C+...
2012-02-08  Robin DunnFollowing the theory that something lame is better...
2012-02-07  Robin Dunnuse buf.length() instead of strlen()
2012-02-07  Robin DunnAdd length parameter to AddTextRaw and AppendTextRaw...
2012-02-07  Stefan Csomorforwarding mouse moved events to the view under the...
2012-02-07  Vadim ZeitlinFix infinite loop in wxHtmlEasyPrinting page break...
2012-02-07  Vadim ZeitlinNo real changes, just pass const wxArrayInt to wxHtmlCe...
2012-02-06  Vadim ZeitlinReturn NULL from wxAuiNotebook::GetCurrentPage() if...
2012-02-06  Vadim ZeitlinFix handling of positional parameters in wxPrintf(...
2012-02-05  Paul Cornettremove code ifdef-ed on __X__, it is never defined...
2012-02-05  Vadim ZeitlinDon't set PAGESETUPDLG::hDevNames and hDevMode when...
2012-02-05  Vadim ZeitlinTake void** client data in wxSingleChoiceDialog ctor...
2012-02-05  Vadim ZeitlinPreserve focus when window is minimized and restored...
2012-02-05  Vadim ZeitlinEnsure that the progress dialog parent is activated...
2012-02-05  Vadim ZeitlinNo changes, just implement Raise() in wxTopLevelWindow...
2012-02-05  Vadim ZeitlinFix initial state of radio toolbar tools in wxGTK.
2012-02-05  Vadim ZeitlinNever refresh controls from EVT_PAINT handler in wxProp...
2012-02-03  Vadim ZeitlinCheck string length correctly in wxFileSystem::URLToFil...
2012-02-03  Vadim ZeitlinEnable callbacks for wxFileSystemWatcher FD under OS X.
2012-02-03  Vadim ZeitlinFix speed regression in wxFileHistory::AddFileToHistory().
2012-02-03  Vadim ZeitlinFix bug with mouse wheel scrolling wxStyledTextCtrl...
2012-02-02  Steve LamertonDisable navigation sounds in wxWebViewIE. This brings...
2012-02-02  Vadim ZeitlinFix initial wxRadioBox buttons positions in wxMSW.
2012-02-02  Vadim ZeitlinAdd wxFontDialog ctor not taking wxFontData to wxOSX.
2012-02-01  Stefan Csomorshould not bring to front upon focussing
2012-01-31  Vadim ZeitlinSet the file name for temporary wxFFile objects.
2012-01-31  Paul Cornettremove virtual override that just calls base
2012-01-31  Paul Cornettimplement wxGetMousePosition without using X-specific...
2012-01-31  Stefan Csomorguarding Update() on OSX not to be issued faster than...
2012-01-31  Stefan Csomorrevert to using Update()
2012-01-31  Stefan Csomorreenabling an Update where necessary
2012-01-31  Vadim ZeitlinFix wxHTTP::SetPostBuffer() compilation in ANSI build.
next