2007-08-16 |
Robert Roebling | removed Set/GetSortAscending from wxDataViewModel and...
|
commit | commitdiff | tree |
2007-08-16 |
Robert Roebling | compile with GTK < 2.8
|
commit | commitdiff | tree |
2007-08-13 |
Robert Roebling | Applied Hartwig's implementation of OS X wxDataViewCtrl
|
commit | commitdiff | tree |
2007-07-26 |
Robert Roebling | escape _
|
commit | commitdiff | tree |
2007-07-25 |
Robert Roebling | Rewritten wxList docs
|
commit | commitdiff | tree |
2007-07-25 |
Robert Roebling | Use type safe list for model notifiers, sample corrected
|
commit | commitdiff | tree |
2007-07-25 |
Robert Roebling | call attributes attributes
|
commit | commitdiff | tree |
2007-07-25 |
Robert Roebling | Small correction
|
commit | commitdiff | tree |
2007-07-25 |
Robert Roebling | ItemDeleted now has (parent, item)
|
commit | commitdiff | tree |
2007-07-25 |
Robert Roebling | Patch from Bo, implement sorting in wxDVC
|
commit | commitdiff | tree |
2007-07-25 |
Robert Roebling | Add iterators to wxVector, use std::vector in STL mode...
|
commit | commitdiff | tree |
2007-07-25 |
Robert Roebling | make wxDataViewCtrl in STL mode
|
commit | commitdiff | tree |
2007-07-24 |
Robert Roebling | Patch from Bo to speed up FindNode() in internal data...
|
commit | commitdiff | tree |
2007-07-24 |
Robert Roebling | Added wxQsort()
|
commit | commitdiff | tree |
2007-07-24 |
Robert Roebling | Don't send events when expanding internally, only after...
|
commit | commitdiff | tree |
2007-07-24 |
Robert Roebling | Send events from port-specific code, not common code...
|
commit | commitdiff | tree |
2007-07-24 |
Robert Roebling | Patch from Bo to optimize FindNode() in internal tree...
|
commit | commitdiff | tree |
2007-07-21 |
Robert Roebling | added wxDataViewIndexListModel and sample
|
commit | commitdiff | tree |
2007-07-20 |
Robert Roebling | Optimise internal sorting datastructure
|
commit | commitdiff | tree |
2007-07-20 |
Robert Roebling | Renamed HasChildren() to IsContainer(), added GetParent...
|
commit | commitdiff | tree |
2007-07-20 |
Robert Roebling | Fix for crash when opening empty node
|
commit | commitdiff | tree |
2007-07-19 |
Robert Roebling | Better sorting example and better default
|
commit | commitdiff | tree |
2007-07-18 |
Robert Roebling | Completed sorting in wxDataViewCtrl
|
commit | commitdiff | tree |
2007-07-18 |
Robert Roebling | First work at resort with header click
|
commit | commitdiff | tree |
2007-07-18 |
Robert Roebling | Forgot this one
|
commit | commitdiff | tree |
2007-07-18 |
Robert Roebling | First actual sorting for wxDataViewCtrl
|
commit | commitdiff | tree |
2007-07-17 |
Robert Roebling | Some code renaming to avoid confusion. Test editable...
|
commit | commitdiff | tree |
2007-07-16 |
Robert Roebling | Use wxDataViewItem, not row to index
|
commit | commitdiff | tree |
2007-07-16 |
Robert Roebling | Store pointers in wxDataViewItem in the sample, no...
|
commit | commitdiff | tree |
2007-07-16 |
Robert Roebling | change wxDataViewItem id to void*
|
commit | commitdiff | tree |
2007-07-16 |
Robert Roebling | Patch from Bo for generic wxDataViewCtrl
|
commit | commitdiff | tree |
2007-07-15 |
Robert Roebling | Add test for deleting item from wxDataViewCtrl
|
commit | commitdiff | tree |
2007-07-14 |
Robert Roebling | Test in GetFirstChild() if item is known to control
|
commit | commitdiff | tree |
2007-07-14 |
Robert Roebling | Made wxDataViewCtrl sample use a real, expandabl data...
|
commit | commitdiff | tree |
2007-07-13 |
Robert Roebling | More patches from Bo, reduced wxDataViewModel, more...
|
commit | commitdiff | tree |
2007-07-12 |
Robert Roebling | Bo's patch for generic code, more sorting code, WIP
|
commit | commitdiff | tree |
2007-07-11 |
Robert Roebling | Compilo.
|
commit | commitdiff | tree |
2007-07-10 |
Robert Roebling | Block all events in wxSpinButton::SetValue etc.
|
commit | commitdiff | tree |
2007-07-10 |
Robert Roebling | Block all events in wxSpinCtrl::SetValue etc.
|
commit | commitdiff | tree |
2007-07-10 |
Robert Roebling | Block all events in wxSpinCtrl::SetValue etc.
|
commit | commitdiff | tree |
2007-07-09 |
Robert Roebling | More work on sorting in wxDataViewCtrl
|
commit | commitdiff | tree |
2007-07-09 |
Robert Roebling | Add GtkSortableIface stubs
|
commit | commitdiff | tree |
2007-07-09 |
Robert Roebling | Add compare function to wxDataViewModel
|
commit | commitdiff | tree |
2007-07-09 |
Robert Roebling | Bo'd patch to make wxDataViewCtrl compile again (4th...
|
commit | commitdiff | tree |
2007-07-07 |
Robert Roebling | GCC doesn't like inline wxDEPRECATED methods.
|
commit | commitdiff | tree |
2007-07-05 |
Robert Roebling | wxDataViewCtrl can show tree/list music sample.
|
commit | commitdiff | tree |
2007-07-05 |
Robert Roebling | Getting closer to working tree/list wxDataViewCtrl.
|
commit | commitdiff | tree |
2007-07-05 |
Robert Roebling | The dataview sample compiles now, but doesn't work...
|
commit | commitdiff | tree |
2007-07-05 |
Robert Roebling | New API for wxdataViewCtrl (doesn't run yet).
|
commit | commitdiff | tree |
2007-07-03 |
Robert Roebling | Upport GNOME print GetTextExtent fix,
|
commit | commitdiff | tree |
2007-07-03 |
Robert Roebling | upport wxListCtrl label edit changes
|
commit | commitdiff | tree |
2007-07-03 |
Robert Roebling | Let GtkScrolledWindow handle scroll wheel events.
|
commit | commitdiff | tree |
2007-06-23 |
Robert Roebling | More const bool (sigh)
|
commit | commitdiff | tree |
2007-06-23 |
Robert Roebling | Remove const bool
|
commit | commitdiff | tree |
2007-06-23 |
Robert Roebling | Remove const bool
|
commit | commitdiff | tree |
2007-06-23 |
Robert Roebling | Remove const bool
|
commit | commitdiff | tree |
2007-06-23 |
Robert Roebling | Don't use const bool.
|
commit | commitdiff | tree |
2007-06-23 |
Robert Roebling | We don't use "const bool" anywhere, I think.
|
commit | commitdiff | tree |
2007-06-23 |
Robert Roebling | Upport scrolling changes and mouse wheel changes.
|
commit | commitdiff | tree |
2007-06-22 |
Robert Roebling | Forgot this part of the event change patch from 2_8
|
commit | commitdiff | tree |
2007-06-22 |
Robert Roebling | Upport: Always use GdkPixbuf in wxBitmapButton
|
commit | commitdiff | tree |
2007-06-22 |
Robert Roebling | Upported event filter patch for wxTextCtrl::SetValue()
|
commit | commitdiff | tree |
2007-06-22 |
Robert Roebling | Correct gridlines drawing
|
commit | commitdiff | tree |
2007-06-22 |
Robert Roebling | Call clipping region methods from base class.
|
commit | commitdiff | tree |
2007-06-21 |
Robert Roebling | Added minor clarification to the wxListBox events...
|
commit | commitdiff | tree |
2007-06-06 |
Robert Roebling | Added initial OS X implementation of the wxDataViewCtrl
|
commit | commitdiff | tree |
2007-05-30 |
Robert Roebling | Forgot to commit.
|
commit | commitdiff | tree |
2007-05-30 |
Robert Roebling | Experimenting with cell attributes.
|
commit | commitdiff | tree |
2007-05-30 |
Robert Roebling | Implement for selection code.
|
commit | commitdiff | tree |
2007-05-30 |
Robert Roebling | Add wx/crt.h redirecting to wx/wxcrtvarargs.h
|
commit | commitdiff | tree |
2007-05-30 |
Robert Roebling | Correct new_order index in RowsReordered().
|
commit | commitdiff | tree |
2007-05-29 |
Robert Roebling | Invalidate best size after string change in wxChoice.
|
commit | commitdiff | tree |
2007-05-28 |
Robert Roebling | Doc update.
|
commit | commitdiff | tree |
2007-05-28 |
Robert Roebling | Implemented dataview_model notification event to...
|
commit | commitdiff | tree |
2007-05-28 |
Robert Roebling | Removed wxDataViewViewColumn since it is redundant.
|
commit | commitdiff | tree |
2007-05-26 |
Robert Roebling | Upport latest changes from 2_8 branch (print dialog
|
commit | commitdiff | tree |
2007-05-26 |
Robert Roebling | Correct GTK version check
|
commit | commitdiff | tree |
2007-05-26 |
Robert Roebling | Compilo.
|
commit | commitdiff | tree |
2007-05-25 |
Robert Roebling | Really don't do anything (including not setting the
|
commit | commitdiff | tree |
2007-05-22 |
Robert Roebling | [ 1712381 ] CRASH: closing floating panel on GTK
|
commit | commitdiff | tree |
2007-05-22 |
Robert Roebling | [ 1721029 ] [GTK] memory leak in wxMenu
|
commit | commitdiff | tree |
2007-05-19 |
Robert Roebling | Implemented dropdown items in wxToolBar for wxGTK.
|
commit | commitdiff | tree |
2007-05-19 |
Robert Roebling | Prepend file:// if the URI in wxLaunchDefaultBrowser()
|
commit | commitdiff | tree |
2007-05-17 |
Robert Roebling | Correct landscape printing in wxPageSetupDialog
|
commit | commitdiff | tree |
2007-05-16 |
Robert Roebling | Compilation without threads.
|
commit | commitdiff | tree |
2007-05-16 |
Robert Roebling | [ 1718338 ] wxToolBarGTK: Implement tool right-click...
|
commit | commitdiff | tree |
2007-05-11 |
Robert Roebling | Set call event.SetEventObject() from commit_cb for...
|
commit | commitdiff | tree |
2007-05-09 |
Robert Roebling | GTK+ cell renderers are not widget, so use a
|
commit | commitdiff | tree |
2007-05-08 |
Robert Roebling | Beginning to make wxDC code compile both before
|
commit | commitdiff | tree |
2007-05-07 |
Robert Roebling | [ 1713933 ] docs for wxEditableListBox
|
commit | commitdiff | tree |
2007-05-06 |
Robert Roebling | More preview code for the DC reorganisation.
|
commit | commitdiff | tree |
2007-05-05 |
Robert Roebling | Apply [ 1712381 ] CRASH: closing floating panel on GTK
|
commit | commitdiff | tree |
2007-05-05 |
Robert Roebling | Make wxGTK1.2 compile again.
|
commit | commitdiff | tree |
2007-05-05 |
Robert Roebling | Moved deprecated code to source file (didn't compile
|
commit | commitdiff | tree |
2007-05-05 |
Robert Roebling | Added wxDEPRECATED() around old wxDC methods taking
|
commit | commitdiff | tree |
2007-05-05 |
Robert Roebling | Added (empty) SetLogicalFunction()
|
commit | commitdiff | tree |
2007-05-05 |
Robert Roebling | Compilo.
|
commit | commitdiff | tree |
2007-05-05 |
Robert Roebling | Fix wxFD_FILE_MUST_EXIST
|
commit | commitdiff | tree |
2007-05-05 |
Robert Roebling | Apply [ 1710684 ] Fix wxAuiNotebook memory leak
|
commit | commitdiff | tree |
2007-05-05 |
Robert Roebling | Apply [ 1713345 ] combobox: cmd accelerators shouldn...
|
commit | commitdiff | tree |
next |