]> git.saurik.com Git - wxWidgets.git/history - src/x11
Regenerate Makefile.in, configure and the VC++ project files after adding rcdefs.h
[wxWidgets.git] / src / x11 /
2005-10-22  Julian SmartFont (possible) fix
2005-10-22  Julian SmartUse GetFont not m_font for GetCharHeight
2005-10-08  Vadim Zeitlinextra semicolons removed
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. 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-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-20  Julian SmartDon't assert if the window doesn't accept the focus.
2005-08-24  Vadim Zeitlincompilation fix: DefaultVisual() needs Display, not...
2005-08-22  Mart Raudsepp[wxX11] a ROMAN font is with serifs and a SWISS font...
2005-06-10  Julian SmartDon't use native font always.
2005-06-09  Julian SmartAllow native font specification
2005-05-22  Julian SmartApplied patch [ 1197471 ] Scrolling of Widgets within...
2005-05-21  Julian SmartFix memory leak (closes bug 1191328)
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-02-15  Robert Roebling Fixed mem leak in wxColour::Set()
2005-02-15  Robert Roebling Applied pango font patch for X11.
2005-02-14  Jouk Jansen Committing in .
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-06  Mattia Barbon wxX11 compilation fixes.
2005-02-05  Robert Roebling Blind patch for SetFont() in Unicode mode for wxX11.
2005-02-03  Mattia Barbon wxX11 linking fix.
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-09  Vadim Zeitlincompilation fix for wxUSE_DATAOBJ == 0
2004-12-08  Mattia Barbon Check for Pango XFT presence (for wxX11).
2004-12-08  Włodzimierz SkibawxPaletteBase introduction. wxPalette::GetColoursCount...
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-09-29  Robin DunnwxSystemSettings::GetMetric returns -1 if the metric...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-08-08  David ElliottUse bool instead of int. Replace TRUE/FALSE with true...
2004-08-05  David ElliottRemoved unneeded GSocket files
2004-08-04  David ElliottC->C++ conversion
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-07-25  Vadim Zeitlincheck if wxTheApp still exists in FreeColour(); fixes...
2004-07-25  Vadim ZeitlinIsTopLevel() may return true not only for wxTLW: this...
2004-07-25  Vadim Zeitlinreplace wxHashTable with a type safe hash map of Window...
2004-07-14  Stefan Csomormaking getter const
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-20  Robin DunnImplemented wxGetKeyState for wxGTK (and wxX11 too...
2004-05-07  Vadim Zeitlindon't define DestroyClippingRegion() any more but simpl...
2004-04-13  Vadim Zeitlinadded DoDrawRoundedRectangle() implementation (patch...
2004-03-19  Jouk Jansen Committing in .
2004-03-19  Jouk Jansen Committing in .
2004-02-08  Mattia Barbon Applied patches #892580 and #892582 from Christian...
2004-01-18  David ElliottCopied gsockx11.c revision 1.7
2003-12-28  Julian SmartFixed missing semicolon
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-10-23  Vadim Zeitlinremoved a printf()
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-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Mattia Barbon Use glcanvas.cpp from wxX11 for wxMotif.
2003-09-16  Mattia Barbon wxX11 compilation fix.
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-11  Mattia Barbon wxX11 STL-ification.
2003-08-24  Stefan NeisUse "Base" version of wxBell on OS/2.
2003-08-20  Václav SlavíkUnicode compilation fixes for wxX11
2003-08-20  Václav SlavíkUnicode compilation fix
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-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-07-21  Mattia Barbon wxX11 and wxMotif STL-ification, part 1. it does...
2003-07-20  Václav Slavíkfiles.lst files are no longer used
2003-07-19  Mattia Barbon Don't #include Motif headers from src/x11/glcanvas...
2003-07-18  Mattia Barbon Replace SendIdleEvents with ProcessIdle.
2003-07-14  Mattia Barbon Use wxApp::ProcessIdle() instead of wxApp::SendIdleEv...
2003-07-14  Julian SmartRationalised OnIdle
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Julian SmartAdded cast to wxWindow*
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-01  Vadim Zeitlinfixed crash on startup
2003-07-01  Vadim ZeitlinGetOsVersion() is now wxGUIAppTraits method instead...
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 Zeitlinregenerated project/makefiles with tmake
2003-06-24  Vadim Zeitlinremoved duplicate wxTheApp and m_appInitFn definitions...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-14  Vadim Zeitlinregenerated using tmake to add fldlgcmn.cpp
2003-06-13  Vadim Zeitlinregenerated all make/project files to include selstore...
2003-05-27  Jouk Jansen Committing in .
next