]> git.saurik.com Git - wxWidgets.git/history - src/unix
Use old licence name
[wxWidgets.git] / src / unix /
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-20  Włodzimierz SkibaPart of patch #957440: Solaris fix.
2004-05-18  Robin DunnIf the threads module hasn't been initialized yet then...
2004-05-14  Robin DunnFixes so joystick not only compiles on Linux, but it...
2004-05-06  Vadim Zeitlinwarning fix for BSD
2004-04-21  Václav Slavíkdon't use wxFileConfig to parse kdeglobals, it's not...
2004-04-20  Robert Roebling Applied the two patches from Kevin for gsocket
2004-04-18  Stefan Csomorbyte ordering changed to network ordering
2004-04-18  Stefan Csomormetrowerks uname support
2004-04-15  Vadim Zeitlinfixed WaitOnConnect() in non GUI mode (patch 905185)
2004-04-15  Vadim Zeitlinfixed priority of the mailcap entries (patch 935954)
2004-04-14  Robin DunnIf the icon is smaller than the allotted space then...
2004-04-10  Vadim Zeitlinadded support for koi8-u
2004-03-31  Robert Roebling Applied patch for Intel compiler.
2004-03-27  Stefan Csomorworkaround to get things compiling properly under CW...
2004-03-19  Jouk Jansen Committing in .
2004-03-11  Robin DunnChanged the OSS backend to detect if the DSP requires...
2004-03-11  Václav Slavíktry SDL backend before OSS, it works better (temporary...
2004-03-09  Stefan NeisC++ comments transformed to C comments.
2004-02-19  Robert Roebling Compile fix for sound without threads. Not sure
2004-02-15  Robert Roebling Fix warning.
2004-02-15  Robert Roebling wxGPE updates to HEAD.
2004-02-15  Robert Roebling This should work on SuSE and Mandrake icon themes.
2004-02-15  Robert Roebling Slightly less hacky way to get the KDE icon theme...
2004-02-15  Robert Roebling Updates to MIME-types and wxFileDialog code for better
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-07  Vadim Zeitlintrying to speed up wxExecute(SYNC) -- by adding sleep...
2004-02-02  Václav Slavíkrenamed wxWave to wxSound; compatibility fixes
2004-02-02  Václav SlavíkAPI and code changes to allowing stopping playback
2004-02-02  Václav Slavíkoops, more fixes needed
2004-02-01  Václav Slavíkdon't release audio after the sound finishes playing...
2004-02-01  Václav Slavíkdon't queue sounds
2004-02-01  Václav Slavíkadded support for async playback to Unix implementation...
2004-01-19  David ElliottReverting wxAppTraits GSocket patch
2004-01-18  David Elliott* Add my name to authors as the new maintainer.
2004-01-18  David ElliottMove GSocketBSDGUIShim from source file to header ...
2004-01-18  David ElliottAdd virtual methods to GSocketBSD for calling the event...
2004-01-18  David ElliottInitial move from C to C++. The functionality of the...
2004-01-17  David ElliottCopied gsocket.c revision 1.80
2004-01-14  David Elliott* Revert Darwin specific changes to GSocket_destroy.
2004-01-11  Julian SmartApplied patch [ 849212 ] Sets SO_REUSEADDR flag on...
2004-01-11  Julian SmartApplied patch [ 864469 ] WaitForAccept(): 100% CPU...
2003-12-24  David ElliottIn GSocket_Destroy reorder GUI_Destroy and Shutdown...
2003-12-20  Ryan NortonReversed,...
2003-12-20  Ryan NortonComment....
2003-12-20  Ryan NortonAdded an assert...
2003-12-15  Ryan Nortonreversed some parts of wxGetKeyState for linkage reasons...
2003-12-15  Ryan Nortonfix broken compilation
2003-12-15  Ryan NortonUncommented Brian Vitors stuff...
2003-12-14  Ryan NortonwxGetKeyState as per feature request :).
2003-12-14  Václav Slavíkadded checks for Xxf86vmode
2003-12-14  Václav Slavíkfixed compilation errors, made messages more human...
2003-12-13  Ryan NortonBrian Victor's Patch & Cleanups
2003-12-13  Ryan NortonDisplay correct refresh rate & fixed reset mode with...
2003-12-13  Ryan NortonImplemented resolution changing using X11 video extenti...
2003-12-13  Ryan NortonAdded some placeholders...
2003-11-23  Stefan NeisUnified OS/2 and Unix code.
2003-10-30  Vadim Zeitlinadded missing _T()s in wxLogTraces
2003-10-21  Vadim Zeitlingenerate trace messages with dialup mask so that they...
2003-10-05  Vadim Zeitlininstead of ignoring all unknown MIME keywords, ignore...
2003-09-27  Vadim ZeitlinUnicode fix
2003-09-27  Vadim Zeitlinfixed bug in wxDisplay::GetFromPoint() when Xinerama...
2003-09-24  Vadim Zeitlinadded stabs for missing wxNativeFontInfo methods when...
2003-09-20  Mattia Barbon Compilation fixes.
2003-09-19  Vadim Zeitlincleaned up VMS #ifdef mess
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-09-09  Robert Roebling 64-bit patch
2003-08-17  Václav SlavíkwxMutexGuiEnter/Leave didn't work because this file...
2003-08-16  Václav Slavíkremoved unneeded #ifdef
2003-08-14  Václav Slavíkreverted previous commit; include wx/timer.h in wxBase...
2003-08-14  Václav SlavíkwxBase compilation fixes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
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-08-02  Václav Slavíkmoved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced
2003-07-22  Robert Roebling Applied pop menu patch.
2003-07-20  Vadim Zeitlinreverted gdk_fontset_load() change
2003-07-15  Julian SmartFixed out by one error
2003-07-12  Vadim Zeitlinfont is only non default if it has non default field...
2003-07-10  Vadim Zeitlinuse gdk_fontset_load() instead of gdk_font_load() for...
2003-07-10  Vadim Zeitlin(blind) fix for valgrind error
2003-07-10  Vadim Zeitlinfixed build
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-04  Vadim Zeitlinfixed crash in wxExecute() introduced during base/GUI...
2003-07-01  Mattia Barbon MinGW compilation fixes.
2003-06-30  Jouk Jansen Committing in .
2003-06-28  Vadim Zeitlinfixed sscanf() format string typo
2003-06-27  Vadim Zeitlinmoved GetOSVersion() to the base traits class; implemen...
2003-06-26  Vadim Zeitlin__WXBASE__ -> wxUSE_BASE
2003-06-26  Vadim Zeitlincompilation fixes for separate build
2003-06-25  Vadim Zeitlinmissing wx/iconloc.h added
2003-06-24  Václav Slavíkcompilation fixes
2003-06-24  Vadim Zeitlincompilation fix for wxGTK
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-23  Mattia Barbon Compilation fix.
2003-06-23  Vadim ZeitlinGetIcon() returns wxIconLocation, not wxIcon, now
2003-06-13  David ElliottInclude wx/file.h even when using precompiled headers
next