2003-08-20 |
Stefan Neis | Compilation fixes for gcc-3.2. |
tree | commitdiff |
2003-08-20 |
Mattia Barbon | Keep order of nodes when wxHashMap is resized; this... |
tree | commitdiff |
2003-08-20 |
Václav Slavík | more Unicode fixes |
tree | commitdiff |
2003-08-20 |
Václav Slavík | Unicode compilation fixes for wxX11 |
tree | commitdiff |
2003-08-19 |
Mattia Barbon | Fixes for wxHashTable when wxUSE_STL=1: |
tree | commitdiff |
2003-08-19 |
Stefan Csomor | changing wxxVariant signature |
tree | commitdiff |
2003-08-19 |
Julian Smart | Correcting typo |
tree | commitdiff |
2003-08-19 |
Stefan Csomor | removing rtti special functions |
tree | commitdiff |
2003-08-19 |
Stefan Csomor | RTTI extensions |
tree | commitdiff |
2003-08-19 |
David Elliott | Override CocoaSetEnabled() to call -[NSControl setEnabled:] |
tree | commitdiff |
2003-08-19 |
David Elliott | Override CocoaSetEnabled() to do nothing. Although... |
tree | commitdiff |
2003-08-19 |
David Elliott | Added machinery to Enable/Disable windows. When a... |
tree | commitdiff |
2003-08-19 |
Julian Smart | Fix to remove CW/Mac warning |
tree | commitdiff |
2003-08-18 |
David Elliott | * Implement GetValue() and SetValue(). |
tree | commitdiff |
2003-08-18 |
Stefan Csomor | rtti api mods added |
tree | commitdiff |
2003-08-18 |
Stefan Csomor | refactoring getters and setters to avoid signature... |
tree | commitdiff |
2003-08-18 |
Mattia Barbon | Correctly export events. |
tree | commitdiff |
2003-08-18 |
David Elliott | wxCocoa: Added NSMutableArray and NSTableColumn |
tree | commitdiff |
2003-08-18 |
David Elliott | some more wxListBox support |
tree | commitdiff |
2003-08-18 |
David Elliott | Added NSTableView support |
tree | commitdiff |
2003-08-17 |
Stefan Neis | Completely reworked OS/2 thread implementation. |
tree | commitdiff |
2003-08-17 |
David Elliott | Handle setting of client size for all types of windows |
tree | commitdiff |
2003-08-17 |
Stefan Csomor | added WXK_COMMAND |
tree | commitdiff |
2003-08-17 |
Mattia Barbon | Check for NULL base class. |
tree | commitdiff |
2003-08-17 |
Stefan Csomor | textcontrol handling change for mac (execute event... |
tree | commitdiff |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
tree | commitdiff |
2003-08-17 |
Václav Slavík | restored wxBuildOptions class, for backward compatibili... |
tree | commitdiff |
2003-08-17 |
Václav Slavík | removed unused wxObject::Dump |
tree | commitdiff |
2003-08-17 |
Václav Slavík | have TryValidator even if wxUSE_VALIDATORS=1, so that... |
tree | commitdiff |
2003-08-17 |
Václav Slavík | check for WXWIN_COMPATIBLITY settings, they affect... |
tree | commitdiff |
2003-08-17 |
Václav Slavík | don't change WXWIN_COMPATIBLITY settings, it affects... |
tree | commitdiff |
2003-08-17 |
Julian Smart | Moved wxToolBarSimple to deprecated library |
tree | commitdiff |
2003-08-16 |
Václav Slavík | moved WinMain into the application even for static... |
tree | commitdiff |
2003-08-16 |
Gilles Depeyrot | applied fixes for CodeWarrior compilation |
tree | commitdiff |
2003-08-15 |
Julian Smart | Can now switch between PostScript and WIN32 print dialogs |
tree | commitdiff |
2003-08-14 |
Vadim Zeitlin | compilation fix for the last fix |
tree | commitdiff |
2003-08-14 |
Vadim Zeitlin | warning fixes for Borland |
tree | commitdiff |
2003-08-14 |
David Elliott | Stub for wxRegion::Offset |
tree | commitdiff |
2003-08-14 |
David Elliott | Implemented toolbar/statusbar positioning |
tree | commitdiff |
2003-08-14 |
David Elliott | Implemented window scrolling using wxWindowCocoaScroller |
tree | commitdiff |
2003-08-14 |
David Elliott | wxCocoa: Added NSScrollView definition |
tree | commitdiff |
2003-08-14 |
Stefan Csomor | xti macro fix |
tree | commitdiff |
2003-08-14 |
Václav Slavík | wxBase compilation fixes |
tree | commitdiff |
2003-08-14 |
Stefan Csomor | notebook page information objects |
tree | commitdiff |
2003-08-14 |
Stefan Csomor | properties as collection |
tree | commitdiff |
2003-08-14 |
Stefan Csomor | min and max setters added (xti) |
tree | commitdiff |
2003-08-14 |
Julian Smart | No significant changes |
tree | commitdiff |
2003-08-14 |
Chris Elliott | move define to better place |
tree | commitdiff |
2003-08-14 |
Julian Smart | Removed some cruft |
tree | commitdiff |
2003-08-14 |
Chris Elliott | fix bugs when compiling with dmars |
tree | commitdiff |
2003-08-14 |
Václav Slavík | DMC doesn't have w32api |
tree | commitdiff |
2003-08-14 |
Chris Elliott | dmars does not have w32api.h |
tree | commitdiff |
2003-08-14 |
Chris Elliott | remove no longer treu comment about dmars |
tree | commitdiff |
2003-08-14 |
Vadim Zeitlin | added wxRecursionGuard |
tree | commitdiff |
2003-08-13 |
Mattia Barbon | Refactoring: no real changes. |
tree | commitdiff |
2003-08-13 |
Mattia Barbon | wxMotif STL-ification. |
tree | commitdiff |
2003-08-13 |
Robin Dunn | Clear --> ClearBackground |
tree | commitdiff |
2003-08-13 |
David Elliott | Added helper functions for setting initial window size: |
tree | commitdiff |
2003-08-13 |
Stefan Csomor | collection macro also for XTI_TEMPLATE_FIX |
tree | commitdiff |
2003-08-13 |
Stefan Csomor | collection support for XTI |
tree | commitdiff |
2003-08-13 |
Stefan Csomor | make this along the vc 7.1 exception as beforestd |
tree | commitdiff |
2003-08-13 |
Vadim Zeitlin | renamed wxWindow::Clear() to ClearBackground() for... |
tree | commitdiff |
2003-08-13 |
David Elliott | Don't send idle events while an assertion dialog is... |
tree | commitdiff |
2003-08-13 |
Vadim Zeitlin | renamed wxWindow::Clear() to ClearBackground() (fixes... |
tree | commitdiff |
2003-08-13 |
Vadim Zeitlin | suppress warnings about not being able to inline a... |
tree | commitdiff |
2003-08-12 |
Mattia Barbon | Added wxHashSet, with minimal tests. |
tree | commitdiff |
2003-08-12 |
David Elliott | Laid groundwork for scrolling. |
tree | commitdiff |
2003-08-11 |
Mattia Barbon | Expose GetCount when wxUSE_STL=1. |
tree | commitdiff |
2003-08-11 |
Julian Smart | wxCaretSuspender only shows the caret if it was visible... |
tree | commitdiff |
2003-08-11 |
David Elliott | Replaced id with winid so it doesn't conflict with... |
tree | commitdiff |
2003-08-11 |
David Elliott | Added default implementation for drawRect and mouse... |
tree | commitdiff |
2003-08-11 |
Stefan Csomor | added wxDynamicObject (kind of delegate, docs to come... |
tree | commitdiff |
2003-08-10 |
Vadim Zeitlin | added version checking to the renderers |
tree | commitdiff |
2003-08-09 |
Václav Slavík | check if we are using compatible C++ ABI when usin... |
tree | commitdiff |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
tree | commitdiff |
2003-08-09 |
Stefan Csomor | define WX_XTI_TEMPLATE_FIX in case it is not yet |
tree | commitdiff |
2003-08-09 |
Stefan Csomor | added flag for broken compilers with regard to template... |
tree | commitdiff |
2003-08-09 |
Stefan Csomor | exposing the dynamic event table |
tree | commitdiff |
2003-08-08 |
Robin Dunn | Added wxRTTI for the new wxVScrolledWindow, wxVListBox... |
tree | commitdiff |
2003-08-08 |
Stefan Csomor | xti expansions, streaming code changes |
tree | commitdiff |
2003-08-08 |
Julian Smart | Call base OnInternalIdle |
tree | commitdiff |
2003-08-08 |
David Elliott | * When cloning the ref data, copy the NSBitmapImageRep... |
tree | commitdiff |
2003-08-07 |
Václav Slavík | blind fix for watcom |
tree | commitdiff |
2003-08-07 |
Václav Slavík | fixed wxBase and GUI separation for sockets code |
tree | commitdiff |
2003-08-06 |
Vadim Zeitlin | fixed HasButtons() |
tree | commitdiff |
2003-08-06 |
Vadim Zeitlin | added Load() and Set() methods |
tree | commitdiff |
2003-08-06 |
Václav Slavík | deprecated Initialize/CleanUpClasses |
tree | commitdiff |
2003-08-06 |
Václav Slavík | initialize wxClassInfo::sm_classTable automatically |
tree | commitdiff |
2003-08-06 |
David Elliott | Don't install idle event handler in secondary threads. |
tree | commitdiff |
2003-08-06 |
David Elliott | wxCocoa: Added NSThread |
tree | commitdiff |
2003-08-05 |
Stefan Csomor | added more specializations for bcc32 |
tree | commitdiff |
2003-08-05 |
Stefan Csomor | xti change |
tree | commitdiff |
2003-08-05 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-08-05 |
Mattia Barbon | Unicode compilation fix. |
tree | commitdiff |
2003-08-05 |
Stefan Csomor | xti streaming |
tree | commitdiff |
2003-08-05 |
Stefan Csomor | xti streaming cleanup, type extensions |
tree | commitdiff |
2003-08-05 |
Václav Slavík | compilation fixes for win32 dll+multilib |
tree | commitdiff |
2003-08-04 |
George Tasker | Incorrect placement of the '*' in the line "const wxCha... |
tree | commitdiff |
2003-08-04 |
Vadim Zeitlin | don't include MDI headers if !wxUSE_MDI |
tree | commitdiff |
2003-08-04 |
Vadim Zeitlin | added Unload(handle); updated the docs |
tree | commitdiff |
next |