]> git.saurik.com Git - wxWidgets.git/history - include/wx/unix/apptrait.h
compilation fixes for Unix after moving wxFD_XXX macros from wx/unix/private.h
[wxWidgets.git] / include / wx / unix / apptrait.h
2008-04-11  Vadim Zeitlinargh, really, really fix Darwin build
2008-04-11  Vadim ZeitlinGetSocketManager() has no GUI-specific version under...
2008-04-11  Vadim Zeitlinalso use AddProcessCallback() and GetSocketManager...
2008-04-10  Vadim Zeitlinoops, added missing #endif
2008-04-10  Vadim Zeitlinonly declare AddProcessCallback for wxMotif and wxGTK
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-22  Vadim Zeitlinuse wxGUIAppTraits::WaitForChild() in wxMac too
2008-03-22  Vadim Zeitlinreplace wxAddProcessCallback() with wxAppTraits::AddPro...
2008-03-21  Francesco Montorsiadd to GetToolkitVersion() the = NULL default values...
2008-03-15  Vadim Zeitlinadd support for asynchronous execution in wxBase (patch...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-06-15  Václav Slavíkalways compile at least a minimal version of wxStandard...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-02  Václav SlavíkwxAppTraits::SetLocale() is wxUSE_INTL=1 only
2007-04-22  Vadim Zeitlinadded wxAppTraits::GetStandardCmdLineOptions() allowing...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-03-12  Vadim Zeitlinadded wxAppTraits::SetLocale() and call it during wxApp...
2006-11-24  Robert Roebling Link fix for GTK 1.2 debug.
2006-11-24  Robert Roebling Actually use new GTK+ native assert dialog.
2006-10-18  Robert Roebling Test for KDE and GNOME using session manager vendor.
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2004-11-12  David ElliottMoved wxStandardPathsCF into base library when using...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
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-06-24  Vadim Zeitlincompilation fix for wxGTK
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...