2003-07-22 |
Robert Roebling | Applied pop menu patch. |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | reverted gdk_fontset_load() change |
tree | commitdiff |
2003-07-15 |
Julian Smart | Fixed out by one error |
tree | commitdiff |
2003-07-12 |
Vadim Zeitlin | font is only non default if it has non default field... |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | use gdk_fontset_load() instead of gdk_font_load() for... |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | (blind) fix for valgrind error |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | fixed build |
tree | commitdiff |
2003-07-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
tree | commitdiff |
2003-07-04 |
Vadim Zeitlin | fixed crash in wxExecute() introduced during base/GUI... |
tree | commitdiff |
2003-07-01 |
Mattia Barbon | MinGW compilation fixes. |
tree | commitdiff |
2003-06-30 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-06-28 |
Vadim Zeitlin | fixed sscanf() format string typo |
tree | commitdiff |
2003-06-27 |
Vadim Zeitlin | moved GetOSVersion() to the base traits class; implemen... |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | __WXBASE__ -> wxUSE_BASE |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | compilation fixes for separate build |
tree | commitdiff |
2003-06-25 |
Vadim Zeitlin | missing wx/iconloc.h added |
tree | commitdiff |
2003-06-24 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | compilation fix for wxGTK |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
tree | commitdiff |
2003-06-23 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-06-23 |
Vadim Zeitlin | GetIcon() returns wxIconLocation, not wxIcon, now |
tree | commitdiff |
2003-06-13 |
David Elliott | Include wx/file.h even when using precompiled headers |
tree | commitdiff |
2003-06-09 |
David Elliott | Apple #pragma implementation fix (Yes, some of us do... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 649157 ] wxDisplay for Unix |
tree | commitdiff |
2003-05-24 |
Stefan Csomor | two fixes for CW/Mac |
tree | commitdiff |
2003-05-08 |
Vadim Zeitlin | undid patch which was supposed to allow thread recreati... |
tree | commitdiff |
2003-05-06 |
Robert Roebling | Compilo. |
tree | commitdiff |
2003-05-04 |
Julian Smart | Setting state to STATE_NEW in wxThread::Create |
tree | commitdiff |
2003-05-04 |
Julian Smart | Added some missing copyright lines |
tree | commitdiff |
2003-04-12 |
Václav Slavík | compilation fix for gcc |
tree | commitdiff |
2003-04-12 |
Vadim Zeitlin | UnixWare compilation fix (explicitly declare pthread_mu... |
tree | commitdiff |
2003-04-12 |
Vadim Zeitlin | fixes return values of wxSemaphore::TryWait() and WaitT... |
tree | commitdiff |
2003-04-12 |
Vadim Zeitlin | UnixWare compilation fix (include sys/filio.h) |
tree | commitdiff |
2003-04-05 |
Václav Slavík | partially working wxTaskBarIcon for X11 |
tree | commitdiff |
2003-04-01 |
David Elliott | Changed defined(__DARWIN__) to (defined(__DARWIN__... |
tree | commitdiff |
2003-03-27 |
Vadim Zeitlin | corrected the test for number of processors under... |
tree | commitdiff |
2003-03-26 |
David Elliott | - Added wxAddProcessCallbackForPid function |
tree | commitdiff |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
tree | commitdiff |
2003-03-02 |
Vadim Zeitlin | fixed memory leak (patch 685580) |
tree | commitdiff |
2003-02-27 |
Vadim Zeitlin | show error message if exec() failed: not pretty but... |
tree | commitdiff |
2003-02-27 |
Vadim Zeitlin | wxExecute may only be called from the main thread |
tree | commitdiff |
2003-02-11 |
Robert Roebling | Minor corrections. |
tree | commitdiff |
2003-02-03 |
Václav Slavík | fixes to ShowFullScreen (KDE 3.1) |
tree | commitdiff |
2003-01-31 |
Vadim Zeitlin | silently ignore any X-fields in mime.types |
tree | commitdiff |
2003-01-31 |
Robert Roebling | Uncommented warning that causes crashes while |
tree | commitdiff |
2003-01-26 |
Václav Slavík | fixed loading of GNOME2 mime icons (still not working... |
tree | commitdiff |
2003-01-18 |
Václav Slavík | no need to have this VMS-only; removed TABs |
tree | commitdiff |
2003-01-14 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-01-13 |
Vadim Zeitlin | use WX_STATVFS_T instead of trying to guess statvfs... |
tree | commitdiff |
2003-01-04 |
Václav Slavík | added more robust wxTLW::ShowFullScreen implementation |
tree | commitdiff |
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 |
next |