]> git.saurik.com Git - wxWidgets.git/history - src
also a dialog needs the current events set up correctly
[wxWidgets.git] / src /
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.
2012-01-31  Paul Cornetthandle theme change which changes window border width
2012-01-30  Stefan Csomorattempt to isolate which Update() calls are necessary...
2012-01-30  Stefan Csomoralways setting the event object to the menu, see #1595
2012-01-30  Stefan Csomorfixing the routing of UpdateUI to the window by just...
2012-01-29  Paul Cornettmove SetPangoAttrsForFont to wxFont, should have been...
2012-01-29  Paul Cornettuse GTKSetPangoAttrs in wxCairoContext
2012-01-29  Paul Cornettmove Pango underline workaround into wxFont::GTKSetPang...
2012-01-29  Paul Cornettmove SetPangoAttrsForFont to wxFont
2012-01-28  Stefan Csomoruse translatable strings as format template for menu...
2012-01-25  Julian SmartAdded further API for intercepting deletion and content...
2012-01-25  Stefan Csomorstructure code to Cocoa's possibilities, allows tool...
2012-01-25  Vadim ZeitlinFix return value of wxMBConvUTF8::FromWChar().
2012-01-25  Vadim ZeitlinUpdate wxCommandProcessor after saving wxDocument.
2012-01-25  Vadim ZeitlinFix wxCommandProcessor::IsDirty() result after undoing...
2012-01-25  Vadim ZeitlinDon't compare invalid iterators in wxCommandProcessor...
2012-01-25  Vadim ZeitlinMinor fixes to wxDataViewCtrl::HitTest() in wxGTK.
2012-01-25  Vadim ZeitlinSet the initial size of the expanded ribbon panel corre...
2012-01-24  Vadim ZeitlinFix setting frame icon when using non-standard icon...
2012-01-24  Vadim ZeitlinAppend all items at once during wxChoice creation in...
2012-01-24  Paul Cornettadd strike-through font support to wxGraphicsContext...
next