2003-07-29 |
Julian Smart | Added wxPaintDCEx class, to handle the case where an HDC |
tree | commitdiff |
2003-07-29 |
David Elliott | Keep track of the captured mouse window so the base... |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | metadata streaming |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | xti updates |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | Added Setter for Position (consistency) |
tree | commitdiff |
2003-07-28 |
David Elliott | wxCocoa: Include new platform-specific headers |
tree | commitdiff |
2003-07-28 |
David Elliott | Added wxClipboard and wxDataObject (and friends) declar... |
tree | commitdiff |
2003-07-28 |
Vadim Zeitlin | added wxAppTraits::CreateRenderer() which may be used... |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | xti introduction |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | wxUSE_EXTENDED_RTTI as name |
tree | commitdiff |
2003-07-28 |
Václav Slavík | ported wxSVG contrib to bakefile (patch #778614) |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | xti introduction |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | even more defines for rerouting the xti information... |
tree | commitdiff |
2003-07-27 |
Vadim Zeitlin | GetPath() now has wxPATH_GET_COLUME by default |
tree | commitdiff |
2003-07-27 |
Václav Slavík | split wxBase into wxBase and wxNet libraries |
tree | commitdiff |
2003-07-27 |
Václav Slavík | added *_WITH_DECL macros so that it is possible to... |
tree | commitdiff |
2003-07-27 |
Václav Slavík | compilation fix for BC++ |
tree | commitdiff |
2003-07-27 |
Vadim Zeitlin | added orient parameter to DrawSplitterSash instead... |
tree | commitdiff |
2003-07-26 |
Robin Dunn | MOre fixes for DLL builds |
tree | commitdiff |
2003-07-25 |
Robin Dunn | Fixes to allow STC to be built as a DLL |
tree | commitdiff |
2003-07-25 |
David Elliott | Fixed operator[] recursion |
tree | commitdiff |
2003-07-24 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-07-24 |
Mattia Barbon | Create a new wxStringBase class, providing a STL... |
tree | commitdiff |
2003-07-24 |
Mattia Barbon | Fixed wrong wxList<T>::compatibility_iterator::GetPre... |
tree | commitdiff |
2003-07-24 |
Mattia Barbon | Removed (wrong) wxHashTable::compatibility_iterator... |
tree | commitdiff |
2003-07-24 |
Stefan Csomor | expat define MACOS_CLASSIC added |
tree | commitdiff |
2003-07-24 |
Julian Smart | Fixed preview navigation as per ancient bug report |
tree | commitdiff |
2003-07-23 |
Julian Smart | Printing improvements: GetPageInfo() gets called after... |
tree | commitdiff |
2003-07-23 |
Mattia Barbon | Remove single-argument constructor of wxHashMap:... |
tree | commitdiff |
2003-07-23 |
Mattia Barbon | Fixed memory leaks when wxUSE_STL=1. |
tree | commitdiff |
2003-07-23 |
Mattia Barbon | various compilation/warning fixes. |
tree | commitdiff |
2003-07-23 |
Václav Slavík | wxUSE_XML |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | restore some of the styles; added support for splitters... |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | more warning fixes |
tree | commitdiff |
2003-07-22 |
David Elliott | wxCocoa: Added preliminary Blit support |
tree | commitdiff |
2003-07-22 |
David Elliott | Added NSImage definition |
tree | commitdiff |
2003-07-22 |
Václav Slavík | compilation fixes for Vadim's changes and Borland C++ |
tree | commitdiff |
2003-07-22 |
Chris Elliott | borland does not like ; at end of macros |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
tree | commitdiff |
2003-07-22 |
Robin Dunn | Patch #775355 Unicode fix for STC |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | suppress warning about not being able to generate copy... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | must derive from wxDC, not wxDCBase |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | added default parameters to wxBrush/wxPen ctors |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | virtualized splitter drawing; removed/deprecated some... |
tree | commitdiff |
2003-07-21 |
David Elliott | wxCocoa: Preliminary wxMemoryDC implementation |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | gave default parameters for wxBrush() ctor from wxColou... |
tree | commitdiff |
2003-07-21 |
Mattia Barbon | Compilation fixes for wxUSE_STL=1 and for |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | gave default parameters for wxPen() ctor from wxColour... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | added wxMirrorDC |
tree | commitdiff |
2003-07-21 |
David Elliott | Don't depend on wx/dcmemory.h to include wx/dcclient... |
tree | commitdiff |
2003-07-21 |
David Elliott | Implemented wxDC stack with focus locking and unlocking |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | only define operator bool() if operator long() is not... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | load any files, not only XPMs, in wxIcon(wxIconLocation) |
tree | commitdiff |
2003-07-21 |
Mattia Barbon | Compilaton fixes. |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | icon location may contain , so added GetIcon() overload... |
tree | commitdiff |
2003-07-21 |
David Elliott | wxCocoa: Added preliminary wxBitmap support |
tree | commitdiff |
2003-07-21 |
David Elliott | wxCursorRefData inherits from wxObjectRefData instead... |
tree | commitdiff |
2003-07-21 |
David Elliott | Added NSBitmapImageRep |
tree | commitdiff |
2003-07-20 |
Julian Smart | Added a resource for Smartphone menubar |
tree | commitdiff |
2003-07-20 |
Václav Slavík | moved XML classes to the core |
tree | commitdiff |
2003-07-20 |
Václav Slavík | moved XML classes to the core |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | added sizers support; allow resizeable wizards (Robert... |
tree | commitdiff |
2003-07-20 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | added wxSize::IncTo/DecTo |
tree | commitdiff |
2003-07-20 |
Mattia Barbon | Compilation fix for !WXWIN_COMPATIBILITY_2_4. |
tree | commitdiff |
2003-07-20 |
Mattia Barbon | Compilation fixes for !WXWIN_COMPATIBILITY_2_4. |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | fixed suppressing of wxFontMapper questions which was... |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | added wxRendererNative to be used by the generic contro... |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | fixes for deprecated warnings |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | made wx[Array]TreeItemId[s] more backwards compatible |
tree | commitdiff |
2003-07-19 |
Mattia Barbon | wxUSE_STL=1 compilation fixes. |
tree | commitdiff |
2003-07-19 |
Mattia Barbon | Don't #include Motif headers from src/x11/glcanvas... |
tree | commitdiff |
2003-07-19 |
Mattia Barbon | Remove commented-out code. |
tree | commitdiff |
2003-07-19 |
Mattia Barbon | Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | warning 4284 doesn't have to be suppressed any more... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | moved smart phone test to chkconf.h from features.h |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | replaced untyped hash with a typed one; 64 bit fixes... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | reduced compilation dependencies |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | compatibiltiy functions should be inline, we don't... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | define a special PTR version of LIST macros which shoul... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | added NO_PTR versions of ARRAY macros to suppress warni... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | don't disable warnings for VC7, not necessary |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | added Show/HideNativeCaret() (patch 759924) |
tree | commitdiff |
2003-07-19 |
Julian Smart | Added minimal file dialog for SmartPhone |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | extracted common code into a single wxfileDialogBase... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | added GetForbiddenChars() and TRUE -> true (patch 757777) |
tree | commitdiff |
2003-07-19 |
Mattia Barbon | Fix some compilation and linking errors in samples. |
tree | commitdiff |
2003-07-18 |
Mattia Barbon | Fix wxStringBuffer for wxUSE_STL=1. |
tree | commitdiff |
2003-07-18 |
Mattia Barbon | Added wxStringBufferLength: works like wxStringBuffer... |
tree | commitdiff |
2003-07-18 |
Mattia Barbon | MSVC 5 compilation fixes. |
tree | commitdiff |
2003-07-18 |
Julian Smart | Added some standard further identifiers to help with... |
tree | commitdiff |
2003-07-18 |
Julian Smart | Added WCE toolbar |
tree | commitdiff |
2003-07-18 |
Robin Dunn | Update to Scintilla 1.53 |
tree | commitdiff |
2003-07-18 |
Vadim Zeitlin | allow to change the event propagation level (modified... |
tree | commitdiff |
2003-07-17 |
Vadim Zeitlin | applied event speed up patch (752928) |
tree | commitdiff |
2003-07-17 |
Vadim Zeitlin | added format parameter to File/DirName() |
tree | commitdiff |
2003-07-17 |
Mattia Barbon | Use correct types for comparison functions in wxArray, |
tree | commitdiff |
2003-07-17 |
Vadim Zeitlin | don't clear the handles list in dtor, it is static... |
tree | commitdiff |
next |