2008-09-22 |
Vadim Zeitlin | compilation fix for PCH-less build |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | use wxGetDisplayPPI() instead of redoing it |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | use factor of 10, not 100, to convert mm to cm after... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | use inches2mm instead of literal constant in wxGetDispl... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | fix METRIC_CONVERSION_CONSTANT which got accidentally... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | position the insertion point to the start, not end... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | don't crash if the grid is being deleted while a cell... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | mention that width/height parameters to wxDisplaySize... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | added a simple test for wxGetDisplayXXX() functions |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | fix the event handling in presence of pushed event... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Stefan Csomor | using new API instead of 2.8 compat, fixes #9990 |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Stefan Csomor | fixing typo, thanks to Angelo Mottola |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | no changes, just clarified meaning of various conversio... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Stefan Csomor | fixing override, fixes #9985 (second error) |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Kevin Ollivier | Rebake after taskbar addition (apparently dlist.h commi... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Kevin Ollivier | Adding compiling (but not yet working) taskbar implemen... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | no changes, just some markup fixes |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | use ProcessEventHere() instead of ProcessEvent() in... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Vadim Zeitlin | hook the docview-specific customization of event handli... |
commit | commitdiff | tree | snapshot |
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 |
next |