2001-04-10 |
Julian Smart | Implemented Chuck Messenger's naming and simplification... |
tree | commitdiff |
2001-04-10 |
Julian Smart | Removed spurious wxCHECK which forgot about the possibi... |
tree | commitdiff |
2001-04-10 |
Julian Smart | Ok() should be called on image, not bitmap |
tree | commitdiff |
2001-04-10 |
George Tasker | Added a param to ::Open() to allow the programmer to... |
tree | commitdiff |
2001-04-09 |
Gilles Depeyrot | removed case conflicting file |
tree | commitdiff |
2001-04-09 |
Robert Roebling | Added wxFileName::GetModificationTime() |
tree | commitdiff |
2001-04-09 |
Vadim Zeitlin | mingw32 compilation fix |
tree | commitdiff |
2001-04-09 |
Vadim Zeitlin | fixed recursive mutexs compilation |
tree | commitdiff |
2001-04-09 |
Vadim Zeitlin | 1. fixes to wxDC deleting logic (should fix ~wxPrinterD... |
tree | commitdiff |
2001-04-09 |
Vadim Zeitlin | applied patch 410892 (wxCopyFile uses ::CopyFile under... |
tree | commitdiff |
2001-04-08 |
Vadim Zeitlin | applied patch 411059 (mingw win32 api version check) |
tree | commitdiff |
2001-04-08 |
Vadim Zeitlin | made mutexes recursive under Unix as well as under... |
tree | commitdiff |
2001-04-07 |
Gilles Depeyrot | corrected prototypes |
tree | commitdiff |
2001-04-07 |
Gilles Depeyrot | preliminary file list for Mac OS X compilation |
tree | commitdiff |
2001-04-07 |
Vadim Zeitlin | fixes bug 414369 |
tree | commitdiff |
2001-04-06 |
Václav Slavík | wxImage::ConvertToMono wasn't const - fixed |
tree | commitdiff |
2001-04-06 |
Julian Smart | Changed wxYield to wxYieldIfNeeded in PopupMenu, to... |
tree | commitdiff |
2001-04-05 |
David Webster | New .def file for all the image/bitmap changes |
tree | commitdiff |
2001-04-05 |
Václav Slavík | fixed typos in wxBitmap::ConvertToImage |
tree | commitdiff |
2001-04-05 |
George Tasker | Fixes problem where maximized child windows still have... |
tree | commitdiff |
2001-04-04 |
Václav Slavík | I moved platform specific code from wxImage to wxBitmap |
tree | commitdiff |
2001-04-04 |
Václav Slavík | implemented wxMask::Create(bitmap, paletteEntry) for... |
tree | commitdiff |
2001-04-04 |
Vadim Zeitlin | memory leak in wxZlibOutputStream fixed |
tree | commitdiff |
2001-04-03 |
David Webster | InvertMask fix |
tree | commitdiff |
2001-04-02 |
Václav Slavík | enabled palette code for wxGTK |
tree | commitdiff |
2001-04-02 |
Gilles Depeyrot | backed out improper casts and corrected prototypes... |
tree | commitdiff |
2001-04-02 |
Vadim Zeitlin | merged wxLogDebug -> wxLogTrace change from 2.2 branch |
tree | commitdiff |
2001-04-02 |
David Webster | char* cast on wxString libname blows up VC and VA.... |
tree | commitdiff |
2001-04-02 |
Vadim Zeitlin | argh! patch misapplied the patch in another place as... |
tree | commitdiff |
2001-04-02 |
Vadim Zeitlin | oops... wrong patch, second try |
tree | commitdiff |
2001-04-02 |
Vadim Zeitlin | fix for clicking on the button from 2.2 branch |
tree | commitdiff |
2001-04-02 |
David Webster | Filling out wxDC |
tree | commitdiff |
2001-04-02 |
Gilles Depeyrot | corrected file name change of mimetype.cpp to mimetmac.cpp |
tree | commitdiff |
2001-04-01 |
Gilles Depeyrot | corrections for final release of Mac OS X |
tree | commitdiff |
2001-03-31 |
George Tasker | SendSizeEvent() method moved from wxWindow to wxFrame... |
tree | commitdiff |
2001-03-30 |
George Tasker | If wxUSE_GUI was not defined, then apps using this... |
tree | commitdiff |
2001-03-30 |
Vadim Zeitlin | this should hopefully fix BC++ crashes |
tree | commitdiff |
2001-03-29 |
David Webster | Blit code for masks |
tree | commitdiff |
2001-03-29 |
David Webster | Blit code for masks |
tree | commitdiff |
2001-03-29 |
Ove Kaaven | Unicode compilation fixes. |
tree | commitdiff |
2001-03-29 |
Ove Kaaven | Some Unicode compilation fixes. This Unicode stuff... |
tree | commitdiff |
2001-03-29 |
Ove Kaaven | wchar_t byte-swapping is not necessary if __STDC_ISO_10... |
tree | commitdiff |
2001-03-29 |
Ove Kaaven | Unicode compilation fix. |
tree | commitdiff |
2001-03-28 |
David Webster | Some new interfaces in common code requires an updated... |
tree | commitdiff |
2001-03-28 |
Robin Dunn | Finished the changes necessary to use the new event... |
tree | commitdiff |
2001-03-27 |
Robin Dunn | Put back some code that was commented out for testing |
tree | commitdiff |
2001-03-26 |
Julian Smart | Bug fix to Mkdirs and GetLongPath |
tree | commitdiff |
2001-03-26 |
Julian Smart | Added focus in/out handlers for wxTextCtrl |
tree | commitdiff |
2001-03-26 |
Julian Smart | Added 'full' param to wxFileName::Mkdir to make all... |
tree | commitdiff |
2001-03-26 |
Julian Smart | Corrections to the GetLongPath code |
tree | commitdiff |
2001-03-26 |
Julian Smart | Attempt at improving GetLongPath |
tree | commitdiff |
2001-03-25 |
Václav Slavík | wxZipFSHandler does not report non-local zip archives... |
tree | commitdiff |
2001-03-25 |
Václav Slavík | implemented dummy wxPalette for wxGTK, so that it no... |
tree | commitdiff |
2001-03-25 |
Václav Slavík | made wxLocale::GetSystemLanguage and wxLocale::AddLangu... |
tree | commitdiff |
2001-03-23 |
David Webster | Ownerdrawn updates |
tree | commitdiff |
2001-03-23 |
Vadim Zeitlin | fixed memory leak in wxZlibInputStream |
tree | commitdiff |
2001-03-22 |
David Webster | Ownerdrawn stuff. Text display done, image display... |
tree | commitdiff |
2001-03-22 |
Julian Smart | Fix for tip disappearing immediately under MSW |
tree | commitdiff |
2001-03-22 |
David Webster | More ownerdrawn stuff |
tree | commitdiff |
2001-03-21 |
Vadim Zeitlin | merged Ctrl-Space fix from 2.2 branch |
tree | commitdiff |
2001-03-21 |
David Webster | OwnerDrawn updates |
tree | commitdiff |
2001-03-21 |
Julian Smart | Changed GetLong/ShortPath to allocate memory dynamically |
tree | commitdiff |
2001-03-21 |
Vadim Zeitlin | patch for cleanall target in mingw makefiles (which... |
tree | commitdiff |
2001-03-21 |
Vadim Zeitlin | forgot to commit |
tree | commitdiff |
2001-03-21 |
Vadim Zeitlin | minor fixes to wxLocale::GetSystemLanguage(), test... |
tree | commitdiff |
2001-03-21 |
George Tasker | Checked back in the change from rev 1.57 that allows... |
tree | commitdiff |
2001-03-21 |
Julian Smart | Added long-filename functions & normalisation; patch... |
tree | commitdiff |
2001-03-20 |
David Webster | Ownerdrawn testing |
tree | commitdiff |
2001-03-20 |
David Webster | More Ownerdraw menu updates |
tree | commitdiff |
2001-03-20 |
David Webster | no message |
tree | commitdiff |
2001-03-20 |
David Webster | Ownerdrawn menu updates |
tree | commitdiff |
2001-03-19 |
Vadim Zeitlin | wxImage::Ok() now returns false for images with 0 width... |
tree | commitdiff |
2001-03-19 |
Julian Smart | Small doc mod; made wxRAISED_BORDER work |
tree | commitdiff |
2001-03-18 |
Václav Slavík | wxHTML: fixed bug in tables rendering when rowspan... |
tree | commitdiff |
2001-03-16 |
Vadim Zeitlin | replaced wxLogDebugs with wxLogTrace in dnd code -... |
tree | commitdiff |
2001-03-15 |
Vadim Zeitlin | added checks to wxFont accessors |
tree | commitdiff |
2001-03-14 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-03-13 |
Václav Slavík | moved splines rendering code into wxDCBase |
tree | commitdiff |
2001-03-13 |
George Tasker | Additions to support the building of wxBase(d).lib... |
tree | commitdiff |
2001-03-13 |
George Tasker | makefile for building wxBase using the command line... |
tree | commitdiff |
2001-03-13 |
George Tasker | Added the code to copy setup0.h to setup.h if setup... |
tree | commitdiff |
2001-03-13 |
George Tasker | Semicolon was missing on the end of the WXINC line |
tree | commitdiff |
2001-03-13 |
Vadim Zeitlin | fixed wxTimeSpan::Format() to behave more reasonably |
tree | commitdiff |
2001-03-12 |
Vadim Zeitlin | patch initializing the multi choice dialog with the... |
tree | commitdiff |
2001-03-12 |
Julian Smart | Bug fix for #406153 |
tree | commitdiff |
2001-03-11 |
Václav Slavík | IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject) replaced by... |
tree | commitdiff |
2001-03-10 |
Vadim Zeitlin | trying to fix wxSpinCtrl update behaviour |
tree | commitdiff |
2001-03-10 |
Vadim Zeitlin | fixed wxToolBar::DeleteTool and losing the rows number... |
tree | commitdiff |
2001-03-09 |
Václav Slavík | fixed parsing of tags with whitespace around = sign |
tree | commitdiff |
2001-03-09 |
Vadim Zeitlin | merged in the fix for WM_MOVE |
tree | commitdiff |
2001-03-08 |
Vadim Zeitlin | fixed FindOrCreatePen/Brush() for the case when the... |
tree | commitdiff |
2001-03-07 |
Vadim Zeitlin | fixed DeviceToLogical[XY] |
tree | commitdiff |
2001-03-07 |
David Webster | Support for building samples in a port, dbg-rlse, dll... |
tree | commitdiff |
2001-03-07 |
David Webster | SUpport for new location of module definition files. |
tree | commitdiff |
2001-03-07 |
David Webster | SUpport for new location of module definition files. |
tree | commitdiff |
2001-03-07 |
David Webster | Moving OS/2 module defeintion files to /src/os2 |
tree | commitdiff |
2001-03-07 |
David Webster | Make updates for OS/2 |
tree | commitdiff |
2001-03-06 |
Vadim Zeitlin | merged fix from the 2.2 branch but the test I changed... |
tree | commitdiff |
2001-03-05 |
Julian Smart | wxFileSelector should have file name only, not path... |
tree | commitdiff |
2001-03-04 |
Stefan Csomor | corrected redraw problems with native controls |
tree | commitdiff |
next |