2008-10-04 |
Vadim Zeitlin | added the possibility to draw grid lines across the... |
tree | commitdiff |
2008-10-04 |
Robert Roebling | Also use F4 shortcut for textfield + button combination |
tree | commitdiff |
2008-10-04 |
Jaakko Salli | Fixed use of erase() in wxPGChoices::RemoveAt() |
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-04 |
Robert Roebling | Also use F4 as short-cut for opening pop-up |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | don't duplicate base class m_acceleratorTable as m_acce... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Fixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basicall... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Increase properties' tolerance for wxNullVariant as... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Must still delete m_cells items by explicit type (since... |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | return false if the file passed to Load() doesn't exist... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Minor additional clipper window related code and commen... |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | fix off by one byg in ReserveId() (closes #10020) |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Remove wxPGClipperWindow, use wxBORDER_NONE instead... |
tree | commitdiff |
2008-10-03 |
Jaakko Salli | Further fix m_children use with wxUSE_STL=1 |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | no changes, just removed commented out code accidentall... |
tree | commitdiff |
2008-10-03 |
Jouk Jansen | adding variable initialization to 0 |
tree | commitdiff |
2008-10-02 |
Vadim Zeitlin | honour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderl... |
tree | commitdiff |
2008-10-02 |
Jaakko Salli | SetButtonShortcut() merged with action system |
tree | commitdiff |
2008-10-02 |
Jaakko Salli | Moved ClearModifiedStatus() to wxPropertyGridInterface |
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 | Recognize lack of wxTAB_TRAVERSAL style |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Use wxPendingDelete |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Added useful comment |
tree | commitdiff |
2008-10-01 |
Jaakko Salli | Fixed wxPG sourceforge tracker bug #2138858, applied... |
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 |
Julian Smart | Only ignore Alt down on Mac |
tree | commitdiff |
2008-10-01 |
Julian Smart | Now accepts keys that are generated with Alt |
tree | commitdiff |
2008-10-01 |
Vadim Zeitlin | don't distribute negative extra space among box sizer... |
tree | commitdiff |
2008-10-01 |
Václav Slavík | compilation fix |
tree | commitdiff |
2008-10-01 |
Benjamin Williams | applied patch from ticket 10015; wxToolBar compatibility |
tree | commitdiff |
2008-10-01 |
Stefan Csomor | copying sizes upon construction, HDC doesn't deliver... |
tree | commitdiff |
2008-10-01 |
Stefan Csomor | fixing release handling of dc |
tree | commitdiff |
2008-10-01 |
Jouk Jansen | wxMOTIF ?: wxcursor:wxcursor overload fix |
tree | commitdiff |
2008-09-30 |
Václav Slavík | don't cache tray protocol availability result in wxTask... |
tree | commitdiff |
2008-09-30 |
Václav Slavík | added wxTaskBarIcon::IsAvailable |
tree | commitdiff |
2008-09-30 |
Stefan Csomor | supporting NO_BORDER for Cocoa as well |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Converted various wxArrayPtrVoids to wxVectors |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Fix Connect() calls in SetupChildEventHandling() |
tree | commitdiff |
2008-09-30 |
Jaakko Salli | Try to make SetupChildEventHandling() more foolproof |
tree | commitdiff |
2008-09-30 |
Václav Slavík | wxToolBar XRC handler should call SetupWindow() to... |
tree | commitdiff |
2008-09-30 |
Stefan Csomor | performance fix by Tim Kosse |
tree | commitdiff |
2008-09-30 |
Václav Slavík | wxWizard XRC handler should call SetupWindow() to handl... |
tree | commitdiff |
2008-09-30 |
Robert Roebling | Make wxPGCanvas accept focus even with child windows |
tree | commitdiff |
2008-09-30 |
Robert Roebling | Add wxPGCanvas RTTI for debugging purpose |
tree | commitdiff |
2008-09-30 |
Robert Roebling | wxGTK's wxTextCtrl's borders can be removed |
tree | commitdiff |
2008-09-30 |
Robert Roebling | Move body of SetFocusOnCanvas to .cpp file |
tree | commitdiff |
2008-09-29 |
Václav Slavík | wxART_MISSING_IMAGE is not a valid wxArtClient value... |
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 | RegisterAdditionalEditors() to work even if no wxProper... |
tree | commitdiff |
2008-09-29 |
Jaakko Salli | Make wxPGValidationInfo class instead of struct, re... |
tree | commitdiff |
2008-09-29 |
Vadim Zeitlin | no real changes, just fixed all occurences of 'occurenc... |
tree | commitdiff |
2008-09-29 |
Vadim Zeitlin | fix After{First,Last}() to work for strings with non... |
tree | commitdiff |
2008-09-28 |
Julian Smart | Fix for deleting first word in the control |
tree | commitdiff |
2008-09-28 |
Václav Slavík | wxGTK: Fixed printing to use fonts sizes adjustment... |
tree | commitdiff |
2008-09-27 |
Jaakko Salli | wxPropertyGrid::RegisterEditorClass() now CHECK_MSG... |
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 |
Jaakko Salli | Fixed a warning |
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 | fix ParseFormat("%d") to set the date it finds (#10002) |
tree | commitdiff |
2008-09-26 |
Vadim Zeitlin | using CLSCTX_ALL fails with Microsoft Office applicatio... |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | don't give errors if SetLayeredWindowAttributes() is... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | fix for non-PCH builds |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | build fix |
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 | Removed wxPGProperty:GetArrIndex() in favor of GetIndex... |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | don't test for both stream.fail() and stream.bad()... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Slightly better wxStockCursor usage |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | specify the file name in IO errors messages; also make... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Fixed bug: Settings property attribute to wxNullVariant... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Fix wxCursor() ctor compilation by casting argument... |
tree | commitdiff |
2008-09-25 |
Robin Dunn | Consolidate old and new implementations of Get/SetSelection |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Fixed bug: wxPGProperty::OnEvent() was never called... |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | fix parsing of IP literals in URIs, added test for it |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | removed hardcoded size of 66 bytes of PRINTDLG struct... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | small build fixes for PCH-less builds |
tree | commitdiff |
2008-09-25 |
Stefan Csomor | avoiding crash for pure modifier events |
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-25 |
Kevin Ollivier | Remove some wxCocoa stuff that isn't in 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 | Unicode-related compile fixes |
tree | commitdiff |
2008-09-24 |
Robin Dunn | Fix wxStockCursor realted compile error |
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 | changed wxColourData::GetCustomColour to const; there... |
tree | commitdiff |
2008-09-24 |
Vadim Zeitlin | return false, not true, from wxSingleInstanceChecker... |
tree | commitdiff |
2008-09-24 |
Vadim Zeitlin | reverted r55167, see #9854 |
tree | commitdiff |
2008-09-24 |
Vadim Zeitlin | restore the original selection when the dropdown is... |
tree | commitdiff |
2008-09-24 |
Stefan Csomor | supporting GetSize, fixes #9969 |
tree | commitdiff |
2008-09-23 |
Stefan Csomor | fixing compiles under certain flags |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | use wxGetDisplayPPI() instead of redoing it |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | use factor of 10, not 100, to convert mm to cm after... |
tree | commitdiff |
next |