]> git.saurik.com Git - wxWidgets.git/history - src/common/utilscmn.cpp
Fix Non-ce MSW unicode builds
[wxWidgets.git] / src / common / utilscmn.cpp
2005-04-22  Ryan NortonFix Non-ce MSW unicode builds
2005-04-21  Ryan NortonwxUSE_MIMTYPE gaurd
2005-04-21  Ryan NortonAdd wxLaunchDefaultBrowser, note wxGetKeyState change
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2004-12-22  Włodzimierz SkibaFinal MSW/PalmOS split. Remove dump copies of MSW speci...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-20  Vadim Zeitlinadded flags parameter to wxExecute(wxArrayString *...
2004-11-09  Kevin Hock[1001483] wxGetPasswordFromUser now uses wxPasswordEntr...
2004-11-06  Kevin HockAdd ability to position and/or center the dialog for...
2004-11-05  Václav Slavíkmake sure that wxNewId() doesn't return standard ID...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-15  Ron LeeFor autoconf/unix builds update the hardcoded afm dir...
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-09  Włodzimierz SkibaCorrect positioning of the entry text dialog.
2004-07-13  Włodzimierz SkibaWarning fixes.
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-05-29  Dimitri Schoolwerthapplied valid part of patch #940683: "wxMessageBox...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-24  Stefan NeisFixed #pragma interface/implementation handling for...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
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-07-19  Mattia Barbon Fix some compilation and linking errors in samples.
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartMore WinCE mods.
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-05  Stefan Csomormoved c-runtime functions for CW to wxchar
2003-07-02  Mattia Barbon Quick and dirty fix for building with COMPATIBILITY_2...
2003-07-02  Václav Slavíkfixed to make wxBase DLL compile
2003-06-27  Vadim Zeitlinmoved GetOSVersion() to the base traits class; implemen...
2003-06-26  Vadim Zeitlin__WXBASE__ -> wxUSE_BASE
2003-06-25  Vadim Zeitlinmissign app.h header
2003-06-22  Vadim Zeitlintemp fix for link errors after last commit
2003-06-21  Vadim Zeitlindon't disable hidden windows in wxWindowDisabler, it...
2003-04-10  Vadim Zeitlinmoved wxFloat/DoubleToStringStr from src/*/data.cpp...
2003-03-29  Stefan Csomorunicode and __MACH__ additions for wxMac
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2002-12-17  Julian SmartMissing semicolon
2002-12-16  Robin Dunnfixed copy/paste error
2002-12-16  Robin DunnGive wxSafeYield an onlyIfNeeded parameter
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-30  Julian SmartMods for Wine compilation
2002-05-25  Vadim Zeitlinnew wxWindow::FindWindowByXXX() methods replacing the...
2002-05-18  Julian SmartUpdated font dialog constructors to use a reference...
2002-04-01  Vadim Zeitlinuse the new wxExecute() API (no real changes)
2002-02-28  Vadim Zeitlinremoved unnecessary include
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-01-21  Václav Slavíkchanged WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)
2002-01-21  Vadim Zeitlinadded wxGetFontFromUser() similar to wxGetColourFromUser()
2002-01-20  Stefan Csomorremoved duplicate strdup definition for CW MSL V 7
2001-12-14  Václav Slavíkunimportant DOS fix
2001-12-07  Václav Slavíkcompilation fix for Watcom/DOS
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-22  Václav Slavíkchange to /usr/share/wx/version
2001-11-17  Gilles Depeyrotadded const for constant char pointer function parameters
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-13  Gilles Depeyrotcorrected typo in conditional compilation for Darwin...
2001-10-13  Gilles Depeyrotstrcasecmp is in the system libraries under Mac OS X
2001-09-26  Václav SlavíkUse wxGetInstallPrefix() instead of wxINSTALL_PREFIX...
2001-07-30  Vadim Zeitlincompilation fixes for wxGTK
2001-06-29  Julian SmartFurther wxUniv fixes
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-22  David WebsterFixes errno.h problems with OS/2
2001-05-21  David WebsterVisualage fixes for Stefan's socket implementations...
2001-05-16  Julian SmartApplied patch #403856 (utilscmn.cpp should translate...
2001-05-10  Stefan Csomoradded lowercase functionality to wxHexToDec
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-09-26  Julian SmartFiddled with wxFindWindowAtPoint to make it work with...
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-17  Vadim Zeitlin1. wxGetFullHostName() does return the full host name...
2000-03-17  Vadim Zeitlinwarnings from FreeBSD compilation log removed
2000-03-15  Julian SmartVarious compiler changes
2000-03-12  Vadim Zeitlinfixed (rare but fatal) bug in wxWindowDisabler
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-03-08  Julian SmartAdded WIN16 code for window disabler
2000-03-05  Vadim Zeitlin1. wxWindowDisabler modified to bring parent window...
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-08  Vadim Zeitlin1. wxWizard appears in the centre of the screen by...
2000-01-24  Vadim Zeitlinimplementation of wxGetPasswordFromUser
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
2000-01-03  Vadim Zeitlin1. corrections for compilation of the wxBase apps with...
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-12-09  Vadim Zeitlina more easy to use version of wxGetHomeDir() added
1999-11-12  Jouk Jansen Committing in .
1999-11-07  Robert Roebling More replacements of strcmp -> wxStr..
1999-10-25  Robert Roebling Mem leak in new accelerator code.
1999-10-25  Vadim Zeitlin1. small dnd compilation fixes (no attempt to make...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-30  David WebsterOS/2 updates
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-06-13  Karsten BallüderAdded missing wxGetFullHostName() and wxNO_DEFAULT...
next