2008-10-12 |
Jaakko Salli | Eliminate (or at least reduce) 64-bit build warnings... |
tree | commitdiff |
2008-10-12 |
Jaakko Salli | Re-added GetSelectProperty() to wxPropertyGridManager |
tree | commitdiff |
2008-10-10 |
Francesco Montorsi | group hit-test flags into an enum (like I did in docs... |
tree | commitdiff |
2008-10-10 |
Stefan Csomor | moving embedding to common API |
tree | commitdiff |
2008-10-10 |
Jaakko Salli | GetPendingEditedValue() -> GetUncommittedPropertyValue... |
tree | commitdiff |
2008-10-10 |
Robert Roebling | Fix crash again |
tree | commitdiff |
2008-10-09 |
Robert Roebling | implement GetSizeAvailableForScrollTarget |
tree | commitdiff |
2008-10-09 |
Francesco Montorsi | fix typo (missing P2 argument in template) |
tree | commitdiff |
2008-10-09 |
Vadim Zeitlin | use wxScopeGuard instead of an explicit try/catch(... |
tree | commitdiff |
2008-10-09 |
Vadim Zeitlin | add 3 parameter scope guard; improve its documentation |
tree | commitdiff |
2008-10-08 |
Jaakko Salli | Removed '#ifndef DOXYGEN' sections |
tree | commitdiff |
2008-10-08 |
Jaakko Salli | Removed dysfunctional wxPGPropery::PrepareValueForDialo... |
tree | commitdiff |
2008-10-08 |
Jaakko Salli | Removed wxPropertyGridInterface::SetPropertyAttributes() |
tree | commitdiff |
2008-10-08 |
Vadim Zeitlin | added wxDC::GetHDC() for backwards compatibility with... |
tree | commitdiff |
2008-10-08 |
Stefan Neis | Workaround for bug in gcc-3.1 through gcc-3.3 in handli... |
tree | commitdiff |
2008-10-07 |
Stefan Neis | Avoid cyclic includes by forward declaring wxColour. |
tree | commitdiff |
2008-10-07 |
Jaakko Salli | Removed SetPropertiesFlag() (high-level function using... |
tree | commitdiff |
2008-10-07 |
Jaakko Salli | Eliminated last property generation macros from props... |
tree | commitdiff |
2008-10-07 |
Jaakko Salli | Removed wxLongStringProperty derived property creator... |
tree | commitdiff |
2008-10-07 |
Robert Roebling | Forgot to commit |
tree | commitdiff |
2008-10-06 |
Stefan Csomor | porting dcscreen blit from 2.8 |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Minimize use of editor class macros |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | When registering editor, try wxRTTI class name in addit... |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Remove use of wxPG_EDITOR macro |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Removed GetExpandedProperties() (used to act as poor... |
tree | commitdiff |
2008-10-06 |
Jaakko Salli | Removed wxPropertyGridInterface::ClearPropertyValue... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | implemented wxMemoryFSHandler::FindFirst/Next() |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | made m_Hash object, not a pointer and moved hash declar... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | rewrite using type safe wxHashMap instead of wxObject... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | remove erase(const_iterator) overload, it should have... |
tree | commitdiff |
2008-10-06 |
Stefan Csomor | moving more things to common API between carbon and... |
tree | commitdiff |
2008-10-06 |
Vadim Zeitlin | set svn properties correctly |
tree | commitdiff |
2008-10-05 |
Vadim Zeitlin | correct the example/documentation of GetDocumentsDir... |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Fix RCS-IDs |
tree | commitdiff |
2008-10-05 |
Jaakko Salli | Need to call wxVScrolledWindow::UpdateScrollbar() in... |
tree | commitdiff |
2008-10-04 |
Vadim Zeitlin | added the possibility to draw grid lines across the... |
tree | commitdiff |
2008-10-04 |
Francesco Montorsi | interface revisions of ta*h te*h headers; grouped wxTex... |
tree | commitdiff |
2008-10-04 |
Jaakko Salli | Added Description Box Height to saveable/restoreable... |
tree | commitdiff |
2008-10-04 |
Robert Roebling | Removed wxNavigationKey code, new keyboard navigation |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | don't duplicate base class m_acceleratorTable as m_acce... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Explicitly call wxObject ctor in wxColourPropertyValue... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Tweaked wxPGProperty::StringToValue() and IntToValue... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Remove wxPGClipperWindow, use wxBORDER_NONE instead... |
tree | commitdiff |
2008-10-03 |
Jouk Jansen | solving missing definitions in include/wx/x11/cursor.h |
tree | commitdiff |
2008-10-02 |
Jaakko Salli | SetButtonShortcut() merged with action system |
tree | commitdiff |
2008-10-02 |
Jaakko Salli | Updated docs, removed SetPropertyModifiedStatus() ... |
tree | commitdiff |
2008-10-02 |
Jaakko Salli | Moved ClearModifiedStatus() to wxPropertyGridInterface |
tree | commitdiff |
2008-10-02 |
Jaakko Salli | Added missing propgrid related lines |
tree | commitdiff |
2008-10-01 |
Václav Slavík | get rid of public constants for various XRC defaults... |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Use wxPendingDelete |
tree | commitdiff |
2008-10-01 |
Vadim Zeitlin | add a more readable wrapper for CreateDocument(wxEmptyS... |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Unfocus text editor when enter is pressed |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Use m_children as it were std::vector |
tree | commitdiff |
2008-10-01 |
Benjamin Williams | applied patch from ticket 10015; wxToolBar compatibility |
tree | commitdiff |
2008-09-30 |
Václav Slavík | added wxTaskBarIcon::IsAvailable |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Converted various wxArrayPtrVoids to wxVectors |
tree | commitdiff |
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 |
next |