]> git.saurik.com Git - wxWidgets.git/history - src/unix
Added wxGridBagSizer, a grid sizer where item positions can be
[wxWidgets.git] / src / unix /
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)
2003-02-27  Vadim Zeitlinshow error message if exec() failed: not pretty but...
2003-02-27  Vadim ZeitlinwxExecute may only be called from the main thread
2003-02-11  Robert Roebling Minor corrections.
2003-02-03  Václav Slavíkfixes to ShowFullScreen (KDE 3.1)
2003-01-31  Vadim Zeitlinsilently ignore any X-fields in mime.types
2003-01-31  Robert Roebling Uncommented warning that causes crashes while
2003-01-26  Václav Slavíkfixed loading of GNOME2 mime icons (still not working...
2003-01-18  Václav Slavíkno need to have this VMS-only; removed TABs
2003-01-14  Jouk Jansen Committing in .
2003-01-13  Vadim Zeitlinuse WX_STATVFS_T instead of trying to guess statvfs...
2003-01-04  Václav Slavíkadded more robust wxTLW::ShowFullScreen implementation
2002-12-06  Vadim Zeitlinfixed bug in wxSemaphore::WaitTimeout() which was calli...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-14  Robert Roebling Enable execute code for Unicode. This also makes
2002-09-06  Jouk Jansen Committing in .
2002-09-05  Guillermo Rodrigue... Solved problems with handling of LOST events on Unix...
2002-09-02  Vadim Zeitlinfixed restoring fonts from the native font info data...
2002-09-01  Julian SmartRemoved warnings from ipcbase.cpp
2002-08-30  Vadim Zeitlindon't use vfork() in wxExecute()
2002-08-25  Stefan NeisLike VMS, EMX (OS/2) doesn't support setsid.
2002-08-21  Vadim Zeitlinpolling child process IO seems to work now
2002-08-20  Vadim Zeitlinfixes for wxExecute() with IO redirection: wxStreamTemp...
2002-08-11  Robert Roebling Typo.
2002-08-10  Robert Roebling Added explicit Unicode conversion to wxDir - the
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-08-06  Robert Roebling Lots of work to set PangoFontDescription as the
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-07-31  Mattia BarbonPatch [ 588837 ] Fixes comment style in gsocket.*
2002-07-29  Ron LeeThe world should not end if a server has no peer. ...
2002-07-25  Jouk Jansen Committing in .
2002-07-18  Gilles Depeyrotadded missing return to avoid 'control reaches end...
2002-07-12  Vadim Zeitlindon't close end process pipe descriptor too early ...
2002-07-12  Vadim Zeitlinuse wxFileInput/OutputStreams instead of reproducing...
2002-07-12  Vadim Zeitlin0. wxExecute() with IO redirection now works again...
2002-07-09  Vadim Zeitlincompilation fix for 64 bit statvfs under Solaris
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-06-12  Vadim Zeitlinadded wxGetProcessId()
2002-06-10  Vadim Zeitlinattempts to fix wxMimeTypesManager mess: many bugs...
2002-06-06  Vadim ZeitlinwxMutex changes (explicitly specify the type), return...
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-05  Vadim Zeitlinadded wxShutdown (patch 547443)
2002-05-03  Gilles Depeyrotcorrected conditional compilation for Darwin
next