]> git.saurik.com Git - wxWidgets.git/history - src/x11
Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src / x11 /
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 .
2003-05-24  Mattia Barbon wxMotif now uses src/x11/region.cpp, change makefiles...
2003-05-24  Julian SmartRemoved wxHTMLHelpControllerBase (putting the
2003-05-23  Gilles Depeyrotremoved print.cpp from list of Mac files and regenerate...
2003-05-09  Jouk Jansen Committing in .
2003-05-07  Mattia Barbon Implemented wxBitmapDataObject.
2003-05-04  Julian SmartAdded some missing copyright lines
2003-04-28  Mattia Barbon Blind compilation fix in the case where libXpm
2003-04-25  Vadim Zeitlinblind fix for wxMotif compilation with wxHAVE_LIB_XPM...
2003-04-10  Vadim Zeitlinregenerated with tmake after adding datacmn.cpp
2003-04-10  Vadim Zeitlinextracted duplicated code from src/*/data.cpp in a...
2003-04-10  Vadim Zeitlinmoved wxFloat/DoubleToStringStr from src/*/data.cpp...
2003-04-09  Mattia Barbon Add tests for XShape extension API in configure,
2003-04-09  Mattia Barbon Use the wxBitmap implementation from wxX11
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-06  Mattia Barbon Remove (now) pointless checks for __WXX11__/__WXMOTIF...
2003-04-05  Václav Slavíkregenerated makefiles
2003-04-05  Mattia Barbon Derive wxBitmap from wxBitmapBase.
2003-04-02  Mattia Barbon Partial fix for mono wxMemoryDC not working.
2003-04-02  Mattia Barbon Remove deprecated methods use.
2003-03-31  Julian SmartMore deprecated class mods
2003-03-30  Julian SmartRemoving deprecated classes
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-23  Julian SmartRemoved obsolete ODBC classes.
2003-03-23  Vadim Zeitlinregenerated the makefiles with the latest filelist.txt
2003-03-21  Julian SmartCopyright corrections
2003-03-19  Julian SmartRemoved some deprecated usage
2003-03-18  Julian SmartFormatting tidy-up
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-27  Václav SlavíkwxCLOSE->wxCLOSE_BOX
2003-02-26  Václav Slavíkadded wxCLOSE and fixed wxSYSTEM_MENU on Unix
2003-02-20  Mattia Barbon Use some wxX11 files (currently pen.cpp and brush...
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2003-02-10  Mattia Barbon Clearly mark wxGLCanvas as not working under wxX11.
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-01-28  Mattia Barbon Regenerate makefiles.
2003-01-25  Ron LeeAdded missing quantize.h
2003-01-04  Julian SmartUse nicer (swiss) font for default
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-14  Robert Roebling Compile fix for the iPaq. No idea why.
2002-09-13  Julian SmartApplied patch [ 608850 ] wxX11 menu accelerators need...
2002-09-12  Julian SmartCorrected typo that prevented mdig.h being copied
2002-09-07  Vadim Zeitlinapplied the workaround for XUnionRectWithRegion() retur...
2002-09-05  Robin DunnAdded effects.h to filelist.txt so it will get installe...
2002-09-02  Julian SmartMore casting to make gcc 3.2 behave.
2002-09-02  Julian SmartAnd some more casting
2002-09-02  Julian SmartAdded size_t cast to disambiguate array usage.
2002-09-01  Julian SmartRemoved warnings from ipcbase.cpp
2002-09-01  Julian SmartApplied patch [ 603104 ] wxX11 wxClientDC, wxPaintDC fix
2002-08-30  Julian SmartAdded another log.h; removed redundant trace args
2002-08-30  Julian SmartAdded log.h
2002-08-26  Robert Roebling Applied zero-size patch.
2002-08-20  Julian SmartApplied patch [ 597398 ] Generic MDI, wxNotebook based.
2002-08-18  Julian SmartDon't compile socket table if wxUSE_SOCKET is 0.
2002-08-17  Julian SmartFirst cut at socket support in wxX11
2002-08-16  Vadim Zeitlincompilation fix for wxApp after exitOnFrameDelete changes
2002-08-16  Robin DunnExit on frame delete is now initialized and handled...
2002-08-02  Julian SmartRenamed internal GetClientWindow to GetClientAreaWindow so
2002-07-31  Mattia BarbonRegenerated files.lst after addition of listbase.h
2002-07-24  Mattia BarbonUpdated Makefiles for all but Motif; there is either...
2002-07-19  Julian SmartSet default encoding
2002-06-25  Julian SmartCorrected OnAssert
2002-06-12  Vadim Zeitlinadded missing semicolons after asserts (patch 567853)
2002-05-28  Vadim Zeitlinfix compilation without WXDEBUG (includes patch 561458)
2002-05-05  Robert Roebling Corrected wrong use of delete in region code.
2002-05-04  Robert Roebling Added screen design to system settings for
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2002-04-23  Václav Slavíkadded wx/msw/missing.h
2002-04-22  Julian SmartAdded some missing wxTextCtrl features to to-do list...
2002-04-22  Julian SmartFixed drawing sample compilo for wxMotif (doesn't have...
2002-04-17  Julian SmartAdded wxDF_HTML
next