2002-12-06 |
Vadim Zeitlin | fixed bug in wxSemaphore::WaitTimeout() which was calli... |
tree | commitdiff |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
tree | commitdiff |
2002-09-14 |
Robert Roebling | Enable execute code for Unicode. This also makes |
tree | commitdiff |
2002-09-06 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-09-05 |
Guillermo Rodrigue... | Solved problems with handling of LOST events on Unix... |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | fixed restoring fonts from the native font info data... |
tree | commitdiff |
2002-09-01 |
Julian Smart | Removed warnings from ipcbase.cpp |
tree | commitdiff |
2002-08-30 |
Vadim Zeitlin | don't use vfork() in wxExecute() |
tree | commitdiff |
2002-08-25 |
Stefan Neis | Like VMS, EMX (OS/2) doesn't support setsid. |
tree | commitdiff |
2002-08-21 |
Vadim Zeitlin | polling child process IO seems to work now |
tree | commitdiff |
2002-08-20 |
Vadim Zeitlin | fixes for wxExecute() with IO redirection: wxStreamTemp... |
tree | commitdiff |
2002-08-11 |
Robert Roebling | Typo. |
tree | commitdiff |
2002-08-10 |
Robert Roebling | Added explicit Unicode conversion to wxDir - the |
tree | commitdiff |
2002-08-08 |
Robert Roebling | Changed wxStat, wxAccess and wxOpen to no longer |
tree | commitdiff |
2002-08-06 |
Robert Roebling | Lots of work to set PangoFontDescription as the |
tree | commitdiff |
2002-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
tree | commitdiff |
2002-07-31 |
Mattia Barbon | Patch [ 588837 ] Fixes comment style in gsocket.* |
tree | commitdiff |
2002-07-29 |
Ron Lee | The world should not end if a server has no peer. ... |
tree | commitdiff |
2002-07-25 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-07-18 |
Gilles Depeyrot | added missing return to avoid 'control reaches end... |
tree | commitdiff |
2002-07-12 |
Vadim Zeitlin | don't close end process pipe descriptor too early ... |
tree | commitdiff |
2002-07-12 |
Vadim Zeitlin | use wxFileInput/OutputStreams instead of reproducing... |
tree | commitdiff |
2002-07-12 |
Vadim Zeitlin | 0. wxExecute() with IO redirection now works again... |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | compilation fix for 64 bit statvfs under Solaris |
tree | commitdiff |
2002-07-04 |
Julian Smart | Applied patch from Mark Armstrong <marka@availsolutions... |
tree | commitdiff |
2002-06-12 |
Vadim Zeitlin | added wxGetProcessId() |
tree | commitdiff |
2002-06-10 |
Vadim Zeitlin | attempts to fix wxMimeTypesManager mess: many bugs... |
tree | commitdiff |
2002-06-06 |
Vadim Zeitlin | wxMutex changes (explicitly specify the type), return... |
tree | commitdiff |
2002-05-07 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
tree | commitdiff |
2002-05-05 |
Vadim Zeitlin | added wxShutdown (patch 547443) |
tree | commitdiff |
2002-05-03 |
Gilles Depeyrot | corrected conditional compilation for Darwin |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | fixed a few minor bugs: handle the directory parameter... |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | fixed bug with not NUL-terminating the string in GAddre... |
tree | commitdiff |
2002-04-06 |
Václav Slavík | added wxFontMapper::Get/Set |
tree | commitdiff |
2002-04-05 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-04-03 |
Vadim Zeitlin | fixed error checking in wxKill |
tree | commitdiff |
2002-04-02 |
Vadim Zeitlin | changed wxCondition API to take a reference, not pointe... |
tree | commitdiff |
2002-04-02 |
Vadim Zeitlin | compilation fixes for the recent commit |
tree | commitdiff |
2002-04-02 |
Vadim Zeitlin | added wxSemaphore (with docs), new version of wxConditi... |
tree | commitdiff |
2002-04-02 |
Vadim Zeitlin | compilation warning fixes |
tree | commitdiff |
2002-04-01 |
Julian Smart | Modifications to get wxNanoX compiling again |
tree | commitdiff |
2002-03-28 |
Mattia Barbon | Fixed problems with wxFrame::SetIcons |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | added wxEXEC_MAKE_GROUP_LEADER (patch 535422) |
tree | commitdiff |
2002-03-27 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-03-26 |
Mattia Barbon | wxIconBundle implementation. |
tree | commitdiff |
2002-03-23 |
Vadim Zeitlin | added wxEXEC_NOHIDE flag, modified wxExecute() to take... |
tree | commitdiff |
2002-03-15 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-03-14 |
Vadim Zeitlin | fix for what the patch 529900 was trying to fix (loadin... |
tree | commitdiff |
2002-03-14 |
Julian Smart | Compiles for Nano-X again |
tree | commitdiff |
2002-02-28 |
Julian Smart | Corrected points to pixels calculation |
tree | commitdiff |
2002-02-26 |
Julian Smart | Got dialog sizing to work, downsized fonts a bit (thoug... |
tree | commitdiff |
2002-02-26 |
Julian Smart | Attempt at creating appropriate fonts in Nano-X |
tree | commitdiff |
2002-02-23 |
Julian Smart | wxUSE_CONSTRAINTS now refers to constraints only, since... |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | 1. made wxDebugMsg, wxError and wxFatalError deprecated... |
tree | commitdiff |
2002-02-15 |
Vadim Zeitlin | AIX compilation fixes from Paul Thiessen |
tree | commitdiff |
2002-02-07 |
Julian Smart | Put ~/.mailcap to head of search list so local settings... |
tree | commitdiff |
2002-02-07 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-02-01 |
Vadim Zeitlin | made wxCondition::Signal() queue the signals generated... |
tree | commitdiff |
2002-01-30 |
Vadim Zeitlin | attempts to make wxCondition::Broadcast() and Signal... |
tree | commitdiff |
2002-01-30 |
Vadim Zeitlin | ignore the icon option in Netscape mime.type file |
tree | commitdiff |
2002-01-29 |
Vadim Zeitlin | attempts to make wxCondition::Broadcast() work - it... |
tree | commitdiff |
2002-01-27 |
Václav Slavík | wxUSE_MIMETYPE in src/unix/mimetype.cpp |
tree | commitdiff |
2002-01-20 |
Gilles Depeyrot | use wxMac provided wxGetOsDescription with Apple DevTools |
tree | commitdiff |
2002-01-19 |
Gilles Depeyrot | changed 'extern inline' to extern only |
tree | commitdiff |
2002-01-18 |
Vadim Zeitlin | better native font support for wxGTK |
tree | commitdiff |
2002-01-16 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-01-16 |
Robin Dunn | wxThread::GetCurrentId() for Unix |
tree | commitdiff |
2002-01-14 |
Vadim Zeitlin | added wxFont::IsFixedWidth(), documented it and impleme... |
tree | commitdiff |
2002-01-11 |
Vadim Zeitlin | more Sun C++ compiler warning fixes: in particular... |
tree | commitdiff |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
tree | commitdiff |
2002-01-03 |
Ron Lee | Added (and documented :) optional stack size specificat... |
tree | commitdiff |
2001-12-21 |
Vadim Zeitlin | add more methods to wxNativeFontInfo: To/FromUserString... |
tree | commitdiff |
2001-12-04 |
Vadim Zeitlin | compilation fix for HAVE_SETENV |
tree | commitdiff |
2001-10-29 |
Gilles Depeyrot | path/file corrections for Darwin/Mac OS X |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | use statvfs() if statfs() is not available (Solaris) |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | fix for BSD compilation |
tree | commitdiff |
2001-10-14 |
Gilles Depeyrot | added conditional compilation test around wxGetDiskSpac... |
tree | commitdiff |
2001-10-05 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-10-02 |
Vadim Zeitlin | fixed the exit code detection for async processes |
tree | commitdiff |
2001-10-02 |
Gilles Depeyrot | conditional include for Darwin related to statfs |
tree | commitdiff |
2001-10-01 |
Vadim Zeitlin | cleaned up the waitpid() result processing mess |
tree | commitdiff |
2001-09-27 |
Vadim Zeitlin | fix for wxExecute(subprocess which produces a lot of... |
tree | commitdiff |
2001-09-18 |
Vadim Zeitlin | compilation warning fix for Intel C++ |
tree | commitdiff |
2001-09-02 |
Václav Slavík | applied utf-8 fix patch |
tree | commitdiff |
2001-08-29 |
Julian Smart | Isolated the 'error' case which I ignore |
tree | commitdiff |
2001-08-29 |
Julian Smart | Removed wxLogSysError call in wxHandleProcessTerminatio... |
tree | commitdiff |
2001-08-28 |
Vadim Zeitlin | implemented wxDir::HasSubDirs() optimization for Unix |
tree | commitdiff |
2001-08-27 |
Vadim Zeitlin | attempt to optimize wxDirData::Read() - made absolutely... |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | added wxGetDiskSpace for Win/Unix |
tree | commitdiff |
2001-08-08 |
Vadim Zeitlin | 1. fixed test in configure for gettimeofday() argument |
tree | commitdiff |
2001-07-19 |
Vadim Zeitlin | fixed some warnings |
tree | commitdiff |
2001-07-17 |
Vadim Zeitlin | fixed regex bug in ProcessFamiliesFromFontList |
tree | commitdiff |
2001-07-16 |
Robin Dunn | fixed compile error |
tree | commitdiff |
2001-07-16 |
Vadim Zeitlin | speed up font list processing |
tree | commitdiff |
2001-07-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
tree | commitdiff |
2001-07-09 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2001-07-04 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-07-02 |
Julian Smart | More wxMicroWindows fixes |
tree | commitdiff |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
tree | commitdiff |
2001-06-23 |
Gilles Depeyrot | correction for compilation with -cpp-precomp option |
tree | commitdiff |
next |