Removed ellipsis from "About..." occurrences.
[wxWidgets.git] / utils /
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2012-01-15  Václav SlavíkDon't crash if XRC file contains '_' at the end of...
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2011-12-25  Vadim ZeitlinAlways link with expat in monolithic build.
2011-12-18  Vadim ZeitlinUpdate version to 2.9.4 in version.bkl too and rebake...
2011-09-11  Steve LamertonRebake trunk after wxWebView merge and add missing...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-23  Dimitri SchoolwerthAdded wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-09  Dimitri SchoolwerthAdded NSApplicationDelegate's openFiles for wxOSX-Cocoa.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Stefan Csomorremoving old codewarrior files
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-02-26  Vadim ZeitlinFix libraries order in screenshotgen bakefile.
2011-02-05  Vadim ZeitlinLink console programs with PNG library in monolithic...
2011-02-03  Vadim ZeitlinRebake everything using bakefile 0.2.9.
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-10-24  Vadim ZeitlinOutput header to the same directory as the .cpp file...
2010-07-23  Vadim ZeitlinFix mismatches between format strings and arguments.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-03  Václav SlavíkFix strings formatting in wxrc.
2010-05-30  Václav Slavíkwxrc -g should output filenames in Unix format.
2010-05-11  Francesco Montorsibetter error message when an inconsistency has been...
2010-04-22  Vadim ZeitlinFix harmless g++ 4.3 warning about suggested parentheses.
2010-04-12  Vadim ZeitlinFix emulator compilation with wxX11 after GetMainWindow...
2010-04-09  Václav SlavíkRegenerated makefiles after removing USE_GDIPLUS.
2010-01-09  Kevin OllivierRebake.
2010-01-04  Kevin OllivierRebake from clean wx tree.
2009-12-08  Vadim ZeitlinUse X64 machine type for MSVC linker instead of old...
2009-11-18  Kevin OllivierRebake after last commit.
2009-10-31  Kevin OllivierBakefile 0.2.8 rebake.
2009-10-23  Vadim ZeitlinRebaked using post-0.2.7 svn version of bakefile.
2009-10-22  Vadim ZeitlinRebake everything using bakefile 0.2.7.
2009-10-22  Vadim ZeitlinRemove unwanted solution files from the repository.
2009-10-08  Kevin OllivierMake sure all Bakefile formats that use CRLF line feeds...
2009-10-05  Kevin OllivierFix the line endings to be CRLF after the property...
2009-10-05  Kevin OllivierSetting eol-style property to CRLF for some project...
2009-09-16  Vadim ZeitlinRebaked everything with bakefile 0.2.6 after wxRibbon...
2009-09-16  Peter CawleyMerged GSOC Ribbon work from SOC2009_RIBBON branch...
2009-09-13  Vadim ZeitlinReenable build of execmon in utils bakefile.
2009-09-13  Francesco Montorsiadd execmon bakefile (which was forgotten in the initia...
2009-09-12  Vadim ZeitlinDisable build of utils/execmon.
2009-09-12  Vadim ZeitlinRebake all the samples, demos and tests makefiles.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-08  Vadim Zeitlinupdate IfaceCheckLog definition after wxLog::DoLogXXX...
2009-07-03  Vadim Zeitlinanother attempt to fix signed/unsigned comparison warni...
2009-07-03  Vadim Zeitlinfix harmless warnings (mostly about unused parameters...
2009-07-03  Vadim Zeitlinfix overriding OnPoke() too
2009-07-03  Vadim Zeitlinblind fix to make IPC work again by overriding OnExec...
2009-06-07  Vadim Zeitlinbracket <vector> inclusion by wx/beforestd.h and wx...
2009-06-06  Vadim Zeitlinfix (bogus) warning about uninitialized variable in...
2009-05-13  Bryan PettySmall build and run fixes made to screenshotgen util...
2009-05-13  Bryan PettyRemoved dependancy on wx/bitmap.h from autocapture.h.
2009-05-12  Vadim Zeitlindon't update stc.h when not building the library, it...
2009-04-26  Kevin OllivierRebake after latest changes.
2009-04-24  Chris Elliottupdate bakefile to 0.2.6
2009-04-12  Francesco Montorsimore PCH-less build fix
2009-04-12  Vadim Zeitlinblind PCH-less build fixes: add missing headers
2009-04-12  Vadim ZeitlinMSVC compilation fixes: don't use std{out,err} as varia...
2009-04-12  Francesco Montorsiadding the first raw version of the execution monitor
2009-03-16  Francesco Montorsifix bug when warning string contains percent signs
2009-03-16  Francesco Montorsibe x86_64-friendly
2009-03-16  Francesco Montorsiinclude the path to the real setup.h
2009-03-15  Kevin OllivierRebake after last change.
2009-03-15  Kevin OllivierOn Mac, ensure that the library path and dependencies...
2009-03-02  Kevin OllivierLand the rest of the changes made by a rebake after...
2009-02-07  Václav Slavíkwxrc: fix incorrectly generated code with --extra...
2009-01-18  Francesco Montorsipatch by Utensil Candel: implementation of the new...
2009-01-15  Vadim Zeitlinlink with wininet.lib under Windows to avoid linking...
2009-01-14  Francesco Montorsipatch from Utensil Candel which refactors and documents...
2009-01-10  Francesco Montorsifix an important bug: ifacecheck was parsing only ...
2009-01-09  Francesco Montorsipatch from Utensil Candel: remove ctrlmaskout.h/cpp...
2009-01-09  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
2009-01-08  Francesco Montorsiautomated ifacecheck fixes
2009-01-08  Francesco Montorsilastest patch from Utensil Candel: remove some legacy...
2009-01-07  Francesco Montorsifix wxSplitPath usage
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-12-29  Francesco Montorsiadd the -headerpad_max_install_names option to the...
2008-12-25  Vadim Zeitlinuse wxSUPPRESS_DOLOG_HIDE_WARNING to suppress warnings...
2008-11-15  Francesco Montorsiavoid false warnings for wxThread and wxIPAddress
2008-11-10  Vadim Zeitlinfix yet another VC6 compilation error because of loop...
2008-11-10  Vadim Zeitlinfix another VC6 compilation error because of loop varia...
2008-11-09  Francesco Montorsifix VC6 broken for variable scope handling
2008-11-09  Francesco Montorsimore intelligence to avoid false warnings
2008-11-09  Francesco Montorsifix VC6 builds by removing variadic macros; use standar...
2008-11-08  Francesco Montorsigenerate the output gcc XML file always in the same...
2008-11-03  Vadim Zeitlinadded wxrc to the makefiles
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-29  Francesco Montorsia few other means to avoid false positives
2008-10-27  Francesco Montorsifixed some false positives; fixed method declaration...
2008-10-27  Vadim Zeitlinrebaked using bakefile 0.2.5
2008-10-20  Robert RoeblingBetter size for screenshot of wxListCtrl
2008-10-15  Bryan PettyRemoved traces of wxFormBuilder from the screenshotgen...
2008-10-14  Francesco Montorsioutput the list of the undocumented wx classes
2008-10-14  Francesco Montorsifurther additions to avoid false warnings (ActsAsDefaul...
2008-10-13  Francesco Montorsiremove ugly AD-HOC FIX for wxHyperlinkCtrl; use the...
2008-10-13  Francesco Montorsipatch by Utensil Candel to improve wxMac autocapture...
2008-10-13  Francesco Montorsimodified text for wxRichTextCtrl to show more features...
next