2008-10-03 |
Vadim Zeitlin | fix VC6 compilation problems due to its for variables... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jaakko Salli | Explicitly call wxObject ctor in wxColourPropertyValue... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jaakko Salli | Fixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basicall... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jaakko Salli | Increase properties' tolerance for wxNullVariant as... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jaakko Salli | Tweaked wxPGProperty::StringToValue() and IntToValue... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jaakko Salli | Must still delete m_cells items by explicit type (since... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Vadim Zeitlin | return false if the file passed to Load() doesn't exist... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jaakko Salli | Minor additional clipper window related code and commen... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Vadim Zeitlin | fix off by one byg in ReserveId() (closes #10020) |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Vadim Zeitlin | don't build memcheck (fails in release) and MFC (fails... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jaakko Salli | Remove wxPGClipperWindow, use wxBORDER_NONE instead... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Vadim Zeitlin | merged docvwmdi sample into docview one to avoid having... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Vadim Zeitlin | merged docvwmdi sample into docview one to avoid having... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Vadim Zeitlin | corrected samples.h location |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Vadim Zeitlin | update samples page location after switch to Doxygen |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jaakko Salli | Further fix m_children use with wxUSE_STL=1 |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Vadim Zeitlin | no changes, just removed commented out code accidentall... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jouk Jansen | adding variable initialization to 0 |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jouk Jansen | solving missing definitions in include/wx/x11/cursor.h |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Michael Wetherell | Update from Laurent. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Vadim Zeitlin | honour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderl... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Jaakko Salli | SetButtonShortcut() merged with action system |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Jaakko Salli | Updated docs, removed SetPropertyModifiedStatus() ... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Jaakko Salli | Moved ClearModifiedStatus() to wxPropertyGridInterface |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Jaakko Salli | Added missing propgrid related lines |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Václav Slavík | wxSpinButton was missing in XRC spec, added |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Václav Slavík | get rid of public constants for various XRC defaults... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Jaakko Salli | Recognize lack of wxTAB_TRAVERSAL style |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Jaakko Salli | Use wxPendingDelete |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Jaakko Salli | Added useful comment |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Jaakko Salli | Fixed wxPG sourceforge tracker bug #2138858, applied... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Vadim Zeitlin | add a more readable wrapper for CreateDocument(wxEmptyS... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Jaakko Salli | Unfocus text editor when enter is pressed |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Jaakko Salli | Use m_children as it were std::vector |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Julian Smart | Only ignore Alt down on Mac |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Julian Smart | Now accepts keys that are generated with Alt |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Vadim Zeitlin | don't distribute negative extra space among box sizer... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Benjamin Williams | applied patch from ticket 10015; wxToolBar compatibility |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Václav Slavík | finished XRC format specification: added docs for all... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Stefan Csomor | copying sizes upon construction, HDC doesn't deliver... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Stefan Csomor | fixing release handling of dc |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Jouk Jansen | wxMOTIF ?: wxcursor:wxcursor overload fix |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Václav Slavík | don't cache tray protocol availability result in wxTask... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Václav Slavík | added wxTaskBarIcon::IsAvailable |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Stefan Csomor | supporting NO_BORDER for Cocoa as well |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Jaakko Salli | Converted various wxArrayPtrVoids to wxVectors |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Jaakko Salli | Fixed Connect() use sample case in CreateControls(... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Jaakko Salli | Fix Connect() calls in SetupChildEventHandling() |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Jaakko Salli | Try to make SetupChildEventHandling() more foolproof |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Michael Wetherell | Update from Brian. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Jaakko Salli | Added missing dllimpexp declaration, added missing... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Václav Slavík | fixed incorrect separators markup in samples/xrc |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Václav Slavík | wxToolBar XRC handler should call SetupWindow() to... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Stefan Csomor | performance fix by Tim Kosse |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Václav Slavík | wxWizard XRC handler should call SetupWindow() to handl... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Robert Roebling | Make wxPGCanvas accept focus even with child windows |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Robert Roebling | Add wxPGCanvas RTTI for debugging purpose |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Robert Roebling | wxGTK's wxTextCtrl's borders can be removed |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Robert Roebling | Move body of SetFocusOnCanvas to .cpp file |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Václav Slavík | wxART_MISSING_IMAGE is not a valid wxArtClient value... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Michael Wetherell | Apply Brian's own changes. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Michael Wetherell | Make the names consistent between the two builds. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Michael Wetherell | Enable vc++ 9 quick builds. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Michael Wetherell | Add a couple of missing close slashes. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Michael Wetherell | Rename to ravnsgaard.xml. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Jaakko Salli | SetPropertyValue(prop, wxChar*) -> (prop, char*) and... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Jaakko Salli | Moved wxPropertyGrid::SetPropertyName() to wxPropertyGr... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Jaakko Salli | Removed wxPG_EX_LEGACY_VALIDATORS |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Jaakko Salli | RegisterAdditionalEditors() to work even if no wxProper... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Michael Wetherell | Switch to release builds. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Jaakko Salli | Added missing wxPGValidationInfo::SetFailureMessage... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Jaakko Salli | Removed wxPropertyGridEvent::HasProperty() (use GetProp... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Jaakko Salli | Make wxPGValidationInfo class instead of struct, re... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Francesco Montorsi | BIG CHANGE: added parsing of base classes; now CompareC... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Jaakko Salli | Doc and comment cleanup, fixes, tweaks |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Jaakko Salli | Minor clarification |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Vadim Zeitlin | no real changes, just fixed all occurences of 'occurenc... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Vadim Zeitlin | fix After{First,Last}() to work for strings with non... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Francesco Montorsi | more logic to avoid false warnings |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Francesco Montorsi | many ifacecheck automatic fixes + some access-specifier... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Francesco Montorsi | remove deprecation from wxWizard::SetPageSize |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Julian Smart | Fix for deleting first word in the control |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Vadim Zeitlin | extact common GAddress declarations to the common heade... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Vadim Zeitlin | move check for wxUSE_IPV6 being defined to wx/chkconf... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Vadim Zeitlin | set native eol-style on source and make files |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Vadim Zeitlin | fix (harmless) VC9 unreachable code warning |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Vadim Zeitlin | fix VC9 compilation: interface is #defined as struct... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Václav Slavík | wxGTK: Fixed printing to use fonts sizes adjustment... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Michael Wetherell | Change the locks to allow builds for different branches... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Francesco Montorsi | even more interface fixes |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Francesco Montorsi | added wxMethodAccessSpecifier and the logic to extract... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Michael Wetherell | Use shared checkouts with a fresh copy for each build... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Jaakko Salli | Register multibutton editor class in frame ctor instead... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Jaakko Salli | wxPropertyGrid::RegisterEditorClass() now CHECK_MSG... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Jaakko Salli | Use wxPropertyGridEventHandler in commented-out sample... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Jaakko Salli | Use wxUSE_LONGLONG_NATIVE more |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Jaakko Salli | wxPropertyGridInterface docs cleanup and fixes, removed... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Jaakko Salli | Fixed wxPGMultiButton (event handling, FinalizePosition... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Jaakko Salli | Fixed a warning |
commit | commitdiff | tree | snapshot |
next |