Use int instead of wxWindowID in wxNewId() and friends.
[wxWidgets.git] / include / wx / x11 /
2013-06-25  Stefan Csomoradding default for Create with dc
2013-04-30  Vadim ZeitlinAdd wxFontInfo class to allow using named parameters...
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-19  Vadim ZeitlinAdd wxNOEXCEPT to all wxTextCtrl dtors.
2012-05-07  Vadim ZeitlinCreate a wrapper file for X11/XKBlib.h header.
2012-01-23  Vadim ZeitlinAdd wxFont ctor taking a single flags argument instead...
2011-12-29  Stefan NeisDo not put semicolons after the definition of an inline...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-02-14  Vadim ZeitlinRemove X11-specific wxWindowIsVisible() from common...
2010-11-10  Vadim ZeitlinImplement bitmap mask copying in wxX11.
2010-09-29  Vadim ZeitlinReturn wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont...
2010-08-22  Vadim ZeitlinMerge wxUIActionSimulator fixes from SOC2010_GUI_TEST...
2010-05-10  Vadim ZeitlinReplace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN...
2010-03-20  Vadim ZeitlinRename wxWindow::GetMainWindow() to X11GetMainWindow...
2009-12-08  Vadim ZeitlinMake wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie...
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
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-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
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)
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-10-03  Jouk Jansensolving missing definitions in include/wx/x11/cursor.h
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-21  Francesco Montorsiintroduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
2008-06-17  Vadim Zeitlindeclare future-deprecated SetStyle(int) in wxPen/Brush...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
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-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-01-11  Jouk Janseninclude/wx/x11/cursor.h needs definition of wxcolour
2008-01-07  Vadim Zeitlinremoved useless inclusion of wx/datetime.h
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-28  Robert RoeblingFix wxX11 crash
2007-12-22  Vadim Zeitlinadded wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_...
2007-12-19  Václav Slavíkimplemented wxExecute() for wxDFB; share the implementa...
2007-12-16  Robert Roeblingprobably fixed blit crash in X11
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-11-30  Robert Roeblingmore DC changes for wxX11
2007-11-30  Robert Roeblingconverted most of X11 DC code
2007-11-27  Václav Slavíkfixed linking with visibility enabled on Ubuntu and...
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-11-22  Paul Cornettmake DoSetSizeHints protected, remove parameter defaults
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-07-21  Václav Slavíkfixed wxMotif to compile in Unicode mode (this is not...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
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-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-03-31  Vadim Zeitlin1. Moved m_usePrimary to wxClipboardBase as it's now...
2006-11-06  Vadim Zeitlinmove WX_GL_XXX constants from wx/*/glcanvas.h to wx...
2006-11-01  Stefan NeisGeneralized compilation fix for old compilers.
2006-10-31  Vadim Zeitlinmake wxBitmap *really* ref counted in X11; some cleanup...
2006-10-31  Vadim Zeitlinpartly successful (i.e. previously it didn't work at...
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-30  Stefan NeisCompilation fix for old GCC versions.
2006-10-29  Robert Roebling wxCoordRound() -> wxRound()
2006-10-29  Julian SmartApplied patch 1586499: wxCoordRound function
2006-10-19  Vadim ZeitlinMain change is that we now close X11 display on program...
2006-10-17  Włodzimierz SkibaHeaders cleaning.
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-10-05  Mattia Barbon Fix buffer overrun in Linux/x86_64 (Pixel is a 64...
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-10  Václav Slavíkmoved duplicated wxRegionContain definitions to wx...
2006-08-09  Václav Slavíkmoved wxIcon implementation for ports where it's identi...
2006-08-01  Václav Slavíkmove wx11 and (the rest of) wxMGL specific checks into...
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2006-05-28  Vadim Zeitlinimplemented notifications of the child process terminat...
2006-05-05  Paul Cornettcorrect access for virtuals
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-20  Paul Cornettremove unneeded gdiobj.h files
next