Switch on build breakage email notifications.
[wxWidgets.git] / src /
2008-03-18  Václav Slavíkmade wxAcceleratorTable work with buttons in wxGTK too
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-18  Vadim Zeitlinprovide stubs for Get/SetStippled() to fix the build
2008-03-18  Paul Cornettremove duplicate wxTaskBarIconAreaBase::DoPopupMenu...
2008-03-18  Paul Cornettmove wxWindowGTK::DoPopupMenu back to window.cpp
2008-03-18  Paul Cornettsimplify wxEVT_MENU_OPEN/CLOSE generation
2008-03-17  Benjamin Williamsvista tree crash fix
2008-03-17  Vadim Zeitlinuse static functions instead of static variables for...
2008-03-17  Vadim Zeitlindon't provide unnecessary (as default) arguments to...
2008-03-17  Vadim Zeitlindon't provide unnecessary (as default) arguments to...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-17  Stefan Csomorfix default values after types were changed
2008-03-17  Paul Cornettreorganize deferred show logic a bit, to reset m_deferS...
2008-03-17  Francesco Montorsisome more build fix for wxPen/wxBrush style changes
2008-03-16  Francesco Montorsibuild fix (looking at buildbot)
2008-03-16  Francesco Montorsifix typos and update MSW code to use new wxPENSTYLE_...
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsifix wxMSW build after wxBrush changes: return wxBRUSHST...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-16  Julian SmartDon't accept picker text events from any old text control
2008-03-16  Václav SlavíkShowWithEffect must call wxWindowBase::Show
2008-03-16  Václav SlavíkFixed generic art provider to scale bitmaps down to...
2008-03-16  Václav Slavíkif we can't detect tooltip color, yellow as used by...
2008-03-15  Paul Cornettuse a different method to prevent an early size_allocate,
2008-03-15  Vadim Zeitlinrename fobr95.{cpp,h} files to foobar.{cpp,h}
2008-03-15  Vadim Zeitlinadd support for asynchronous execution in wxBase (patch...
2008-03-15  Václav SlavíkwxMSW: generate wxClipboardTextEvent from wxTextCtrl...
2008-03-15  Vadim Zeitlinimplement wxSpinCtrl::Reparent() to properly reparent...
2008-03-15  Vadim Zeitlinuse quotes around SRCROOT to handle the case when it...
2008-03-15  Vadim Zeitlinprotect access to ms_aTraceMasks with a critical sectio...
2008-03-15  Vadim Zeitlinfix crash in DoGetBestSize() if default widths are...
2008-03-15  Vadim Zeitlindon't assign the returned value in wxMDIParentFrame...
2008-03-15  Vadim Zeitlindon't call GetLastPosition() unnecessarily in SelectAll...
2008-03-15  Vadim Zeitlinrefactored code reused in several different places...
2008-03-15  Vadim Zeitlinno real changes, just use more readable helper wxTextEn...
2008-03-15  Vadim Zeitlinno real changes, just use more readable helper wxTextEn...
2008-03-15  Vadim Zeitlinadded support for double arguments to wxCmdLineParser...
2008-03-15  Vadim Zeitlinuse wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceE...
2008-03-15  Vadim Zeitlindon't generate duplicate resume events for PBT_APMRESUM...
2008-03-15  Vadim Zeitlincall OnNativeDestroyed() if the native window is destro...
2008-03-15  Vadim Zeitlininitialize m_initial{Recv,Send}BufferSize in wxSocketCl...
2008-03-14  Vadim Zeitlindon't delete the context in ~wxGLCanvas(), the base...
2008-03-14  Vadim Zeitlinmake wxCmdLineParser:Usage() const
2008-03-14  Paul Cornettminimize searching for tlw parent, remove useless code
2008-03-14  Paul Cornettfix for infinite sizing loop (partial patch 1907189)
2008-03-14  Julian SmartCorrected typecasts (Sebastian Gottschalk)
2008-03-14  Julian SmartFixed bug in wxDialUpManagerMSW::GetISPNames - uses...
2008-03-14  Julian SmartFixed bug for chars with ASCII value > 127, explicitly...
2008-03-14  Julian SmartFixed bug for chars with ASCII value > 127, explicitly...
2008-03-14  Stefan Csomoruse the same font matching fallbacks for all layout...
2008-03-14  Paul Cornettfix for size 1x1 wxChoice when SetSelection() is called...
2008-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2008-03-13  Václav Slavíkreverted Julian's r44600, it broke help window behavior...
2008-03-13  Václav Slavíkfixed crash in wxHtmlHelpController if the help window...
2008-03-13  Václav Slavíkfixed unreadable formatting
2008-03-13  Paul Cornettfix for idle processing stopping without processing...
2008-03-12  Václav Slavíkinclude 'Version' in version string, it's what Apple...
2008-03-12  Václav Slavíkindent app name + version from the rest in about dialog...
2008-03-12  Paul Cornettdon't defer showing if _NET_FRAME_EXTENTS handler is...
2008-03-11  Vadim Zeitlindelete wxNativeContainerWindow when the native window...
2008-03-10  Vadim Zeitlinfix handling of native toolkit command line options...
2008-03-10  Vadim Zeitlincompilation fix after last commit
2008-03-10  Vadim Zeitlinadded wxNativeContainerWindow and implemented it for...
2008-03-10  Vadim Zeitlinfurther simplifiy USE_NATIVE_HEADER_WINDOW checks
2008-03-09  Vadim Zeitlinremove wxTextAttr::CreateFont(); return wxNullFont...
2008-03-09  Vadim Zeitlindon't use native headers in wxUniv build (this doesn...
2008-03-09  Robin DunnEnable XRC to call wxStaticText::Wrap
2008-03-09  Robin DunnDon't need to use wxHAVE_RAW_BITMAP any more.
2008-03-08  Vadim ZeitlinwxUniv compilation fix for gs_windowHandles assignment
2008-03-08  Václav Slavíkfixed 'Select All' context menu in wxTextCtrl with...
2008-03-08  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Stefan Csomorcleaning up common OSX code
2008-03-07  Julian SmartOnly use fonts in wxTextAttr::Combine if they are reall...
2008-03-06  Václav Slavíkfixed minsize setting after wxCollapsiblePane is expand...
2008-03-06  Václav Slavíkdeprecated wxWindow::SetHelpTextForId()
2008-03-06  Stefan Csomor64/32 bit fixes
2008-03-06  Stefan Csomor64/32 bit fixes
2008-03-06  Stefan Csomorinclude fixed for non-precomp
2008-03-05  Stefan Csomorgraphics context additions (work in progress for cocoa...
2008-03-05  Stefan Csomorgraphics context additions (work in progress for cocoa...
2008-03-05  Stefan Csomorshaped can be minimized
2008-03-05  Stefan Csomorgraphics context additions and merging graphics bitmap...
2008-03-05  Stefan Csomorgraphics context additions and merging graphics bitmap...
2008-03-05  Stefan Csomorgraphics context additions and merging graphics bitmap...
2008-03-05  Václav Slavíkmade wxFindFocusedChild static, the comment wasn't...
2008-03-05  Vadim Zeitlincheck that parent is non-NULL in CreateWindowFromHWND...
2008-03-05  Vadim Zeitlincall SetHWND(hWnd) from SubclassWin(), this is consiste...
2008-03-05  Václav Slavíkadded wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC
2008-03-04  Václav Slavíkformat strings with no real text don't need translating
2008-03-04  Vadim Zeitlinremove leading dots from .ini/.conf in AddConfFileExtIf...
2008-03-04  Vadim Zeitlinremove duplicate end iterator declaration from Destroy()
2008-03-04  Václav Slavíkadded macros for checking for conflicts between flags...
2008-03-04  Václav Slavíkadded wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that...
2008-03-04  Václav Slavíkfixed wxGenericTreeCtrl::DoThaw to call base class...
next