2013-07-01 |
Paul Cornett | Use gtk_list_store_insert_with_values() to set entry...
|
commit | commitdiff | tree |
2013-06-29 |
Paul Cornett | fix assertion failure when string transform is requested...
|
commit | commitdiff | tree |
2013-06-01 |
Paul Cornett | update position for widgets in native containers, fixes...
|
commit | commitdiff | tree |
2013-03-22 |
Paul Cornett | fix GTK3 build
|
commit | commitdiff | tree |
2013-01-20 |
Paul Cornett | no real changes, just move wxMask::GetBitmap() to wxMask...
|
commit | commitdiff | tree |
2013-01-20 |
Paul Cornett | add wxMask::GetBitmap(), closes #9381
|
commit | commitdiff | tree |
2013-01-20 |
Paul Cornett | silence GCC warning "base class ‘class wxEvtHandler...
|
commit | commitdiff | tree |
2013-01-20 |
Paul Cornett | sizeof(char) is 1. By definition.
|
commit | commitdiff | tree |
2013-01-20 |
Paul Cornett | draw monochrome source directly onto destination when...
|
commit | commitdiff | tree |
2013-01-20 |
Paul Cornett | make some reference handling a little more direct and...
|
commit | commitdiff | tree |
2013-01-18 |
Paul Cornett | use const arrays for wxDC array parameters, closes...
|
commit | commitdiff | tree |
2013-01-15 |
Paul Cornett | add support for GtkFontChooserDialog, new in GTK 3.2
|
commit | commitdiff | tree |
2013-01-10 |
Paul Cornett | call GTKApplyWidgetStyle() from PostCreation() instead...
|
commit | commitdiff | tree |
2013-01-10 |
Paul Cornett | allow setting window font and bg/fg color before creation
|
commit | commitdiff | tree |
2013-01-10 |
Paul Cornett | simplify code setting backing pixmap
|
commit | commitdiff | tree |
2013-01-09 |
Paul Cornett | don't use deprecated wxMouseState functions
|
commit | commitdiff | tree |
2013-01-05 |
Paul Cornett | define wxComboBox rtti stuff even when wxUSE_COMBOCTRL==0
|
commit | commitdiff | tree |
2013-01-03 |
Paul Cornett | gtk_assert_dialog_set_message() was unintentionally...
|
commit | commitdiff | tree |
2013-01-03 |
Paul Cornett | use gtk_file_chooser_set_show_hidden() now that GTK...
|
commit | commitdiff | tree |
2013-01-03 |
Paul Cornett | remove ancient SetModal(), it was deprecated long ago...
|
commit | commitdiff | tree |
2013-01-02 |
Paul Cornett | look for backtrace() in -lexecinfo, fixes #14942
|
commit | commitdiff | tree |
2012-12-29 |
Paul Cornett | reference count the GtkMenuItem in wxMenuItem as well
|
commit | commitdiff | tree |
2012-12-29 |
Paul Cornett | make GTKNeedsParent() private
|
commit | commitdiff | tree |
2012-12-29 |
Paul Cornett | m_menubar does not need to be public for hildon, it...
|
commit | commitdiff | tree |
2012-12-28 |
Paul Cornett | use wxDEPRECATED_CONSTRUCTOR() instead of inline
|
commit | commitdiff | tree |
2012-12-28 |
Paul Cornett | remove unused variable assignment, closes #14928
|
commit | commitdiff | tree |
2012-12-28 |
Paul Cornett | Use gtk_menu_item_remove_submenu() with GTK2
|
commit | commitdiff | tree |
2012-12-28 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2012-12-27 |
Paul Cornett | Use proper reference counting on GtkMenuItem that we...
|
commit | commitdiff | tree |
2012-12-27 |
Paul Cornett | Better fix for avoiding warnings from Ubuntu libdbusmenu
|
commit | commitdiff | tree |
2012-12-26 |
Paul Cornett | remove unused private member m_ordered from wxDataViewVirtua...
|
commit | commitdiff | tree |
2012-12-26 |
Paul Cornett | fix consruction of string
|
commit | commitdiff | tree |
2012-12-21 |
Paul Cornett | revert r73185, it should no longer be needed after...
|
commit | commitdiff | tree |
2012-12-20 |
Paul Cornett | Use client size determined by size-allocate when possible
|
commit | commitdiff | tree |
2012-12-16 |
Paul Cornett | Fix for toolbars and menus not being disabled on Ubuntu
|
commit | commitdiff | tree |
2012-12-14 |
Paul Cornett | compute scrollbar spacing the same way GtkScrolledWindow...
|
commit | commitdiff | tree |
2012-12-14 |
Paul Cornett | Get DC size from GDK window if possible, client size...
|
commit | commitdiff | tree |
2012-12-13 |
Paul Cornett | decrease number of skipped frames in assert dialog...
|
commit | commitdiff | tree |
2012-12-11 |
Paul Cornett | use correct signature for callback
|
commit | commitdiff | tree |
2012-12-11 |
Paul Cornett | make local functions static
|
commit | commitdiff | tree |
2012-12-11 |
Paul Cornett | add wrappers to avoid compiling code which will never...
|
commit | commitdiff | tree |
2012-12-06 |
Paul Cornett | disable Ubuntu "overlay scrollbar", see #14871
|
commit | commitdiff | tree |
2012-12-05 |
Paul Cornett | fix tests for valid pen and brush, broken in r73099
|
commit | commitdiff | tree |
2012-12-03 |
Paul Cornett | Remove SashHitTest() "tolerance" parameter
|
commit | commitdiff | tree |
2012-12-03 |
Paul Cornett | Avoid setting sash resize cursor when mouse is still...
|
commit | commitdiff | tree |
2012-12-03 |
Paul Cornett | Fix SashHitTest() returning true one pixel past the...
|
commit | commitdiff | tree |
2012-12-02 |
Paul Cornett | simplify code so it always returns the same object
|
commit | commitdiff | tree |
2012-12-02 |
Paul Cornett | clean up wxCairoRenderer initialization mess
|
commit | commitdiff | tree |
2012-12-02 |
Paul Cornett | remove unnecessary include of wx/cairo.h
|
commit | commitdiff | tree |
2012-12-02 |
Paul Cornett | Remove nearly empty wx/cairo.h header
|
commit | commitdiff | tree |
2012-12-01 |
Paul Cornett | use stock colour/pen/brush objects in samples
|
commit | commitdiff | tree |
2012-12-01 |
Paul Cornett | use new pen/brush style names in samples
|
commit | commitdiff | tree |
2012-12-01 |
Paul Cornett | remove colour/pen/brush arguments which are the default...
|
commit | commitdiff | tree |
2012-11-30 |
Paul Cornett | simplify code to return from the end of the function
|
commit | commitdiff | tree |
2012-11-30 |
Paul Cornett | indentation fixes
|
commit | commitdiff | tree |
2012-11-30 |
Paul Cornett | move wxGet{Colour,Font}FromUser() out of utilscmn.cpp...
|
commit | commitdiff | tree |
2012-11-29 |
Paul Cornett | declare wxQsort in vector.h as well as utils.h to work...
|
commit | commitdiff | tree |
2012-11-26 |
Paul Cornett | disconnect "toggled" signal in dtor when style has...
|
commit | commitdiff | tree |
2012-11-26 |
Paul Cornett | fix for GTK assert after r72696, a draw/expose_event...
|
commit | commitdiff | tree |
2012-11-25 |
Paul Cornett | avoid functions deprecated in GTK3
|
commit | commitdiff | tree |
2012-11-25 |
Paul Cornett | fix wxBitmapComboBox Gtk-CRITICAL assertion `GTK_IS_ENTRY...
|
commit | commitdiff | tree |
2012-11-25 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2012-11-25 |
Paul Cornett | Simplify GetDefaultAttributesFromGTKWidget() by passing...
|
commit | commitdiff | tree |
2012-11-24 |
Paul Cornett | silence GCC warning "enumeral and non-enumeral type...
|
commit | commitdiff | tree |
2012-11-19 |
Paul Cornett | put both versions of wxGetMousePosition in one place...
|
commit | commitdiff | tree |
2012-11-19 |
Paul Cornett | fix object referencing with wxSL_MIN_MAX_LABELS
|
commit | commitdiff | tree |
2012-11-16 |
Paul Cornett | avoid deprecated functions with GTK3
|
commit | commitdiff | tree |
2012-11-16 |
Paul Cornett | silence warnings about unhandled enum value in switch
|
commit | commitdiff | tree |
2012-11-16 |
Paul Cornett | Remove code that has no effect
|
commit | commitdiff | tree |
2012-11-14 |
Paul Cornett | Fix GetClientSize() when scrollbars are present
|
commit | commitdiff | tree |
2012-11-14 |
Paul Cornett | re-enable using our own resize grip with GTK3, themes...
|
commit | commitdiff | tree |
2012-11-13 |
Paul Cornett | re-enable drawing our own resize grip with GTK3, themes...
|
commit | commitdiff | tree |
2012-11-09 |
Paul Cornett | avoid deprecated functions with GTK3
|
commit | commitdiff | tree |
2012-11-08 |
Paul Cornett | don't assign NULL to wxUIntPtr, wxUIntPtr is not a...
|
commit | commitdiff | tree |
2012-11-08 |
Paul Cornett | avoid using deprecated gdk_cursor_unref() with GTK3
|
commit | commitdiff | tree |
2012-11-08 |
Paul Cornett | Disable GTK2-specific code to change theme when building...
|
commit | commitdiff | tree |
2012-11-07 |
Paul Cornett | update fullscreen state when it is changed by the WM
|
commit | commitdiff | tree |
2012-11-07 |
Paul Cornett | add GTK3 implementations for remaining renderer functions
|
commit | commitdiff | tree |
2012-11-06 |
Paul Cornett | add GTK3-specific code for DrawItemSelectionRect()...
|
commit | commitdiff | tree |
2012-11-04 |
Paul Cornett | fix setting background color in wxGTK3 with themes...
|
commit | commitdiff | tree |
2012-10-31 |
Paul Cornett | fix WakeUpIdle() when called from another thread while...
|
commit | commitdiff | tree |
2012-10-23 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2012-10-23 |
Paul Cornett | Minor changes to some comments
|
commit | commitdiff | tree |
2012-10-18 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2012-10-17 |
Paul Cornett | Disconnect all GTK signals referencing a wx object...
|
commit | commitdiff | tree |
2012-10-16 |
Paul Cornett | fix crash in wxWindowGTK::GTKHandleUnrealize(), closes...
|
commit | commitdiff | tree |
2012-10-04 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2012-10-04 |
Paul Cornett | remove always-true comparison of unsigned value >= 0
|
commit | commitdiff | tree |
2012-10-04 |
Paul Cornett | silence warnings about shadowed variables with GCC...
|
commit | commitdiff | tree |
2012-10-02 |
Paul Cornett | remove some unnecessary casts
|
commit | commitdiff | tree |
2012-10-02 |
Paul Cornett | make more Init() functions private
|
commit | commitdiff | tree |
2012-09-30 |
Paul Cornett | make wxWindowGTK::Init() private, it is not meant to...
|
commit | commitdiff | tree |
2012-09-28 |
Paul Cornett | Avoid unrealizing a frozen window
|
commit | commitdiff | tree |
2012-09-25 |
Paul Cornett | call Thaw() instead of DoThaw() so frozen status will...
|
commit | commitdiff | tree |
2012-09-25 |
Paul Cornett | fix deleting a frozen multi-line wxTextCtrl, see #13543
|
commit | commitdiff | tree |
2012-08-07 |
Paul Cornett | silence GCC warning suggesting parentheses
|
commit | commitdiff | tree |
2012-08-02 |
Paul Cornett | remove unused OSX includes
|
commit | commitdiff | tree |
2012-08-02 |
Paul Cornett | Fix wxGCDC::Clear() for Cairo, and possibly MSW.
|
commit | commitdiff | tree |
2012-07-20 |
Paul Cornett | simplify mouse button handling code
|
commit | commitdiff | tree |
2012-07-19 |
Paul Cornett | improve appearance of themed borders
|
commit | commitdiff | tree |
next |