2008-09-30 |
Jaakko Salli | Fixed Connect() use sample case in CreateControls(... |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Try to make SetupChildEventHandling() more foolproof |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Added missing dllimpexp declaration, added missing... |
tree | commitdiff |
2008-09-30 |
Robert Roebling | Move body of SetFocusOnCanvas to .cpp file |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | SetPropertyValue(prop, wxChar*) -> (prop, char*) and... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Moved wxPropertyGrid::SetPropertyName() to wxPropertyGr... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Removed wxPG_EX_LEGACY_VALIDATORS |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Added missing wxPGValidationInfo::SetFailureMessage... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Removed wxPropertyGridEvent::HasProperty() (use GetProp... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Make wxPGValidationInfo class instead of struct, re... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Doc and comment cleanup, fixes, tweaks |
tree | commitdiff |
2008-09-29 |
Vadim Zeitlin | no real changes, just fixed all occurences of 'occurenc... |
tree | commitdiff |
2008-09-28 |
Vadim Zeitlin | extact common GAddress declarations to the common heade... |
tree | commitdiff |
2008-09-28 |
Vadim Zeitlin | move check for wxUSE_IPV6 being defined to wx/chkconf... |
tree | commitdiff |
2008-09-28 |
Václav Slavík | wxGTK: Fixed printing to use fonts sizes adjustment... |
tree | commitdiff |
2008-09-27 |
Jaakko Salli | Use wxUSE_LONGLONG_NATIVE more |
tree | commitdiff |
2008-09-27 |
Jaakko Salli | wxPropertyGridInterface docs cleanup and fixes, removed... |
tree | commitdiff |
2008-09-27 |
Jaakko Salli | Fixed wxPGMultiButton (event handling, FinalizePosition... |
tree | commitdiff |
2008-09-27 |
Francesco Montorsi | give a name to wxZlib enums to make it easier to docume... |
tree | commitdiff |
2008-09-27 |
Francesco Montorsi | add wxPosixPermissions enumeration; it provides more... |
tree | commitdiff |
2008-09-26 |
Jaakko Salli | Fixed and clarified editor control event handling |
tree | commitdiff |
2008-09-26 |
Vadim Zeitlin | eliminate the hysteresis when scrollbars didn't disappe... |
tree | commitdiff |
2008-09-26 |
Vadim Zeitlin | tried to make umask comment make more sense |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | more f*h interface file revisions |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Removed wxPropertyGridManager::GetChildrentCount()... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | AddPage(), InsertPage() now return page ptr instead... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Reduce ambiguity of selection functions in wxPropertyGr... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Removed wxPGProperty:GetArrIndex() in favor of GetIndex... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Removed redundant wxPGChoices::Set() |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Removed redundant wxPGProperty::SetChoices() |
tree | commitdiff |
2008-09-25 |
Robin Dunn | Consolidate old and new implementations of Get/SetSelection |
tree | commitdiff |
2008-09-25 |
Robin Dunn | remove another SWIG #if |
tree | commitdiff |
2008-09-25 |
Robin Dunn | Revert last change |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | small build fixes for PCH-less builds |
tree | commitdiff |
2008-09-25 |
Robin Dunn | More changes needed to fix problems resulting from... |
tree | commitdiff |
2008-09-25 |
Kevin Ollivier | Get wxMediaCtrl stub impl. going for OS X Cocoa. |
tree | commitdiff |
2008-09-24 |
Kevin Ollivier | #ifdef Carbon-specific code to get stubbed DND support... |
tree | commitdiff |
2008-09-24 |
Robin Dunn | Ignore the DECLARE_*()'s when swigging |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | made internal members of wxColourData public again... |
tree | commitdiff |
2008-09-24 |
Vadim Zeitlin | still define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | fix build errors deriving from making wxColourData... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | made internal members of wxColourData private; they... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | changed wxColourData::GetCustomColour to const; there... |
tree | commitdiff |
2008-09-24 |
Vadim Zeitlin | reverted r55167, see #9854 |
tree | commitdiff |
2008-09-23 |
Jaakko Salli | Document revisioning (including more wx-like formatting... |
tree | commitdiff |
2008-09-23 |
Jaakko Salli | Remove obsolete references to 'target page' concept |
tree | commitdiff |
2008-09-23 |
Jaakko Salli | Remove doc references to 'common value' (which is unfin... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | fix METRIC_CONVERSION_CONSTANT which got accidentally... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | no changes, just clarified meaning of various conversio... |
tree | commitdiff |
2008-09-22 |
Kevin Ollivier | Adding compiling (but not yet working) taskbar implemen... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | hook the docview-specific customization of event handli... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | extracted the part of ProcessEvent() which is repeated... |
tree | commitdiff |
2008-09-21 |
Francesco Montorsi | various misc ifacecheck fixes (many virtual attributes... |
tree | commitdiff |
2008-09-21 |
Francesco Montorsi | complete rev55777 with some icon.h modifications which... |
tree | commitdiff |
2008-09-21 |
Francesco Montorsi | introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Fixed non-precompiled headers compilation |
tree | commitdiff |
2008-09-21 |
Stefan Csomor | fixes #9982 |
tree | commitdiff |
2008-09-21 |
Stefan Csomor | fixing focus, fixes #9985 |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | 'wx(U)LongLong << variant' type safety improved (now... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Remove redundant GetValueRef() from wxVariantData impl... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Moved SetPropertyAttributeAll() to wxPropertyGridInterface |
tree | commitdiff |
2008-09-21 |
Vadim Zeitlin | no changes, just reformat/reindent, remove wxT()s |
tree | commitdiff |
2008-09-21 |
Václav Slavík | route all Cairo calls in GTK printing code through... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | added wxGetDisplayPPI() convenience function and wxPrin... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | progress message passed to wxDC::StartDoc() is not... |
tree | commitdiff |
2008-09-21 |
Robert Roebling | Added wxDList<T>. not yet used anywhere |
tree | commitdiff |
2008-09-21 |
Kevin Ollivier | Stubbed wxToolTip implementation to get code that uses... |
tree | commitdiff |
2008-09-20 |
Kevin Ollivier | Source changes needed to get MDI support compiling... |
tree | commitdiff |
2008-09-20 |
Vadim Zeitlin | add const synonyms for wxGridTableBase::GetNumberRows... |
tree | commitdiff |
2008-09-20 |
Vadim Zeitlin | fix g++ warning about order of objects in the initializ... |
tree | commitdiff |
2008-09-20 |
Vadim Zeitlin | use a single wxKeyboardEvent parameter instead of 4... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | allow specifying the initial modifier keys values in... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | - Main change is the addition of wxGridSelectRowsOrColu... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | make wxKeyEvent and wxMouseEvent derive from the same... |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Removed macros to create enum and flag props with custo... |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Eliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Eliminated WX_PG_DECLARE_X_METHODS macros |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Moved wxPGChoices m_choices member from various propert... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | implement EnableTextChangedEvents() to make ChangeValue... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | cancel the current operation if mouse capture is lost... |
tree | commitdiff |
2008-09-18 |
Robert Roebling | Move definition of wxListIteratorFunction and ..SortFun... |
tree | commitdiff |
2008-09-18 |
Francesco Montorsi | fix for gccxml |
tree | commitdiff |
2008-09-18 |
Vadim Zeitlin | use #defines, not typedefs, for compatibility class... |
tree | commitdiff |
2008-09-18 |
Stefan Csomor | fixing deprecated constructors for osx |
tree | commitdiff |
2008-09-18 |
Stefan Csomor | in release builds gcc on osx evaporates these inlines... |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Removed wxPGProperty class overview docs from actual... |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Fixed typos |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Removed unused commented-out define |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Removed #ifndef DOXYGEN |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Added separate SetFocusOnCanvas() function so that... |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | wxUSE_PROPGRID is now recognized by source and header... |
tree | commitdiff |
2008-09-16 |
Stefan Csomor | fixing redefine warnings |
tree | commitdiff |
2008-09-16 |
Vadim Zeitlin | more grid folding: got rid of duplicate version of... |
tree | commitdiff |
2008-09-16 |
Jaakko Salli | Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa... |
tree | commitdiff |
2008-09-16 |
Robert Roebling | Added reverse iterator to wxVector<T> |
tree | commitdiff |
2008-09-16 |
Julian Smart | Switched off some buggy optimisation that caused caret... |
tree | commitdiff |
2008-09-16 |
Vadim Zeitlin | start of the great grid folding: introduce wxGridOperat... |
tree | commitdiff |
2008-09-16 |
Vadim Zeitlin | disable AUI (and also MDI in 2.8) under CE, it doesn... |
tree | commitdiff |
next |