2008-09-22 |
Vadim Zeitlin | correct and expand (while omitting the irrelevant bits... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | extracted the part of ProcessEvent() which is repeated... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Francesco Montorsi | other ifacecheck fixes |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Francesco Montorsi | various misc ifacecheck fixes (many virtual attributes... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Francesco Montorsi | revised and fixed some typos |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Francesco Montorsi | ignore preprocessor lines which #define a symbol to... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Francesco Montorsi | complete rev55777 with some icon.h modifications which... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Stefan Csomor | fixing typo (lead to always floating layering for simpl... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Francesco Montorsi | introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Jaakko Salli | Fixed non-precompiled headers compilation |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Stefan Csomor | fixes #9982 |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Václav Slavík | Removed too strict check from wx-config that prevented... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Stefan Csomor | fixing focus, fixes #9985 |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Jaakko Salli | Revised #ifndef WX_PRECOMP headers, added missing ... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Jaakko Salli | 'wx(U)LongLong << variant' type safety improved (now... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Francesco Montorsi | fix default argument values |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Jaakko Salli | Remove redundant GetValueRef() from wxVariantData impl... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Jaakko Salli | Removed #include <typeinfo> (since C++ RTTI is no longe... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Jaakko Salli | Moved SetPropertyAttributeAll() to wxPropertyGridInterface |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Jaakko Salli | A lot of documentation revision. Updated doctest code... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Vadim Zeitlin | don't waste time sending out update UI events for separ... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Václav Slavík | Get rid of gs_cairo; if wxGtkPrint* classes are used... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Vadim Zeitlin | no changes, just reformat/reindent, remove wxT()s |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Václav Slavík | route all Cairo calls in GTK printing code through... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Václav Slavík | added wxGetDisplayPPI() convenience function and wxPrin... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Václav Slavík | progress message passed to wxDC::StartDoc() is not... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Robert Roebling | Added wxDList<T>. not yet used anywhere |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Kevin Ollivier | Rebake after changes. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Kevin Ollivier | Stubbed wxToolTip implementation to get code that uses... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Kevin Ollivier | Rebake after bakefile changes. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Kevin Ollivier | Copy headers and get MDI and glcanvas fully building... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Kevin Ollivier | Fix bakefiles. Precomp variable is used undefined when... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Kevin Ollivier | Source changes needed to get MDI support compiling... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Vadim Zeitlin | add const synonyms for wxGridTableBase::GetNumberRows... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Vadim Zeitlin | fix g++ warning about order of objects in the initializ... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Vadim Zeitlin | use a single wxKeyboardEvent parameter instead of 4... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | allow specifying the initial modifier keys values in... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | - Main change is the addition of wxGridSelectRowsOrColu... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | make wxKeyEvent and wxMouseEvent derive from the same... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Jaakko Salli | Removed macros to create enum and flag props with custo... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Jaakko Salli | Eliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Jaakko Salli | Eliminated WX_PG_DECLARE_X_METHODS macros |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Jaakko Salli | Eliminate a warning |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Jaakko Salli | Moved wxPGChoices m_choices member from various propert... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Jaakko Salli | Do not insert client data if client data is not used |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Michael Wetherell | Change <checkout> slightly so that it doesn't display... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Francesco Montorsi | improved support for typedefs |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | add unit test for wxTextEntry methods of wxComboBox |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | fix bug in SetInsertionPoint(-1) implementation |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | set selection point to end in wxTextEntryBase::SetValue... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | implement EnableTextChangedEvents() to make ChangeValue... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | do enable PCH for the tests, wx/wx.h was not precompile... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | extract wxTextEntry unit tests in a reusable base class |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | set buffer length after reading the file contents into... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | return 0 (meaning the file is not seekable, as the... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | fix ownerdrawn button label drawing in ODS_NOACCEL... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Vadim Zeitlin | cancel the current operation if mouse capture is lost... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Robert Roebling | Move definition of wxListIteratorFunction and ..SortFun... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Francesco Montorsi | fix for gccxml |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Francesco Montorsi | fix default arguments for various functions/ctors |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Francesco Montorsi | few details fixed |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Stefan Csomor | remove tests, from trunk, until we've sorted out the... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jaakko Salli | Removed unused comment |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jaakko Salli | Document struct wxPGPaintData in function docs of only... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Vadim Zeitlin | mention that you need to update samples/samples.dsw... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jaakko Salli | Added section for propgrid sample |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jaakko Salli | Replaced @link with @ref |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Vadim Zeitlin | use #defines, not typedefs, for compatibility class... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jaakko Salli | Made section names more globally unique |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Vadim Zeitlin | rebaked after propgrid sample addition |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jaakko Salli | Added 'propgrid' |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Stefan Csomor | adding new commands for tests |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Stefan Csomor | fixing deprecated constructors for osx |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Stefan Csomor | in release builds gcc on osx evaporates these inlines... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Vadim Zeitlin | ensure that the copies of the bitmap passed to wxMemory... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Jaakko Salli | Removed wxPGProperty class overview docs from actual... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Jaakko Salli | Fixed typos |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Jaakko Salli | Removed unused commented-out define |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Robert Roebling | minor corrections |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Jaakko Salli | Removed #ifndef DOXYGEN |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Jaakko Salli | Added separate SetFocusOnCanvas() function so that... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Jaakko Salli | Removed some old testing code. Added more appropriate... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Jaakko Salli | Try to improve focus problem situation by using more... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Jaakko Salli | wxUSE_PROPGRID is now recognized by source and header... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Stefan Csomor | next attempt |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Michael Wetherell | General purpose slave lock. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Stefan Csomor | reverting, something in locks wasn't good |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Stefan Csomor | MW speedups |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Stefan Csomor | osx_cocoa build |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jaakko Salli | Try to display '...' text on editor buttons more consis... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Stefan Csomor | fixing redefine warnings |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Stefan Csomor | next build |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Stefan Csomor | adding scheduler |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jaakko Salli | Do not incorrectly interprete StringToValue() returning... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Vadim Zeitlin | more grid folding: got rid of duplicate version of... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Vadim Zeitlin | document wxGridTableBase |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jaakko Salli | Removed some test code left in a long time ago |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jaakko Salli | Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michael Wetherell | Fix -- in comment. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Stefan Csomor | rollback just in case it was me. ... |
commit | commitdiff | tree | snapshot |
next |