2007-07-06 |
Vadim Zeitlin | use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is... |
tree | commitdiff |
2007-07-04 |
Vadim Zeitlin | added support for broadcasting to UDP sockets (patch... |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-15 |
Václav Slavík | always compile at least a minimal version of wxStandard... |
tree | commitdiff |
2007-06-04 |
Vadim Zeitlin | rename old wxAppConsole to wxAppConsoleBase and wxAppCo... |
tree | commitdiff |
2007-06-04 |
Vadim Zeitlin | reset one shot timer internal state instead of leaving... |
tree | commitdiff |
2007-06-02 |
Vadim Zeitlin | factor out the fd<->handlers map from wxFDIODispatcher... |
tree | commitdiff |
2007-05-26 |
Stefan Neis | Added missing include. |
tree | commitdiff |
2007-05-23 |
Václav Slavík | take wxString, not wxChar* in wxStandardPaths::GetLocal... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-02 |
Václav Slavík | wxAppTraits::SetLocale() is wxUSE_INTL=1 only |
tree | commitdiff |
2007-04-22 |
Vadim Zeitlin | added wxAppTraits::GetStandardCmdLineOptions() allowing... |
tree | commitdiff |
2007-04-20 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
tree | commitdiff |
2007-04-15 |
Vadim Zeitlin | Refactor all code common to X11 OpenGL implementations... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | refactoring: replace wxSocketDispatcher with more gener... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | multiple fixes to wxJoystick under Unix and new index... |
tree | commitdiff |
2007-03-12 |
Vadim Zeitlin | added wxAppTraits::SetLocale() and call it during wxApp... |
tree | commitdiff |
2006-11-30 |
Robert Roebling | [ 1604925 ] Fix loading MIME types for KDE |
tree | commitdiff |
2006-11-24 |
Robert Roebling | Link fix for GTK 1.2 debug. |
tree | commitdiff |
2006-11-24 |
Robert Roebling | Actually use new GTK+ native assert dialog. |
tree | commitdiff |
2006-11-12 |
Robert Roebling | Applied wxStackWalker improvement part of |
tree | commitdiff |
2006-11-12 |
Robert Roebling | [ 1590221 ] wxStandardPaths::GetExecutablePath |
tree | commitdiff |
2006-10-22 |
Vadim Zeitlin | make install location autodetection work for executable... |
tree | commitdiff |
2006-10-19 |
Vadim Zeitlin | added newline at end of file |
tree | commitdiff |
2006-10-18 |
Robert Roebling | Test for KDE and GNOME using session manager vendor. |
tree | commitdiff |
2006-10-17 |
Włodzimierz Skiba | Headers cleaning. |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
tree | commitdiff |
2006-08-08 |
Václav Slavík | wxPipeInputStream depends on wxFile, use wxUSE_FILE |
tree | commitdiff |
2006-05-17 |
Vadim Zeitlin | reset fd after closing it |
tree | commitdiff |
2006-03-25 |
Vadim Zeitlin | added wxStandardPaths::GetResourcesDir() and GetLocaliz... |
tree | commitdiff |
2006-03-17 |
Robert Roebling | Rearrange code to make adding wxMimeTypesManagerFactory |
tree | commitdiff |
2006-03-16 |
Vadim Zeitlin | wxDisplay cleanup/rewrite: |
tree | commitdiff |
2005-11-29 |
Mart Raudsepp | Make wxJoystick::GetNumberJoystick a static method... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
tree | commitdiff |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
tree | commitdiff |
2005-09-13 |
Vadim Zeitlin | use WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes... |
tree | commitdiff |
2005-08-02 |
Michael Wetherell | Add import/export attributes |
tree | commitdiff |
2005-08-02 |
Michael Wetherell | Add import/export macros |
tree | commitdiff |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
tree | commitdiff |
2005-05-04 |
Julian Smart | Added licence/copyright information |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | Unicode compilation fix |
tree | commitdiff |
2005-01-19 |
Vadim Zeitlin | implemented wxStackWalker for Unix (using glibc-specifi... |
tree | commitdiff |
2004-11-12 |
David Elliott | Moved wxStandardPathsCF into base library when using... |
tree | commitdiff |
2004-10-24 |
David Elliott | Fix wxExecute for ports other than wxMac and wxCocoa... |
tree | commitdiff |
2004-10-20 |
Vadim Zeitlin | initial Unix implementation |
tree | commitdiff |
2004-10-19 |
Vadim Zeitlin | declaration (only, so far) for Unix |
tree | commitdiff |
2004-10-08 |
Ryan Norton | wxCocoa link fixes |
tree | commitdiff |
2004-09-26 |
Vadim Zeitlin | wxExecuteData is a struct, not class (warning fix) |
tree | commitdiff |
2004-09-22 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2004-08-10 |
David Elliott | Remove some cruft |
tree | commitdiff |
2004-08-08 |
David Elliott | Use bool instead of int. Replace TRUE/FALSE with true... |
tree | commitdiff |
2004-08-06 |
David Elliott | Get rid of inline C compatibility methods |
tree | commitdiff |
2004-08-06 |
David Elliott | Get rid of wxUSE_GSOCKET_CPLUSPLUS |
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::m_oriented |
tree | commitdiff |
2004-07-25 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2004-06-21 |
Vadim Zeitlin | removed Direction_Max from Direction enum for consisten... |
tree | commitdiff |
2004-05-29 |
Václav Slavík | use shaped window for taskbar icon, so that background... |
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-14 |
Robin Dunn | Fixes so joystick not only compiles on Linux, but it... |
tree | commitdiff |
2004-05-09 |
Vadim Zeitlin | (blind) fix for gcc 3.4 warning for an always true... |
tree | commitdiff |
2004-03-09 |
Stefan Neis | C++ comments transformed to C comments. |
tree | commitdiff |
2004-02-15 |
Robert Roebling | InitAsNeeded no longer inline in the header. |
tree | commitdiff |
2004-02-02 |
Václav Slavík | renamed wxWave to wxSound; compatibility fixes |
tree | commitdiff |
2004-02-02 |
Václav Slavík | API and code changes to allowing stopping playback |
tree | commitdiff |
2004-02-01 |
Václav Slavík | added support for async playback to Unix implementation... |
tree | commitdiff |
2004-01-18 |
David Elliott | Move GSocketBSDGUIShim from source file to header ... |
tree | commitdiff |
2004-01-18 |
David Elliott | Add virtual methods to GSocketBSD for calling the event... |
tree | commitdiff |
2004-01-18 |
David Elliott | Initial move from C to C++. The functionality of the... |
tree | commitdiff |
2004-01-02 |
Julian Smart | Cure link error under wxGTK on Mac |
tree | commitdiff |
2003-12-13 |
Ryan Norton | Added some placeholders... |
tree | commitdiff |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
tree | commitdiff |
2003-08-07 |
Václav Slavík | fixed wxBase and GUI separation for sockets code |
tree | commitdiff |
2003-08-02 |
Václav Slavík | return wxToolkitInfo by reference and not by pointer |
tree | commitdiff |
2003-08-02 |
Václav Slavík | replaced wxAppTraits::GetOSVersion with GetToolkitInfo... |
tree | commitdiff |
2003-08-02 |
Václav Slavík | wxJoystick and wxWave are now available in all Unix... |
tree | commitdiff |
2003-06-27 |
Vadim Zeitlin | moved GetOSVersion() to the base traits class; implemen... |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | compilation fixes for separate build |
tree | commitdiff |
2003-06-25 |
Václav Slavík | compilation fix |
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 |
Vadim Zeitlin | GetIcon() returns wxIconLocation, not wxIcon, now |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 649157 ] wxDisplay for Unix |
tree | commitdiff |
2003-04-05 |
Václav Slavík | partially working wxTaskBarIcon for X11 |
tree | commitdiff |
2003-03-26 |
David Elliott | - Added wxAddProcessCallbackForPid function |
tree | commitdiff |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
tree | commitdiff |
2003-01-26 |
Václav Slavík | use all MIME data sources on Unix, not only mailcap... |
tree | commitdiff |
2003-01-04 |
Václav Slavík | added more robust wxTLW::ShowFullScreen implementation |
tree | commitdiff |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
tree | commitdiff |
2002-06-10 |
Vadim Zeitlin | attempts to fix wxMimeTypesManager mess: many bugs... |
tree | commitdiff |
2002-03-26 |
Mattia Barbon | wxIconBundle implementation. |
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 |
2001-05-10 |
Guillermo Rodrigue... | Private gsocket files were using 'typedef int bool... |
tree | commitdiff |
2001-04-24 |
Vadim Zeitlin | Unix compilation fixes for new MIME code |
tree | commitdiff |
next |