2005-01-23 |
Robert Roebling | Enable UpdateUI events in wxTaskBarIcon. |
tree | commitdiff |
2005-01-20 |
Włodzimierz Skiba | Simple wxBatteryPower API for the support in wxWinCE... |
tree | commitdiff |
2005-01-19 |
Kevin Hock | Additional header files required |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | fixed crash in wxKill() introduced by 1.116 patch ... |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | implemented wxStackWalker for Unix (using glibc-specifi... |
tree | commitdiff |
2005-01-18 |
Vadim Zeitlin | fixed crash if an error happened inside WaitConnection... |
tree | commitdiff |
2005-01-18 |
Vadim Zeitlin | Unicode compilation fix (patch 1104406) |
tree | commitdiff |
2005-01-17 |
David Elliott | Make this compile on Darwin. Vadim, could you please... |
tree | commitdiff |
2005-01-17 |
Vadim Zeitlin | compilation fixes for !USE_PCH |
tree | commitdiff |
2005-01-16 |
Vadim Zeitlin | implemented wxDynamicLibrary::ListLoaded() for Linux... |
tree | commitdiff |
2005-01-16 |
Vadim Zeitlin | extracted Unix code in a separate new file (src/unix... |
tree | commitdiff |
2004-12-28 |
David Elliott | Some platforms that use socklen_t don't use it for... |
tree | commitdiff |
2004-12-27 |
Włodzimierz Skiba | Take best fitting type for available memory measurement. |
tree | commitdiff |
2004-12-19 |
Vadim Zeitlin | added wxEXEC_NODISABLE |
tree | commitdiff |
2004-12-19 |
Vadim Zeitlin | IRIX compilation fix: don't redeclare usleep() if HAVE_... |
tree | commitdiff |
2004-12-05 |
Julian Smart | Added flags argument to wxKill and wxProcess::Kill... |
tree | commitdiff |
2004-11-24 |
Robert Roebling | Applied kill patch (proper return value testing). |
tree | commitdiff |
2004-11-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-11-12 |
Ron Lee | Cruft cleanup from MJW, strip the tabs out of sound.cpp |
tree | commitdiff |
2004-11-10 |
Vadim Zeitlin | better (more precise) values for wxGetOsDescription... |
tree | commitdiff |
2004-11-10 |
Vadim Zeitlin | new set of fixes for problems due to huge files support... |
tree | commitdiff |
2004-11-09 |
David Elliott | Cast 4th parameter of getsockopt to char* and of setsoc... |
tree | commitdiff |
2004-10-24 |
David Elliott | Fix wxExecute for ports other than wxMac and wxCocoa... |
tree | commitdiff |
2004-10-22 |
Vadim Zeitlin | Unicode compilation fix |
tree | commitdiff |
2004-10-21 |
David Webster | Removed temp OS/2 fix. Header now fixed. |
tree | commitdiff |
2004-10-20 |
David Webster | getservbyname under INNOTEK gcc needs a (char*), not... |
tree | commitdiff |
2004-10-20 |
Vadim Zeitlin | initial Unix implementation |
tree | commitdiff |
2004-10-15 |
Vadim Zeitlin | use wxFileSize_t instead of wxFileOffset or off_t |
tree | commitdiff |
2004-10-08 |
Ryan Norton | wxCocoa link fixes |
tree | commitdiff |
2004-10-02 |
Vadim Zeitlin | fixes for Metrowerks command line compiler (avoid redef... |
tree | commitdiff |
2004-09-27 |
Ryan Norton | revert bad change |
tree | commitdiff |
2004-09-27 |
Vadim Zeitlin | initialize m_reusable (patch 1035725) |
tree | commitdiff |
2004-09-27 |
Ryan Norton | pass by reference, not value |
tree | commitdiff |
2004-09-24 |
Ryan Norton | PATCH: [ 1033006 ] Fix: socket s timeout of < 1s doesn... |
tree | commitdiff |
2004-09-23 |
Ryan Norton | OK - Robin's right, it is already a SOCKLEN_T |
tree | commitdiff |
2004-09-23 |
Ryan Norton | Fix warning on OSX - its on int on mac/msw and a sockle... |
tree | commitdiff |
2004-09-23 |
Robin Dunn | Compile fix |
tree | commitdiff |
2004-09-23 |
Ryan Norton | SOCKLEN_T handling for OSX - it seems to be defined... |
tree | commitdiff |
2004-09-23 |
Václav Slavík | fixed unresolved references with GTK+ 2.0 |
tree | commitdiff |
2004-09-16 |
Vadim Zeitlin | fix for wxJoystick when not calling SetCapture() (patch... |
tree | commitdiff |
2004-08-12 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-08-08 |
Stefan Neis | Get rid of warning about select being undeclared on... |
tree | commitdiff |
2004-08-08 |
David Elliott | Use bool instead of int. Replace TRUE/FALSE with true... |
tree | commitdiff |
2004-08-08 |
David Elliott | Removed incorrect struct qualifier from GSocketGUIFunct... |
tree | commitdiff |
2004-08-07 |
Robin Dunn | At least correct the compile error until we decide... |
tree | commitdiff |
2004-08-06 |
David Elliott | Use delete foo; instead of GSocket_destroy(foo); |
tree | commitdiff |
2004-08-05 |
David Elliott | Removed unneeded GSocket files |
tree | commitdiff |
2004-08-03 |
David Elliott | Accidently left in an extra {} and also had wrong licen... |
tree | commitdiff |
2004-08-03 |
David Elliott | Revert original UNIX C->C++ conversion and instead... |
tree | commitdiff |
2004-07-27 |
David Elliott | Incorporated src/unix/gsocket.c 1.86 to 1.92 changes... |
tree | commitdiff |
2004-07-26 |
Vadim Zeitlin | removed GSocket_[Un]Streamed(), GSocket_SetNonOriented... |
tree | commitdiff |
2004-07-26 |
Vadim Zeitlin | removed _GSocket::m_oriented |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | replaced my recent GSocket_SetReuseAddr() addition... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | don't set SO_REUSEADDR by default; added GSocket_SetReu... |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | basic UDP support (patch 835128) |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | tided up the code a little (replaces part of patch... |
tree | commitdiff |
2004-07-24 |
David Elliott | Incorporated gsocket.c 1.80 to 1.86 changes |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | pretend that we support all encodings instead of not... |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2004-07-21 |
Vadim Zeitlin | implemented wxNativeFontInfo::operator=() when wxUSE_PA... |
tree | commitdiff |
2004-07-16 |
Václav Slavík | don't use deprecated function wxUslepp |
tree | commitdiff |
2004-07-08 |
Vadim Zeitlin | fixed warning about deprecated wxUsleep |
tree | commitdiff |
2004-07-05 |
Dimitri Schoolwerth | fixed typo (no code changes) |
tree | commitdiff |
2004-07-03 |
Václav Slavík | don't use deprecated wxUsleep |
tree | commitdiff |
2004-07-02 |
Václav Slavík | fixed memory leak in wxNativeFontInfo when using Pango |
tree | commitdiff |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep() |
tree | commitdiff |
2004-06-06 |
Václav Slavík | use pango_font_family_is_monospace() to enumerate fixed... |
tree | commitdiff |
2004-06-05 |
Mattia Barbon | wxMotif compilation fix and unused variable warning... |
tree | commitdiff |
2004-06-03 |
Václav Slavík | split wxRegion(wxBitmap) ctor into two ctors with clear... |
tree | commitdiff |
2004-06-03 |
Václav Slavík | fixed wxSetEnv to correctly set variable in Unicode... |
tree | commitdiff |
2004-06-03 |
Václav Slavík | use current mouse position as default position in wxWin... |
tree | commitdiff |
2004-06-02 |
Robin Dunn | Don't force a smaller icon size |
tree | commitdiff |
2004-06-01 |
Robin Dunn | Handle the (probably rare) case where the icon has... |
tree | commitdiff |
2004-06-01 |
Václav Slavík | calling a variable 'stat' was exceptionally stupid... |
tree | commitdiff |
2004-05-31 |
Václav Slavík | implemented freedesktop.org spec support for GTK versio... |
tree | commitdiff |
2004-05-31 |
Václav Slavík | security fix to wxSingleInstanceChecker: check if the... |
tree | commitdiff |
2004-05-29 |
Václav Slavík | use shaped window for taskbar icon, so that background... |
tree | commitdiff |
2004-05-25 |
Julian Smart | Added missing cast for Display* |
tree | commitdiff |
2004-05-25 |
Julian Smart | Fixes for wxMotif |
tree | commitdiff |
2004-05-25 |
Julian Smart | Fixed compilo for GTK+1 (GDK_DISPLAY undeclared) |
tree | commitdiff |
2004-05-23 |
Julian Smart | Use old licence name |
tree | commitdiff |
2004-05-23 |
Julian Smart | Name and version changes |
tree | commitdiff |
2004-05-20 |
Robin Dunn | Implemented wxGetKeyState for wxGTK (and wxX11 too... |
tree | commitdiff |
2004-05-20 |
Włodzimierz Skiba | Part of patch #957440: Solaris fix. |
tree | commitdiff |
2004-05-18 |
Robin Dunn | If the threads module hasn't been initialized yet then... |
tree | commitdiff |
2004-05-14 |
Robin Dunn | Fixes so joystick not only compiles on Linux, but it... |
tree | commitdiff |
2004-05-06 |
Vadim Zeitlin | warning fix for BSD |
tree | commitdiff |
2004-04-21 |
Václav Slavík | don't use wxFileConfig to parse kdeglobals, it's not... |
tree | commitdiff |
2004-04-20 |
Robert Roebling | Applied the two patches from Kevin for gsocket |
tree | commitdiff |
2004-04-18 |
Stefan Csomor | byte ordering changed to network ordering |
tree | commitdiff |
2004-04-18 |
Stefan Csomor | metrowerks uname support |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | fixed WaitOnConnect() in non GUI mode (patch 905185) |
tree | commitdiff |
2004-04-15 |
Vadim Zeitlin | fixed priority of the mailcap entries (patch 935954) |
tree | commitdiff |
2004-04-14 |
Robin Dunn | If the icon is smaller than the allotted space then... |
tree | commitdiff |
2004-04-10 |
Vadim Zeitlin | added support for koi8-u |
tree | commitdiff |
2004-03-31 |
Robert Roebling | Applied patch for Intel compiler. |
tree | commitdiff |
2004-03-27 |
Stefan Csomor | workaround to get things compiling properly under CW... |
tree | commitdiff |
2004-03-19 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-03-11 |
Robin Dunn | Changed the OSS backend to detect if the DSP requires... |
tree | commitdiff |
next |