]> git.saurik.com Git - wxWidgets.git/history - src/common
splitted gizmos library into gizmos and gizmos_xrc in order to fix broken compilation...
[wxWidgets.git] / src / common /
2005-04-10  Mattia Barbon Correct harmless typos.
2005-04-09  Vadim Zeitlinshow 20 lines of stack in assert, this should still...
2005-04-09  Vadim Zeitlinadded AddText() function (trivial wrapper around AddFil...
2005-04-09  Julian SmartLay buttons out on Windows according to conventions...
2005-04-09  Ryan NortonGet rid of superflous if statement - taken care of...
2005-04-09  Michael WetherellPatch 1173507 by Stas Sergeev. Allow FindFirst to work...
2005-04-08  Ryan NortonREWRITE wxStringBase::append and wxString::Replace.
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-04-07  Ryan NortonFix Seeking to end of wxStreamInputStream (patch [...
2005-04-07  Włodzimierz SkibaWarning fix about possibly misplaced assignment.
2005-04-06  Michael WetherellUse wxFileSystem for left hand side. Patches 1169934...
2005-04-06  Michael WetherellAdd m_allowSeeking for updated filesystem handler to...
2005-04-06  Ryan NortonFix memory leak when a spacer is added, and crash when...
2005-04-06  Michael WetherellAdd comments explaining the workaround for mingw 3.2.3
2005-04-06  Michael WetherellChange the name of the smart pointer so that wxZipOutpu...
2005-04-06  Vadim Zeitlinreversed change of rev 1.127: this resulted in bug...
2005-04-05  Michael WetherellTemporary fix for link error to ~wxZipOutputStream()
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-05  Włodzimierz SkibaIncomplete setup build fix.
2005-04-05  Włodzimierz SkibaWarning fixes.
2005-04-03  Michael WetherellThe octal escaping code needs to escape the escape...
2005-04-03  Michael WetherellOpenWatcom fixed the problem of fileno being missing...
2005-04-03  Ryan NortonUpdate wxURI for RFC 3986
2005-04-02  Vadim Zeitlinadded wxMemoryInputStream(wxMemoryOutputStream&) ctor...
2005-04-02  Vadim Zeitlinchanged wxCreateGreyedImage() to respect the original...
2005-04-02  Vadim Zeitlinadded wxImage::IsTransparent(x, y)
2005-04-02  Vadim Zeitlinuse separate is-static flag for alpha channel and main...
2005-04-02  Vadim Zeitlinadded XYToIndex() to avoid duplicating the checks for...
2005-04-02  Julian SmartwxSYS_COLOUR_WINDOW is better for window backgrounds...
2005-04-02  Robin DunnFixed duplicate symbol link error
2005-04-02  Robin DunnAdd static_data flag to SetData and SetAlpha so Python...
2005-04-01  Vadim Zeitlinimplemented GetProgramHandle() for Win32 and documented it
2005-04-01  Stefan Csomormoving wxMac to new printing architecture
2005-04-01  Michael WetherellUse wxMBConvUTF8 when G_FILENAME_ENCODING is UTF-8...
2005-03-31  Julian SmartFrames to skip now honoured for Unix stackwalking
2005-03-30  Michael WetherellFix for decoding of utf-16 surrogates. Also remove...
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-03-30  Julian SmartApplied patch [ 1171467 ] Fix for DocManager not checki...
2005-03-30  Julian SmartApplied patch [ 1163322 ] Patch to prevent MDI app...
2005-03-29  Robert Roebling Made wxConvBrokenFileNames public.
2005-03-29  Vadim Zeitlinremoved extra dot from msg catalog names (fix for the...
2005-03-29  Włodzimierz SkibaWarning fixes after recent library changes.
2005-03-28  Stefan NeisCompilation fix for old OS/2 compilers.
2005-03-28  Vadim Zeitlinrespect G_FILENAME_ENCODING in wxConvBrokenFileName...
2005-03-27  Vadim Zeitlinuse wxLocale::GetSystemEncoding() to test whetehr we...
2005-03-27  Vadim Zeitlinfixed compilation in non-Unicode build; fixed bug with...
2005-03-27  Vadim Zeitlinuse image mask colour if any instead of guessing that...
2005-03-27  Robert Roebling Submit patch based on Michael W.'s invalid UTF8
2005-03-27  Vadim Zeitlinapplied part of patch 1169925: fix errors with multibyt...
2005-03-27  Vadim Zeitlinuse wxFileName to change catalog extension instead...
2005-03-27  David ElliottThinking about it, this is a bad idea as MW CRT's struc...
2005-03-27  David ElliottDeclare strptime when using MSL headers on OS X.
2005-03-27  David ElliottAllow compilation with MW CRT on OS X. Unlike BSD...
2005-03-27  David ElliottEOVERFLOW is not available on classic Mac OS.
2005-03-26  David ElliottImprove type safety by doing a runtime check to make...
2005-03-26  Julian SmartAdded C/wxString array constructors to wxArrayString
2005-03-26  Robert Roebling Commit empty wxConvBrokenFileNames
2005-03-26  Julian SmartFix for link error
2005-03-26  David ElliottGet rid of wxFontMapper in wxBase library.
2005-03-26  David ElliottUse wxFontMapperBase::Get instead of wxFontMapper:...
2005-03-25  Stefan Csomoradd the mac specific encodings correctly
2005-03-25  Robert Roebling Initialized vars to something in wxToolBarBase.
2005-03-24  Michael WetherellFix wxZipInputStream::SeekI (returns wxInvalidOffset...
2005-03-24  Włodzimierz SkibaWarning fix.
2005-03-24  Włodzimierz SkibaFix for ambiguities which happen in STL=1 mode under...
2005-03-24  Włodzimierz SkibaIncomplete wxUSE_* warning fix.
2005-03-24  Vadim Zeitlinadded wxConvFileName which is a variable, not define...
2005-03-23  Vadim Zeitlinsrc/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as...
2005-03-23  Vadim Zeitlinfixed broken wxCtime() implementation (wrong buffer...
2005-03-23  Robin DunnInitialize m_privData before doign the assignment
2005-03-23  David ElliottBlind bug fix to bug reported by Angel Kry.
2005-03-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-03-22  Julian SmartDo the right thing for Smartphone if creating button...
2005-03-21  Vadim Zeitlinfixed Context_Current spelling
2005-03-21  Vadim Zeitlinadded qa library (currently consisting of wxDebugReport...
2005-03-20  Mattia Barbon Fix wxFileConf crash demonstrated by the 'DeleteLastG...
2005-03-20  Vadim ZeitlinSeek(-1, mode) should work instead of giving an error...
2005-03-20  Julian SmartCompilo fix
2005-03-20  Vadim Zeitlinadded wxString ctor from std::string (inside #ifdef...
2005-03-20  Julian SmartFix wxFileConfig for WinCE
2005-03-19  Vadim Zeitlinshow call stack in the assert dialog box
2005-03-18  Ryan NortonFix recursiveness on error...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-17  Vadim Zeitlinmissing break in ParseFormat() (part of patch 1160117)
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-03-17  Vadim Zeitlinfixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)
2005-03-17  Vadim ZeitlinGetVirtualSize() returns client size values for the...
2005-03-17  Vadim Zeitlinremoved commented out calls to ReleaseMouse() (no real...
2005-03-17  Vadim Zeitlinadded wxSizerSpacer and modified wxSizerItem to contain...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-15  Julian SmartWinCE doesn't have wxCheckListBox, and doesn't like...
2005-03-14  Vadim Zeitlinsimplified code (removed 2 unnecessary tests) in CalcMi...
2005-03-14  Julian SmartImprove standard button spacing on Windows
2005-03-14  Włodzimierz Skiba'Dummy' warning fixes (might be used uninitialized).
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-03-14  George TaskerAdded support (barely tested) for MaxDB from MySQL
2005-03-14  Włodzimierz SkibaIncomplete setup build fix (wxPalmOS).
2005-03-14  Michael WetherellThe DLL version of Watcom's C runtime doesn't have...
next