]> git.saurik.com Git - wxWidgets.git/history - src/common
made IsPathSeparator(NUL) work (by returning false)
[wxWidgets.git] / src / common /
2004-11-07  Vadim Zeitlinmade IsPathSeparator(NUL) work (by returning false)
2004-11-07  Robert Roebling Forgot to commit these.
2004-11-07  Robert Roebling Moved deletion of wxPrintFacory to module.
2004-11-06  Ryan Nortonfixup
2004-11-06  Ryan Norton[ 955006 ] wxDb query with column information (modded...
2004-11-06  Ryan Nortonfinal cleanup of string conversion with null characters...
2004-11-06  Ryan NortonRevert files to previous version that were affected...
2004-11-06  Ryan Nortonfixup // comment header
2004-11-06  Ryan Nortonin unescape add normal characters in addition to unesca...
2004-11-06  Kevin HockAdd ability to position and/or center the dialog for...
2004-11-05  Robert Roebling Mem leaks in connection with print factory code.
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-11-05  Václav Slavíkmake sure that wxNewId() doesn't return standard ID...
2004-11-05  Włodzimierz SkibaStill needs a typecasting to please warning about loosi...
2004-11-05  Włodzimierz SkibaWe need a char, not wxChar.
2004-11-05  Włodzimierz SkibaSimplify wxRect construction at the wxPoint(0,0) with...
2004-11-05  Włodzimierz SkibaNULL is not bool.
2004-11-05  Ryan Nortoncast fix, workaround for pickeir compilers
2004-11-05  Ryan Nortonrest of 1061091, clean up define a bit
2004-11-05  Ryan Nortonfix for [ 1060093 ] wxURI && wxStringBufferLength part...
2004-11-04  George TaskerUnicode support
2004-11-04  Włodzimierz SkibaMake internal type for ToAscii conversion written once...
2004-11-04  Włodzimierz SkibaCompare and assign wxChars to wxChar instead char local...
2004-11-04  Ryan Nortonslightly nicer workaround for pickier compiler warning
2004-11-04  Włodzimierz SkibaWarning fix.
2004-11-04  Ryan Nortonwxstringbufferlen stl fixup
2004-11-04  Ryan Nortonwxdocmpnocase fixup
2004-11-02  Stefan CsomorwxMax instead of max, former is always around
2004-11-02  Stefan Csomorcorrecting allocated buffer size
2004-11-02  Jouk Jansen Committing in .
2004-11-02  Jouk Jansen Committing in .
2004-11-01  Ryan Nortonrewrite core foundation conversion to be efficient...
2004-11-01  Julian SmartFixed bug in setting/getting value for wxComboBox....
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-10-31  Ryan Nortonbecause gcc is dumb and can't tell the difference betwe...
2004-10-31  Robert Roebling Moved print dialog data conversion code
2004-10-31  Robert Roebling Small change to ease Mac transition to common
2004-10-31  Ryan Nortonnote broken code, cast hack to fix warning on pickier...
2004-10-31  Ryan Nortonfix const error on sane (not msvc) compilers
2004-10-30  Ryan Nortonrestore ConvertToValidURI to prev. version for bw compa...
2004-10-30  Ryan Nortonsolution to wxMBConv stuff - make a seperate XX2XX...
2004-10-30  David ElliottDeclare namespace std {} before using namespace std...
2004-10-30  David ElliottMake wxString::WorstEncodingCase take a const wxMBConv&
2004-10-29  Ryan Norton[ 1054664 ] Implementation of wxMBConvUTF7 (Heavily...
2004-10-29  David ElliottAdded wxStandardPaths for wxMac and wxCocoa.
2004-10-29  Ryan NortonAdd wxString::WorstEncodingCase, other various cleanups
2004-10-29  Ryan Nortonsomewhat modded [ 1056879 ] use wxURI::Unescape vs...
2004-10-29  Ryan Nortonhave wxbuiltin wxmbconvutf7 return -1 (error) not 0...
2004-10-29  Ryan NortonHandle bad conversions correctly. Add Bad UTF8 test.
2004-10-29  Ryan NortonHandle invalid conversion slightly better, ecapsulate...
2004-10-28  Ryan Nortonincrease worst case for UTF8 to *4
2004-10-28  Ryan Nortonincrease worst case to *4 for UTF8, switch a memcpy...
2004-10-28  Ryan NortonwxURL - doc cleanups, depreciated more methods, more...
2004-10-28  Włodzimierz SkibaBorland warning fix.
2004-10-28  Włodzimierz SkibaWarning fixes.
2004-10-28  Václav Slavíkfixed wxTextCtrl::EmulateKeyPress to work in Unicode...
2004-10-28  Vadim Zeitlintemp compilation fix for wxMac
2004-10-28  Ryan Nortonfinal wxURI API changes. Changed Get to BuildURI to...
2004-10-28  Ryan NortonInherit wxURL from wxURI, providing assignment, copy...
2004-10-28  Vadim Zeitlinminor cleanup: don't use bool parameters, don't typedef...
2004-10-27  Vadim Zeitlinwe don't have to call png_set_error_fn() any more after...
2004-10-27  Vadim Zeitlinuse wx_png_error/warning when calling png_create_read...
2004-10-27  Robert Roebling Removed Pango homemade implementation and
2004-10-27  Ryan NortonwxURI. Move Convert/to/fromURI into uri.cpp so that...
2004-10-27  Julian SmartNow possible to compile with wxURL disabled
2004-10-27  Vadim Zeitlindon't abort if a shared library can't be loaded under...
2004-10-27  Robert Roebling Moved "enablePrint" setting around.
2004-10-27  Ryan NortonUse wxStringBufferLength instead of wxXCharBuffer in...
2004-10-27  Robin DunnThe old workaround for the 1-Jan-1970 bug still failed...
2004-10-27  Robin DunnReturn from DoDrawSpline without doing anything (like...
2004-10-26  Robert Roebling Next phase of Print Factory code.
2004-10-26  Václav Slavíkat least partially implemented vswscanf() -- otherwise...
2004-10-24  Vadim Zeitlinuse GetBestSize() and not GetSize() for AsIs() size...
2004-10-23  Vadim Zeitlindon't use _() as default parameter for wxPrintDialogBas...
2004-10-21  Stefan NeisAdded stubs for OS/2 to new printing system.
2004-10-20  Vadim Zeitlinfixed bug introduced by last commit: if we don't change...
2004-10-20  Włodzimierz SkibaOups :-( incomplete previous undo.
2004-10-20  Włodzimierz SkibaCorrect fix to the compile time assert under OW. Kudos...
2004-10-20  Vadim Zeitlinmoved AppendAppName() from MSW to common code; modified...
2004-10-19  Włodzimierz SkibaOW warning fix. Our compile time asserts warns when...
2004-10-19  Vadim Zeitlinswitched to using a real class instead of a namespace...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-19  Julian SmartSQLINTEGER not defined in iodbc
2004-10-18  Vadim Zeitlinfix Mac/Unicode build after last commit
2004-10-18  Włodzimierz SkibaUnnecessary const_ prefix removed (blindly).
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-17  Vadim Zeitlinadded wxDynamicLibrary::HasSymbol()
2004-10-17  Robert Roebling Renamed wxPrintNativeData methods to better match
2004-10-17  Włodzimierz SkibaWarning fixes related to various cases of typecasting.
2004-10-17  Włodzimierz SkibawxHashMap compatible typecasting.
2004-10-17  Vadim Zeitlin- wxDynamicLibrary::GetDllExt() now returns ".bundle...
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-10-17  Włodzimierz Skiba__WXDEBUG__ is defined/undefined, not 0/1!
2004-10-17  Vadim Zeitlincompilation fix for !USE_PCH
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-17  Robert Roebling Link problem.
2004-10-17  Vadim Zeitlinfixed bug with adding new entries to a root group with...
2004-10-16  Robert Roebling Began work on print dialogs. Now wxPrintDialog
2004-10-16  Vadim Zeitlinreset parent frame tool/status bar pointer automaticall...
2004-10-16  Vadim Zeitlinuse size_t for the total size of data instead of wxFile...
next