2005-04-08 |
Ryan Norton | REWRITE wxStringBase::append and wxString::Replace. |
tree | commitdiff |
2005-04-08 |
Michael Wetherell | Documentation fixes, patch 1179223 by Andreas Mohr |
tree | commitdiff |
2005-04-07 |
Ryan Norton | Fix Seeking to end of wxStreamInputStream (patch [... |
tree | commitdiff |
2005-04-07 |
Włodzimierz Skiba | Warning fix about possibly misplaced assignment. |
tree | commitdiff |
2005-04-06 |
Michael Wetherell | Use wxFileSystem for left hand side. Patches 1169934... |
tree | commitdiff |
2005-04-06 |
Michael Wetherell | Add m_allowSeeking for updated filesystem handler to... |
tree | commitdiff |
2005-04-06 |
Ryan Norton | Fix memory leak when a spacer is added, and crash when... |
tree | commitdiff |
2005-04-06 |
Michael Wetherell | Add comments explaining the workaround for mingw 3.2.3 |
tree | commitdiff |
2005-04-06 |
Michael Wetherell | Change the name of the smart pointer so that wxZipOutpu... |
tree | commitdiff |
2005-04-06 |
Vadim Zeitlin | reversed change of rev 1.127: this resulted in bug... |
tree | commitdiff |
2005-04-05 |
Michael Wetherell | Temporary fix for link error to ~wxZipOutputStream() |
tree | commitdiff |
2005-04-05 |
Włodzimierz Skiba | Deprecate wxPathExists, make wxDirExists used everywher... |
tree | commitdiff |
2005-04-05 |
Włodzimierz Skiba | Incomplete setup build fix. |
tree | commitdiff |
2005-04-05 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2005-04-03 |
Michael Wetherell | The octal escaping code needs to escape the escape... |
tree | commitdiff |
2005-04-03 |
Michael Wetherell | OpenWatcom fixed the problem of fileno being missing... |
tree | commitdiff |
2005-04-03 |
Ryan Norton | Update wxURI for RFC 3986 |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added wxMemoryInputStream(wxMemoryOutputStream&) ctor... |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | changed wxCreateGreyedImage() to respect the original... |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added wxImage::IsTransparent(x, y) |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | use separate is-static flag for alpha channel and main... |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added XYToIndex() to avoid duplicating the checks for... |
tree | commitdiff |
2005-04-02 |
Julian Smart | wxSYS_COLOUR_WINDOW is better for window backgrounds... |
tree | commitdiff |
2005-04-02 |
Robin Dunn | Fixed duplicate symbol link error |
tree | commitdiff |
2005-04-02 |
Robin Dunn | Add static_data flag to SetData and SetAlpha so Python... |
tree | commitdiff |
2005-04-01 |
Vadim Zeitlin | implemented GetProgramHandle() for Win32 and documented it |
tree | commitdiff |
2005-04-01 |
Stefan Csomor | moving wxMac to new printing architecture |
tree | commitdiff |
2005-04-01 |
Michael Wetherell | Use wxMBConvUTF8 when G_FILENAME_ENCODING is UTF-8... |
tree | commitdiff |
2005-03-31 |
Julian Smart | Frames to skip now honoured for Unix stackwalking |
tree | commitdiff |
2005-03-30 |
Michael Wetherell | Fix for decoding of utf-16 surrogates. Also remove... |
tree | commitdiff |
2005-03-30 |
Julian Smart | Applied patch [ 1171542 ] access static class members... |
tree | commitdiff |
2005-03-30 |
Julian Smart | Applied patch [ 1171467 ] Fix for DocManager not checki... |
tree | commitdiff |
2005-03-30 |
Julian Smart | Applied patch [ 1163322 ] Patch to prevent MDI app... |
tree | commitdiff |
2005-03-29 |
Robert Roebling | Made wxConvBrokenFileNames public. |
tree | commitdiff |
2005-03-29 |
Vadim Zeitlin | removed extra dot from msg catalog names (fix for the... |
tree | commitdiff |
2005-03-29 |
Włodzimierz Skiba | Warning fixes after recent library changes. |
tree | commitdiff |
2005-03-28 |
Stefan Neis | Compilation fix for old OS/2 compilers. |
tree | commitdiff |
2005-03-28 |
Vadim Zeitlin | respect G_FILENAME_ENCODING in wxConvBrokenFileName... |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | use wxLocale::GetSystemEncoding() to test whetehr we... |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | fixed compilation in non-Unicode build; fixed bug with... |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | use image mask colour if any instead of guessing that... |
tree | commitdiff |
2005-03-27 |
Robert Roebling | Submit patch based on Michael W.'s invalid UTF8 |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | applied part of patch 1169925: fix errors with multibyt... |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | use wxFileName to change catalog extension instead... |
tree | commitdiff |
2005-03-27 |
David Elliott | Thinking about it, this is a bad idea as MW CRT's struc... |
tree | commitdiff |
2005-03-27 |
David Elliott | Declare strptime when using MSL headers on OS X. |
tree | commitdiff |
2005-03-27 |
David Elliott | Allow compilation with MW CRT on OS X. Unlike BSD... |
tree | commitdiff |
2005-03-27 |
David Elliott | EOVERFLOW is not available on classic Mac OS. |
tree | commitdiff |
2005-03-26 |
David Elliott | Improve type safety by doing a runtime check to make... |
tree | commitdiff |
2005-03-26 |
Julian Smart | Added C/wxString array constructors to wxArrayString |
tree | commitdiff |
2005-03-26 |
Robert Roebling | Commit empty wxConvBrokenFileNames |
tree | commitdiff |
2005-03-26 |
Julian Smart | Fix for link error |
tree | commitdiff |
2005-03-26 |
David Elliott | Get rid of wxFontMapper in wxBase library. |
tree | commitdiff |
2005-03-26 |
David Elliott | Use wxFontMapperBase::Get instead of wxFontMapper:... |
tree | commitdiff |
2005-03-25 |
Stefan Csomor | add the mac specific encodings correctly |
tree | commitdiff |
2005-03-25 |
Robert Roebling | Initialized vars to something in wxToolBarBase. |
tree | commitdiff |
2005-03-24 |
Michael Wetherell | Fix wxZipInputStream::SeekI (returns wxInvalidOffset... |
tree | commitdiff |
2005-03-24 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2005-03-24 |
Włodzimierz Skiba | Fix for ambiguities which happen in STL=1 mode under... |
tree | commitdiff |
2005-03-24 |
Włodzimierz Skiba | Incomplete wxUSE_* warning fix. |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | added wxConvFileName which is a variable, not define... |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | src/common/wxchar.cpps/wxConvLocal/wxConvLibs/g as... |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | fixed broken wxCtime() implementation (wrong buffer... |
tree | commitdiff |
2005-03-23 |
Robin Dunn | Initialize m_privData before doign the assignment |
tree | commitdiff |
2005-03-23 |
David Elliott | Blind bug fix to bug reported by Angel Kry. |
tree | commitdiff |
2005-03-22 |
Włodzimierz Skiba | Wrap <commdlgs.h> as <commctls.h>. Required makefiles... |
tree | commitdiff |
2005-03-22 |
Julian Smart | Do the right thing for Smartphone if creating button... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | fixed Context_Current spelling |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added qa library (currently consisting of wxDebugReport... |
tree | commitdiff |
2005-03-20 |
Mattia Barbon | Fix wxFileConf crash demonstrated by the 'DeleteLastG... |
tree | commitdiff |
2005-03-20 |
Vadim Zeitlin | Seek(-1, mode) should work instead of giving an error... |
tree | commitdiff |
2005-03-20 |
Julian Smart | Compilo fix |
tree | commitdiff |
2005-03-20 |
Vadim Zeitlin | added wxString ctor from std::string (inside #ifdef... |
tree | commitdiff |
2005-03-20 |
Julian Smart | Fix wxFileConfig for WinCE |
tree | commitdiff |
2005-03-19 |
Vadim Zeitlin | show call stack in the assert dialog box |
tree | commitdiff |
2005-03-18 |
Ryan Norton | Fix recursiveness on error... |
tree | commitdiff |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | missing break in ParseFormat() (part of patch 1160117) |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | iterator methods fixes (patch 1164808) |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First) |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | GetVirtualSize() returns client size values for the... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | removed commented out calls to ReleaseMouse() (no real... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | added wxSizerSpacer and modified wxSizerItem to contain... |
tree | commitdiff |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
tree | commitdiff |
2005-03-16 |
Julian Smart | Implemented PocketPC menubar/toolbar as wxToolMenuBar... |
tree | commitdiff |
2005-03-16 |
Włodzimierz Skiba | Use defs.h (and automatically setup.h and chkconf.h... |
tree | commitdiff |
2005-03-15 |
Julian Smart | WinCE doesn't have wxCheckListBox, and doesn't like... |
tree | commitdiff |
2005-03-14 |
Vadim Zeitlin | simplified code (removed 2 unnecessary tests) in CalcMi... |
tree | commitdiff |
2005-03-14 |
Julian Smart | Improve standard button spacing on Windows |
tree | commitdiff |
2005-03-14 |
Włodzimierz Skiba | 'Dummy' warning fixes (might be used uninitialized). |
tree | commitdiff |
2005-03-14 |
Julian Smart | Frames have Ctrl+Q accelerator set automatically, as... |
tree | commitdiff |
2005-03-14 |
George Tasker | Added support (barely tested) for MaxDB from MySQL |
tree | commitdiff |
2005-03-14 |
Włodzimierz Skiba | Incomplete setup build fix (wxPalmOS). |
tree | commitdiff |
2005-03-14 |
Michael Wetherell | The DLL version of Watcom's C runtime doesn't have... |
tree | commitdiff |
2005-03-13 |
Michael Wetherell | Add wxTempFileOutputStream |
tree | commitdiff |
2005-03-12 |
Robin Dunn | "As is" means the current size (or position) not the... |
tree | commitdiff |
2005-03-12 |
Robert Roebling | Applied patch for ArtProvider. |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | compilation fix for non PCH build |
tree | commitdiff |
2005-03-11 |
Włodzimierz Skiba | Warning and build fixes focused with Borland and Watcom. |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | Unix compilation warning fixes |
tree | commitdiff |
next |