]> git.saurik.com Git - wxWidgets.git/history - include/wx/x11
No real changes, just refactor wxControlContainer code a little.
[wxWidgets.git] / include / wx / x11 /
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-11-29  Mart RaudseppMake wxJoystick::GetNumberJoystick a static method...
2005-11-10  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxX11 part...
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-10-05  Włodzimierz SkibawxColour source cleaning. Corrections to 'const unsigne...
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export macros
2005-02-21  Vadim Zeitlinremoved ambiguity from wxGLCanvas ctors (bug 1102544)
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-09  Jouk Jansen -------------------------------------------------...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-08  Włodzimierz SkibawxPaletteBase introduction. wxPalette::GetColoursCount...
2004-12-03  Włodzimierz SkibawxBrushBase between wxBrush and wxGDIObject (class...
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-08  Włodzimierz SkibaBlind change following observation in wxTextCtrlBase.
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-07-25  Vadim Zeitlinreplace wxHashTable with a type safe hash map of Window...
2004-07-25  Vadim Zeitlinfixed header include guard position (patch 992443)
2004-07-14  Stefan Csomormaking getter const
2004-06-03  Václav Slavíksplit wxRegion(wxBitmap) ctor into two ctors with clear...
2004-05-25  Julian SmartMust have valid colours for X11 popup window implementation
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-08  Mattia Barbon wxX11 compilation fixes.
2004-05-05  Vadim Zeitlinuse ResetClipping() instead of simply setting m_clippin...
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-11-23  Mattia Barbon Compilation fix.
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-19  Vadim Zeitlinlinking fix (removed unused virtual methods declarations)
2003-09-16  Mattia Barbon wxX11 compilation fix.
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-11  Mattia Barbon wxX11 STL-ification.
2003-08-20  Václav Slavíkmore Unicode fixes
2003-08-20  Václav SlavíkUnicode compilation fixes for wxX11
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-08  Julian SmartCall base OnInternalIdle
2003-07-21  Vadim Zeitlingave default parameters for wxBrush() ctor from wxColou...
2003-07-21  Vadim Zeitlingave default parameters for wxPen() ctor from wxColour...
2003-07-21  Vadim Zeitlinload any files, not only XPMs, in wxIcon(wxIconLocation)
2003-07-14  Julian SmartRationalised OnIdle
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-01  Vadim Zeitlinremoved unused method declaration
2003-06-30  Vadim Zeitlinremoved old wxEntry declarations
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-21  Vadim Zeitlinadded wxIconLocation; minor fixes to wxIcon on some...
2003-05-11  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2003-05-09  Jouk Jansen Committing in .
2003-05-07  Mattia Barbon Implemented wxBitmapDataObject.
2003-05-03  Robin DunnReversed the meaning of black and white in wxRegion...
2003-04-28  Vadim Zeitlinanother blind fix for wxX11 compilation
2003-04-09  Mattia Barbon Add tests for XShape extension API in configure,
2003-04-07  Mattia Barbon Add GetDrawable convenience function that returns...
2003-04-07  Mattia Barbon Moved m_visual* wxApp[X11] members used by wxBitmap and
2003-04-05  Mattia Barbon Derive wxBitmap from wxBitmapBase.
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-20  Mattia Barbon Use some wxX11 files (currently pen.cpp and brush...
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-02  Julian SmartRenamed internal GetClientWindow to GetClientAreaWindow so
2002-08-01  Julian SmartApplied patch [ 588734 ] Makes ProcessIdle() virtual
2002-06-25  Julian SmartCorrected OnAssert
2002-06-04  Vadim Zeitlinadded default parameter values to the overloaded Show...
2002-05-28  Vadim Zeitlinfix compilation without WXDEBUG (includes patch 561458)
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-07  Julian SmartChanged caret to black and made it go when control...
2002-04-07  Robert Roebling Further work on wxTextCrl.
2002-04-06  Robert Roebling Added support for variable-width fonts
2002-04-02  Julian SmartNow set the client and main windows in wxAdoptedWindow...
2002-04-01  Julian SmartModifications to get wxNanoX compiling again
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until
2002-03-29  Robert Roebling Some work for wxX11 on 8-bit visuals.
2002-03-29  Robert Roebling Pop-up menus no longer jump before appearing.
2002-03-28  Robert Roebling More changes for better redraw flow under X11.
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-24  Robert Roebling Implemented two-window approach for wxX11.
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-03-13  Robert Roebling Send size events from top level windows in idle time,
2002-03-12  Julian SmartAdded GetWindow to make Blit compile
2002-03-09  Julian SmartAdded reparenting helper classes to help apps to grab...
2002-03-08  Julian SmartProcessXEvent now returns TRUE if processed, FALSE...
2002-02-26  Julian SmartGot dialog sizing to work, downsized fonts a bit (thoug...
2002-02-26  Julian SmartNano-X changes: removed spurious -O for Nano-X configur...
2002-02-24  Václav Slavíkremoved AdjustForParentClientOrigin from wxMotif and...
2002-02-23  Robert Roebling Implemented a simple modality under X11.
2002-02-23  Julian SmartwxUSE_CONSTRAINTS now refers to constraints only, since...
2002-02-21  Julian SmartSome more NanoX compile fixes
next