]> git.saurik.com Git - wxWidgets.git/history - src/unix
Committing in .
[wxWidgets.git] / src / unix /
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
2003-06-09  David ElliottApple #pragma implementation fix (Yes, some of us do...
2003-06-01  Julian SmartApplied patch [ 649157 ] wxDisplay for Unix
2003-05-24  Stefan Csomortwo fixes for CW/Mac
2003-05-08  Vadim Zeitlinundid patch which was supposed to allow thread recreati...
2003-05-06  Robert Roebling Compilo.
2003-05-04  Julian SmartSetting state to STATE_NEW in wxThread::Create
2003-05-04  Julian SmartAdded some missing copyright lines
2003-04-12  Václav Slavíkcompilation fix for gcc
2003-04-12  Vadim ZeitlinUnixWare compilation fix (explicitly declare pthread_mu...
2003-04-12  Vadim Zeitlinfixes return values of wxSemaphore::TryWait() and WaitT...
2003-04-12  Vadim ZeitlinUnixWare compilation fix (include sys/filio.h)
2003-04-05  Václav Slavíkpartially working wxTaskBarIcon for X11
2003-04-01  David ElliottChanged defined(__DARWIN__) to (defined(__DARWIN__...
2003-03-27  Vadim Zeitlin corrected the test for number of processors under...
2003-03-26  David Elliott- Added wxAddProcessCallbackForPid function
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-02  Vadim Zeitlinfixed memory leak (patch 685580)
next