Use ProcessEventLocally() instead of ProcessEventHere() in docview code.
[wxWidgets.git] / src / gtk1 /
2010-04-26  Vadim ZeitlinUse wxMenuBar::Attach/Detach() instead of SetInvokingWi...
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2009-12-10  Vadim ZeitlinRename gtk{,1}/tbargtk.{h,cpp} to toolbar.{h,cpp}.
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-17  Vadim ZeitlinCleanly separate GUI socket-related code from net library.
2009-08-17  Vadim ZeitlinAdded wxFDIOHandler::IsOk() and use it with wxSocketImp...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-05  Vadim Zeitlindon't call OnWriteWaiting() if we lost connection in...
2009-07-05  Vadim Zeitlinchange wxSocketInputBasedManager::AddInput() to take...
2009-06-18  Jouk JansenPatch wxGTK1 for recent changes in bmpbuttn
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-03-22  Vadim ZeitlinwxGTK1 compilation fixes
2009-03-22  Vadim Zeitlinmade definition of wxUSE_LOG_DEBUG dependent on wxDEBUG...
2009-03-22  Vadim ZeitlinwxGTK1 compilation fixes after last changes
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-03-03  Vadim Zeitlincompilation fix after last commit
2009-03-03  Vadim Zeitlinfix wxGTK1 compilation after wxTextEntry DoGetValue...
2009-03-03  Vadim Zeitlinfix virtual function hiding warnings
2009-03-03  Vadim Zeitlinfix virtual function hiding warnings
2009-02-18  Paul Cornettremove unused wxKeyEvent member m_scanCode
2009-02-18  Francesco Montorsifix typo
2009-02-18  Francesco Montorsifix wxGTK1 build
2009-02-17  Jouk Jansenadd wx/log.h for non-PCH build
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-13  Jouk Jansenchange int->wxRasterOperationMode was omitted at one...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-08  Jouk Jansenmy previous commit patched the wrong file
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-25  Vadim Zeitlinmake colours used by list and tree controls more consis...
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2008-12-02  Jouk JansenUpdate OpenVMS compile support
2008-11-28  Vadim Zeitlinmake wxSocketImplUnix inherit from wxFDIOHandler as...
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-26  Vadim Zeitlinmove wx/gsocket.h to wx/private/gsocket.h
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-21  Vadim Zeitlindon't use deprecated function
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-04-22  Václav Slavíkrestored wxOKlibc() for wxGTK1's use
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-03-22  Vadim Zeitlinrefactored common code from XXX_EndProcessDetect in...
2008-03-22  Vadim Zeitlinmore compilation fixes after pen/brush styles changes
2008-03-22  Vadim Zeitlinreplace wxAddProcessCallback() with wxAppTraits::AddPro...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-17  Francesco Montorsisome more build fix for wxPen/wxBrush style changes
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-15  Vadim Zeitlindon't assign the returned value in wxMDIParentFrame...
2008-02-14  Julian SmartCut down on unnecessary update events
2008-01-12  Vadim Zeitlinfix bug introduced in wxRegion::DoUnionWithRect() in...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-21  Jouk JansenUpdates For OpenVMS support and some extra includes...
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-19  Vadim Zeitlinfix compilation after r50329
2007-12-16  Václav Slavíkfixed wxGTK1's wxDialog::ShowModal() to use GetParentFo...
2007-12-15  Vadim Zeitlinfixed another invalid cast
2007-12-15  Vadim Zeitlinfixed invalid cast of wxWindowDCImpl to wxDC in DoGetPi...
2007-12-15  Vadim Zeitlinfixed wxGTK1 compilation after wxDC changes (still...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-15  Vadim Zeitlinremoved empty file which wasn't present in the makefile...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-13  Julian SmartTake account of wxBORDER_THEME (assume it's like wxBORD...
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-09-29  Vadim Zeitlinfix DrawLine() and DrawPolygon() which were totally...
2007-09-26  Vadim Zeitlincompilation fixes for wxGTK1 after wxTextEntry changes...
2007-09-25  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-21  Vadim Zeitlininclude vms_jackets.h directly from wx/platform.h inste...
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-13  Julian SmartTypo correction
2007-08-13  Julian SmartAdd accelerator back to label in GetItemLabel
next