2008-08-22 |
Julian Smart | Cleanup of previous fix |
tree | commitdiff |
2008-08-22 |
Julian Smart | Generic carent no longer invisible on a dark background |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | paint the space remaining after the columns too in... |
tree | commitdiff |
2008-08-13 |
Paul Cornett | move notebook event definition to common code |
tree | commitdiff |
2008-08-10 |
Robin Dunn | Use WXUNUSED and give more explaination for the handler |
tree | commitdiff |
2008-08-10 |
Robin Dunn | Avoid default child window focus behavior in generic... |
tree | commitdiff |
2008-08-09 |
Vadim Zeitlin | initialize the button label correctly if the same wizar... |
tree | commitdiff |
2008-08-07 |
Julian Smart | Fixed scrolling bug where scrollbar was taken to be... |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | fix view rectangle calculation for the control with... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | use wxPEN/BRUSH_XXX instead of wxXXX (#9812) |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | compilation after last commit: semicolon after wxDELETE... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | add wxRenderer::GetCheckBoxSize(); refactor wxGTK code... |
tree | commitdiff |
2008-08-02 |
Stefan Csomor | guarding all text methods against unset font |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | implement support for wxOR and wxCLEAR in wxCairoContex... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | OSX regrouping |
tree | commitdiff |
2008-07-18 |
Julian Smart | Fixed initial layout bug when using dynamically created... |
tree | commitdiff |
2008-07-15 |
Julian Smart | Fixed wxTreebook tree control style |
tree | commitdiff |
2008-07-15 |
Vadim Zeitlin | fix changing size of merged cells (#9736) |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | set wxKeyEvent::m_uniChar correctly in the events gener... |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | relay out the control after deleting any page, not... |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | don't assert when GetSubItemRect() is called in non... |
tree | commitdiff |
2008-07-13 |
Vadim Zeitlin | added wxVListBox::GetItemRect() (#9711) |
tree | commitdiff |
2008-07-09 |
Stefan Neis | Applied fix for wxGrid::ClearAttrCache (#9712). |
tree | commitdiff |
2008-07-09 |
Robin Dunn | Applied patch from Ticket #9563. Use just the rectangl... |
tree | commitdiff |
2008-07-06 |
Stefan Neis | Make AutoSizing in wxGrid's SetCol/RowSize work and... |
tree | commitdiff |
2008-07-03 |
Vadim Zeitlin | don't ignore changes of empty string to 0 or vice versa... |
tree | commitdiff |
2008-06-30 |
Vadim Zeitlin | implement wxListCtrl::GetSubItemRect() for generic... |
tree | commitdiff |
2008-06-29 |
Stefan Neis | Don't force ColWidth to always grow for wxGridCellAutoW... |
tree | commitdiff |
2008-06-29 |
Vadim Zeitlin | don't call SetInsertionPointToEnd() on read-only combob... |
tree | commitdiff |
2008-06-29 |
Vadim Zeitlin | support wxListCtrl::GetViewRect() in report view too... |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | don't ignore changes of empty string to 0 or vice versa... |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | support wxDP_ALLOWNONE in generic wxDatePickerCtrl... |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | deprecate wxTE_AUTO_SCROLL as it's always on in the... |
tree | commitdiff |
2008-06-28 |
Stefan Neis | Restricted column/row resizing in cell window to left... |
tree | commitdiff |
2008-06-24 |
Robert Roebling | Next part of tree state icon patches |
tree | commitdiff |
2008-06-23 |
Paul Cornett | avoid setting a negative window size |
tree | commitdiff |
2008-06-22 |
Vadim Zeitlin | fix handling of wxDP_SHOWCENTURY for some non-C locales... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | compilation fix for PCH-less build |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | disable report view mode under Mac as it hangs the... |
tree | commitdiff |
2008-06-21 |
Vadim Zeitlin | added wxGenericStaticBitmap (#9608) |
tree | commitdiff |
2008-06-18 |
Stefan Neis | Cleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr... |
tree | commitdiff |
2008-06-16 |
Robert Roebling | #9591: Item state (icons) for wxTreeCtrl on any platform |
tree | commitdiff |
2008-06-15 |
Stefan Neis | Fixed problems with reassigning the already assigned... |
tree | commitdiff |
2008-06-15 |
Stefan Neis | Added missing screen update on deselection in wxGrid... |
tree | commitdiff |
2008-06-15 |
Stefan Neis | Applied ticket #1230 (patch to SetColFormatCustom)... |
tree | commitdiff |
2008-06-13 |
Vadim Zeitlin | don't clear the list control when wxLC_[HV]RULES style... |
tree | commitdiff |
2008-06-13 |
Vadim Zeitlin | fix reference counting problems with wxGridCellWithAttr... |
tree | commitdiff |
2008-06-12 |
Vadim Zeitlin | fix crash which happened if you called SetAttr(NULL... |
tree | commitdiff |
2008-06-12 |
Vadim Zeitlin | optimize wxGrid::BlockToDeviceRect() to avoid iterating... |
tree | commitdiff |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
tree | commitdiff |
2008-06-11 |
Vadim Zeitlin | fix for crash under wxX11: we get text event there... |
tree | commitdiff |
2008-06-11 |
Vadim Zeitlin | use native calendar control in wxDatePickerCtrl if... |
tree | commitdiff |
2008-06-11 |
Robert Roebling | #9559 DataViewCtrl wrong behaviour with reordering... |
tree | commitdiff |
2008-06-09 |
Vadim Zeitlin | don't use deprecate SetClippingRegion(wxRegion) |
tree | commitdiff |
2008-06-09 |
Robert Roebling | blind fix for: #9549: crash in wxDataViewMainWindow... |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | make wxLogWindow thread-safe (#8783) |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | don't refresh the current cell in SetCellHighlightROPen... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | use report mode for the wxListbook list control if... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | don't leave current item index invalid after SetItemCou... |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Use wxList::DeleteContents() to delete columns |
tree | commitdiff |
2008-05-23 |
Vadim Zeitlin | fix MSVC warnings about conversions between pointers... |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | don't reserve space for the icons if none are used... |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
tree | commitdiff |
2008-05-20 |
Robert Roebling | Commit mem leak fix I introduced |
tree | commitdiff |
2008-05-20 |
Robert Roebling | Fix mem corruption due to string no longer being in... |
tree | commitdiff |
2008-05-20 |
Robert Roebling | Don't make lines narrower that default line height... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | allow loading wxAnimationCtrl contents from stream... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | native wxBitmapComboBox implementation for MSW (patch... |
tree | commitdiff |
2008-05-16 |
Robert Roebling | Correct vert alignment |
tree | commitdiff |
2008-05-16 |
Robert Roebling | ignore invisble columns in height calculation |
tree | commitdiff |
2008-05-16 |
Robert Roebling | Option for variable line heights (MSW and GTK+ sofar) |
tree | commitdiff |
2008-05-15 |
Paul Cornett | fix some warnings from GCC -Wextra |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | fix appending items to sorted control (patch 1940384) |
tree | commitdiff |
2008-05-11 |
Stefan Neis | Blind fix for bug #1936227 (unable to set initial value... |
tree | commitdiff |
2008-05-09 |
Robin Dunn | Merge r53510 from 2.8 branch |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | fix some unused variables warnings reported by Borland |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | correct the signature of the overriden Reparent() |
tree | commitdiff |
2008-04-30 |
Robert Roebling | Use cairo_scale() for scaling to full printing resoluti... |
tree | commitdiff |
2008-04-29 |
Robert Roebling | Tried to transform wxGC like wxDC, failed |
tree | commitdiff |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
tree | commitdiff |
2008-04-28 |
Robert Roebling | Check for m_treeCtrl!=NULL, [ wxwindows-Patches-1953459... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Made wxCairo graphics code compile again, wxGraphicsBit... |
tree | commitdiff |
2008-04-19 |
Robert Roebling | Fixed wxDatePickerCtrl under OS X |
tree | commitdiff |
2008-04-18 |
Robert Roebling | Layout improvements for CalendarCtrl |
tree | commitdiff |
2008-04-14 |
Robert Roebling | Support bitmaps and text and header columns using wxIma... |
tree | commitdiff |
2008-04-14 |
Robert Roebling | Added bitmap support to column header |
tree | commitdiff |
2008-04-11 |
Jouk Jansen | Updates for VMS : new Makefiles, proper type casts |
tree | commitdiff |
2008-04-08 |
Robert Roebling | Adapt MSW's renderer's alignment to use column header... |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Split wxDataViewVirtualModel fork wxDataViewIndexModel... |
tree | commitdiff |
2008-04-07 |
Vadim Zeitlin | correct positioning of the control and removed workarou... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | no changes, just fix typo in variable name |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | reset m_selection in DeleteAllPages() (patch 1922215... |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Fixed bug that made adding a child to a branch (that... |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Probable fix for [ 1933745 ] Crash in wxDataViewHeaderW... |
tree | commitdiff |
2008-04-05 |
Robert Roebling | [ 1922123 ] Generic wxDataViewCtrl leaks |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Support renderer::LeftClick() in generic code, removed... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | set focus to the control when it's clicked |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | generate the correct events in the native MSW version... |
tree | commitdiff |
next |