2008-05-18 |
Vadim Zeitlin | use GtkComboBox instead of deprecated GtkOptionMenu... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | allow loading wxAnimationCtrl contents from stream... |
tree | commitdiff |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Added wxDC::CreateGraphicsContext and implemented it... |
tree | commitdiff |
2008-04-23 |
Paul Cornett | restore caching of WM frame extents |
tree | commitdiff |
2008-04-17 |
Robert Roebling | [ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified |
tree | commitdiff |
2008-04-12 |
Robert Roebling | Corrected/added support for column headers with icon... |
tree | commitdiff |
2008-04-08 |
Robert Roebling | By default, align renderers as column header under... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | delay setting the window shape until it is realized... |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Support renderer::LeftClick() in generic code, removed... |
tree | commitdiff |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ... |
tree | commitdiff |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-23 |
Vadim Zeitlin | suppress warnings about hiding virtual functions in... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | add the wxAnimation's ctor which automatically loads... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-18 |
Paul Cornett | revert removal of wxBU_AUTODRAW, now that it is again... |
tree | commitdiff |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
tree | commitdiff |
2008-03-18 |
Paul Cornett | remove duplicate wxTaskBarIconAreaBase::DoPopupMenu... |
tree | commitdiff |
2008-03-18 |
Paul Cornett | simplify wxEVT_MENU_OPEN/CLOSE generation |
tree | commitdiff |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
tree | commitdiff |
2008-03-14 |
Václav Slavík | simplified and cleaned up wxGTK's focus handling |
tree | commitdiff |
2008-03-05 |
Vadim Zeitlin | remove wxFindFocusedChild() declaration too as g++... |
tree | commitdiff |
2008-03-04 |
Václav Slavík | implemented Freeze/Thaw in wxGTK |
tree | commitdiff |
2008-03-02 |
Vadim Zeitlin | add support for custom controls in file dialog in wxGTK... |
tree | commitdiff |
2008-03-01 |
Robert Roebling | Implemented wxURLDataObject for wxGTK using text/x... |
tree | commitdiff |
2008-02-28 |
Paul Cornett | revert updating GTK size hints when window decorations... |
tree | commitdiff |
2008-02-27 |
Vadim Zeitlin | add SetNativeTheme() (slightly modified patch 1884553) |
tree | commitdiff |
2008-02-26 |
Paul Cornett | update GTK size hints when window decorations change |
tree | commitdiff |
2008-02-22 |
Václav Slavík | fixed wxBitmapButton to use focus and hover bitmaps... |
tree | commitdiff |
2008-02-22 |
Václav Slavík | moved win_gtk.h header to wx/gtk/private, it's for... |
tree | commitdiff |
2008-02-11 |
Vadim Zeitlin | implement wxListBox::EnsureVisible() in wxGTK; add... |
tree | commitdiff |
2008-02-09 |
Vadim Zeitlin | use generic file picker in wxFLP_SAVE case as the nativ... |
tree | commitdiff |
2008-02-05 |
Václav Slavík | call Show(false) from ~wxDialog to call EndModal if... |
tree | commitdiff |
2008-02-03 |
Paul Cornett | remove unused wxMenuBar::m_style |
tree | commitdiff |
2008-02-02 |
Paul Cornett | Enable best size caching, remove unnecessary GetLabel... |
tree | commitdiff |
2008-02-01 |
Paul Cornett | remove unnecessary m_glWidget, fix return types for... |
tree | commitdiff |
2008-01-29 |
Paul Cornett | Remove unnecessary IsRadioButton(). |
tree | commitdiff |
2008-01-21 |
Václav Slavík | prefix implementation methods of wxBitmapButton with... |
tree | commitdiff |
2008-01-13 |
Paul Cornett | prevent explicitly set client size from being changed... |
tree | commitdiff |
2008-01-10 |
Paul Cornett | compute scrollbar widths in a more standard way, get... |
tree | commitdiff |
2008-01-09 |
Paul Cornett | check for self-assignment in operator= |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
tree | commitdiff |
2008-01-03 |
Vadim Zeitlin | set resolution of print preview from print data (modifi... |
tree | commitdiff |
2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_... |
tree | commitdiff |
2007-12-20 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2007-12-20 |
Paul Cornett | DC headers don't need to be in gtk/private.h |
tree | commitdiff |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::Reset(), clarified... |
tree | commitdiff |
2007-12-17 |
Paul Cornett | factor out a whole bunch of duplicated code |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Document wxBitmapToggleButton, add update UI event... |
tree | commitdiff |
2007-12-06 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2007-12-04 |
Paul Cornett | Only account for WM frame extents in tlw size if WM... |
tree | commitdiff |
2007-12-01 |
Paul Cornett | non-pch build fixes |
tree | commitdiff |
2007-11-30 |
Robert Roebling | forgot to commit |
tree | commitdiff |
2007-11-30 |
Robert Roebling | DC reorganization |
tree | commitdiff |
2007-11-25 |
Paul Cornett | remove unused/unneeded stuff from gtk/private.h |
tree | commitdiff |
2007-11-24 |
Paul Cornett | remove check for missing gtk_icon_size_lookup, since... |
tree | commitdiff |
2007-11-24 |
Vadim Zeitlin | added wxNotificationMessage and implemented it generica... |
tree | commitdiff |
2007-11-22 |
Paul Cornett | store size of WM decorations separately for each TLW... |
tree | commitdiff |
2007-11-22 |
Paul Cornett | make DoSetSizeHints protected, remove parameter defaults |
tree | commitdiff |
2007-11-22 |
Paul Cornett | use a GtkAlignment to position m_mainWidget, avoiding... |
tree | commitdiff |
2007-11-20 |
Paul Cornett | build fixes |
tree | commitdiff |
2007-11-18 |
Vadim Zeitlin | always return true from IsMaximized() under Hildon |
tree | commitdiff |
2007-11-15 |
Robert Roebling | remove warnings |
tree | commitdiff |
2007-11-14 |
Robert Roebling | Further wxDC changes |
tree | commitdiff |
2007-11-14 |
Julian Smart | Border corrections |
tree | commitdiff |
2007-11-14 |
Paul Cornett | put the useable border styles in one place |
tree | commitdiff |
2007-11-13 |
Robert Roebling | More DC changes |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | make various control names constants of type char,... |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | refactor wxGTK mnemonics conversion functions in a... |
tree | commitdiff |
2007-11-12 |
Vadim Zeitlin | some Hildon integration work: use HildonProgram (for... |
tree | commitdiff |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
tree | commitdiff |
2007-11-06 |
Paul Cornett | New "pizza" widget implementation. Window border widths... |
tree | commitdiff |
2007-11-06 |
Mart Raudsepp | Include the parent classes header to fix compilation... |
tree | commitdiff |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
tree | commitdiff |
2007-11-05 |
Robert Roebling | Minimum is now GTK+ 2.4 |
tree | commitdiff |
2007-11-05 |
Robert Roebling | [ 1823588 ] gtk filedlg - droping support for gtk 2.2 |
tree | commitdiff |
2007-11-04 |
Paul Cornett | build fix: return type for AutoComplete is bool |
tree | commitdiff |
2007-11-04 |
Vadim Zeitlin | added wxTextEntry::AutoComplete() and implemented it... |
tree | commitdiff |
2007-11-04 |
Vadim Zeitlin | use gtk_entry_set_activates_default() instead of redoin... |
tree | commitdiff |
2007-11-03 |
Vadim Zeitlin | handle failure of gtk_drag_begin() (which can happen... |
tree | commitdiff |
2007-10-27 |
Julian Smart | Implementation of wxSysColourChangedEvent on wxGTK |
tree | commitdiff |
2007-10-26 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2007-10-24 |
Paul Cornett | Use a GtkVBox to do TLW layout. Rework some of the... |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | use -Wunused-parameter with gcc for consistency with... |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | don't compare initial slider position with uninitialize... |
tree | commitdiff |
2007-10-22 |
Robert Roebling | Use a private GtkCellRendererText for rendering text... |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Added wxDataViewCustomRenderer::RenderText() for render... |
tree | commitdiff |
2007-10-19 |
Robert Roebling | Use wxPointList instead of wxList in wxDC code |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Added PrependColumn methods and short cuts. Added test... |
tree | commitdiff |
2007-10-18 |
Paul Cornett | simplify toolbar and statusbar create/set code |
tree | commitdiff |
2007-10-10 |
Václav Slavík | compilation fixed for wxDataViewCtrl: almost no class... |
tree | commitdiff |
2007-09-26 |
Vadim Zeitlin | added wxTextEntry common base class for both wxTextCtrl... |
tree | commitdiff |
2007-09-24 |
Robert Roebling | Remove several hack from PS code, use high resolution... |
tree | commitdiff |
2007-09-23 |
Robert Roebling | Converted wxGTK's basic DC classes to new DC code |
tree | commitdiff |
next |