wxWidgets.git
2013-08-21  Robin Dunnfix missing ;
2013-08-21  Steve LamertonFix various documentation warnings throughout core...
2013-08-21  Steve LamertonFix ribbon documentation warnings.
2013-08-21  Steve LamertonFix html documentation warnings.
2013-08-21  Steve LamertonFix warnings in rich text documentation.
2013-08-19  Paul CornettRemove DoSetSizeHints() call from Create()
2013-08-19  Paul Cornettrevert r74683, wxTLW has its own {Width,Height}Default()
2013-08-19  Paul CornettRemove some old redundant code
2013-08-18  Paul Cornettavoid setting initial position if it was not specified...
2013-08-18  Paul CornettMove code that does not need realized GdkWinow out...
2013-08-18  Vadim ZeitlinOnly give capture to wxPopupTransientWindow child if...
2013-08-18  Vadim ZeitlinUse wxFindWindowAtPoint() for hit testing in wxPopupTra...
2013-08-18  Vadim ZeitlinReturn NULL from wxWindow::GetCapture() when the captur...
2013-08-18  Vadim ZeitlinMake mouse capture checking asserts stronger and more...
2013-08-18  Vadim ZeitlinDon't set even try to set focus to wxPopupWindow itself...
2013-08-18  Vadim ZeitlinNo changes, just change data structures used by mouse...
2013-08-18  Vadim ZeitlinNo changes, just use wxRecursionGuard instead of manual...
2013-08-18  Vadim ZeitlinNo changes, just move mouse capturing bookkeeping data...
2013-08-18  Paul Cornettshould have been part of r74664: Avoid calling gtk_wind...
2013-08-17  Paul Cornettavoid duplicate move events
2013-08-17  Paul CornettAvoid calling gtk_window_get_position() from "configure...
2013-08-16  Bryan PettyFix typo in wxSingleInstanceChecker docs, props Lauri...
2013-08-16  Paul Cornettuse names for gs_requestFrameExtentsStatus values
2013-08-16  Vadim ZeitlinReplace wxFONTFAMILY_DEFAULT with wxFONTFAMILY_SWISS...
2013-08-14  Stefan Csomorforgotten commit :-( remove #if 0 if things work again
2013-08-14  Václav SlavíkFix wxComboCtrlBase::DoGetSizeFromTextSize() performanc...
2013-08-14  Stefan Csomorusing terminate: terminates prematurely, OnExit is...
2013-08-14  Stefan Csomorusing #ifdef wxABORT_ON_CONFIG_ERROR not just #if as...
2013-08-13  Vadim ZeitlinDon't hide the window in its dtor in wxGTK.
2013-08-12  Paul Cornettavoid setting pango matrix when not needed
2013-08-11  Stefan Csomorusing #ifdef wxABORT_ON_CONFIG_ERROR not just #if as...
2013-08-09  Vadim ZeitlinTamil translations update from Dinakar T.D.
2013-08-09  Vadim ZeitlinRemove never implemented wxDateTime::IsGregorianDate().
2013-08-09  Julian SmartApplied #15393 (dghart) fixing wxRichTextTable for...
2013-08-08  Paul Cornettadd other known types for gdk_pixbuf_save()
2013-08-08  Paul CornettTry native method first in LoadFile() and SaveFile()
2013-08-07  Václav SlavíkMake wxOwnerDrawnComboBox::DoGetBestSize() twice as...
2013-08-07  Vadim ZeitlinCompilation fix for wxMSW with wxUSE_MSGBOX_HOOK==0.
2013-08-07  Vadim ZeitlinCompilation fix to propgrid sample after r74628.
2013-08-07  Vadim ZeitlinDocument light grey colour handling in wxMSW wxBitmap...
2013-08-07  Vadim ZeitlinDefine __VISUALC__ for ICC under Windows again.
2013-08-07  Vadim ZeitlinAdd wxFileName::SetPermissions().
2013-08-07  Vadim ZeitlinUpdate Travis configuration to run tests and build...
2013-08-07  Vadim ZeitlinDon't document wxSortedArrayString as deriving from...
2013-08-07  Vadim ZeitlinDon't use DDEExec registry key in wxMSW wxExecute(...
2013-08-06  Vadim ZeitlinFix column sorting UI in wxDataViewCtrl under wxOSX.
2013-08-06  Vadim ZeitlinFix a couple of spelling mistakes in the documentation.
2013-08-06  Vadim ZeitlinUse RIAA wrapper for wxSpinCtrl event disabling in...
2013-08-06  Vadim ZeitlinReflect changes in stc.cpp in stc.cpp.in from which...
2013-08-06  Vadim ZeitlinDon't generate any events from wxSpinCtrl and wxSpinCtr...
2013-08-06  Vadim ZeitlinAdd test for absence of events from wxSpinCtrlDouble...
2013-08-06  Vadim ZeitlinDocument wxTreeCtrl::GetItemFont() behaviour for items...
2013-08-06  Vadim ZeitlinAdd wxPropertyGridPageState::GetColumnFullWidth().
2013-08-06  Vadim ZeitlinFix wxPropertyGrid::GetPropertyRect when the last item...
2013-08-06  Vadim ZeitlinDutch translations update from Gideon van Melle.
2013-08-06  Paul CornettRewrite ConvertToGreyscale() and ConvertToDisabled()
2013-08-05  Paul Cornettprevent infinite loop if gtk_menu_popup() fails, fixes...
2013-08-05  Stefan Csomorfollow up parent chain to properly support modal dialog...
2013-08-04  Julian SmartComment-only update
2013-08-03  Paul Cornettremove ancient defines left over from GTK1
2013-08-03  Paul Cornettremove obsolete check for GTK 2.6
2013-08-02  Paul Cornettfix Gtk-CRITICAL errors when deleting wxDirButton
2013-07-31  Paul Cornettdefer calling SetCanFocus() on wxGTK until after creation
2013-07-31  Julian SmartApplied #15375 to stop event-sending in generic wxSpinC...
2013-07-31  Paul Cornettdon't pass false as a wxWindowID
2013-07-31  Paul Cornettfix tab traversal of wxStaticBox children, closes ...
2013-07-28  Vadim ZeitlinTurkish translations update from Kaya Zeren.
2013-07-28  Stefan Csomorfirst attempt at adding the minimal set needed for...
2013-07-28  Stefan Csomoradapting to new event version
2013-07-28  Stefan Csomorchanging to allow for 2x ramping up NSApp run
2013-07-28  Stefan Csomorusing Run of base class
2013-07-28  Vadim ZeitlinWork around missing mode_t definition with ICC.
2013-07-27  Stefan Csomorusing Run of base class
2013-07-27  Václav SlavíkMake wxComboCtrlBase::Set*groundColour() methods public.
2013-07-27  Stefan Csomorskip apple options
2013-07-27  Stefan Csomorwiring event loop callbacks
2013-07-27  Stefan Csomorbracketing for correct builds
2013-07-27  Stefan CsomorOSX adaptions
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-26  Vadim ZeitlinRemove wxUniversal configuration from the MSVC 10 proje...
2013-07-26  Vadim ZeitlinFix duplicate symbol link errors in wxMSW wxTextEntry...
2013-07-25  Vadim ZeitlinDisable tests in Travis configuration.
2013-07-25  Vadim ZeitlinAdd a configuration file for Travis CI system.
2013-07-25  Vadim ZeitlinAllow using custom method names in wxHTTP.
2013-07-25  Vadim ZeitlinFix build with wxUSE_FFILE=0.
2013-07-25  Vadim ZeitlinDefine wxLongLong_t for Intel compiler.
2013-07-25  Vadim ZeitlinDon't crash when creating wxStaticBox in wxGTK.
2013-07-24  Stefan Csomorwiring OnInit on osx to a later point in event processing
2013-07-23  Stefan Csomorsupport for iPhone callbacks
2013-07-23  Stefan Csomoradding OnLaunched
2013-07-23  Paul Cornettuse GTK-specific method to delete selection
2013-07-23  Vadim ZeitlinCompilation fix for PCH-less build after r74586.
2013-07-23  Vadim ZeitlinDocument wxKill(wxSIGTERM) reliance on having an open...
2013-07-23  Vadim ZeitlinFix tab navigation bug with radio boxes without enabled...
2013-07-23  Vadim ZeitlinFix tab navigation bug with static boxes without enable...
2013-07-23  Paul Cornettmerge DoDrawText() and DoDrawRotatedText() into one...
2013-07-23  Vadim ZeitlinFix tab navigation into radio boxes in wxMSW.
2013-07-23  Vadim ZeitlinNo real changes, just refactor wxControlContainer code...
2013-07-22  Vadim ZeitlinRearrange Windows checks in wx/platform.h to be more...
2013-07-22  Stefan Csomorfurther routing into wxApp
next