Applied #10892: Remove wxDocManager instance check
[wxWidgets.git] / src / x11 /
2009-09-22  Vadim ZeitlinCall wxApp::ProcessPendingEvents() from wxX11 event...
2009-09-22  Vadim ZeitlinImplement wxGetActiveWindow() for wxX11.
2009-09-22  Vadim ZeitlinDefine wxSetDetectableAutoRepeat() for X11-based ports...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-20  Vadim ZeitlinFix signatures of various image handlers methods.
2009-08-20  Vadim ZeitlinFix warning about converting literal strings to non...
2009-08-20  Vadim ZeitlinFix harmless unused parameter warnings in wxX11 wxCursor.
2009-08-20  Vadim ZeitlinFix extraction of standard command line arguments in...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
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-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
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-16  Francesco Montorsifix wxMotif build
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-11-06  Jouk Jansenchanging depricated font-family enums into current...
2008-11-04  Vadim Zeitlinfix wxXPMDataHandler silently broken by long->wxBitmapT...
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-06-21  Vadim Zeitlinuse the real clipping region and not just its bounding...
2008-06-11  Vadim Zeitlinuse wxDC::SetDeviceClippingRegion() instead of deprecat...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-05-16  Stefan NeisEnsure that wxApp::Yield is always processing pending...
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-03-21  Vadim Zeitlincompilation fixes after pen/brush styles changes
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-02-14  Julian SmartCut down on unnecessary update events
2008-01-11  Jouk Jansenupdates for OpenVMS compile support
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-12-28  Robert RoeblingFix wxX11 crash
2007-12-19  Václav Slavíkimplemented wxExecute() for wxDFB; share the implementa...
2007-12-18  Václav Slavíkuse #include <> for system headers, not #include ""
2007-12-18  Václav Slavíkfixes for the case when only epoll() based wxFDIODispat...
2007-12-16  Robert Roeblingprobably fixed blit crash in X11
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-15  Vadim Zeitlinfix X11 build after wxDC changes
2007-12-03  Paul Cornettnon-pch build fixes
2007-11-30  Robert RoeblingDC change
2007-11-30  Robert Roeblingmore DC changes for wxX11
2007-11-30  Robert Roeblingconverted most of X11 DC code
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-13  Julian SmartwxBORDER_THEME processing for Motif and X11
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-10-21  Paul Cornettadd wxUSE_MINIFRAME wrapper
2007-10-09  Jouk Jansensrc/X11/font.cpp needs smae change as other wxXXX versions
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
2007-09-15  Vadim Zeitlincheck whether clipping region is empty, not whether...
2007-09-15  Vadim Zeitlinfix off by one (or rather "off by border width") bug...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-16  Jouk Jansen OpenVMS changes
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-05  Vadim Zeitlincompilation fix: use DeviceToLogical[XY]() instead...
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-15  Vadim Zeitlinadjust the window coordinates for parent client area...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-08  Vadim Zeitlinadded mouse wheel support (patch 1696082)
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-05  Václav Slavíkcompilation fixes
2007-04-01  Vadim Zeitlincompilation fix after last change
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2007-03-30  Vadim Zeitlinno real changes, just attempt to work around false...
2007-03-30  Vadim Zeitlindon't dereferencep ossibly NULL pointers in DoScreenToC...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...
2007-03-08  Vadim Zeitlindon't use font sizes less than 1 with Pango (remaining...
2007-03-08  Vadim Zeitlinuse facename in wxFontRefData::Init() in Unicode build...
2007-02-27  Vadim Zeitlinremoved stray return from SetFont()
2007-01-20  Vadim Zeitlindon't crash in dtor if the X11 window hadn't been creat...
2007-01-04  Jouk Jansen Update OpenVMS make-files
2006-12-14  Václav Slavíkmoved wxX11's wxSocketTable to private wxSocketEventDis...
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-11-25  Julian SmartDon't allow zero size for clipping region, or wxX11...
2006-11-22  Julian SmartCrash bug fix (don't access NULL pointer)
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-16  Jouk Jansen Solves 2 problems I encounterd on OpenVMS :
2006-11-04  Julian SmartAccount for PANGO_WEIGHT_SEMIBOLD not being available...
2006-11-04  Vadim Zeitlinreally define TRACE_CLIPBOARD (fix for the last commit)
2006-11-03  Vadim Zeitlinfix compilation after last change for compilers without...
next