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 |
2012-07-15 |
Paul Cornett | simplify ifdefs, deferred show and _NET_FRAME_EXTENTS...
|
commit | commitdiff | tree |
2012-07-14 |
Paul Cornett | fix creation of wxBitmapComboBox with GTK3
|
commit | commitdiff | tree |
2012-07-13 |
Paul Cornett | avoid creating and immediately destroying a wxGraphicsContex...
|
commit | commitdiff | tree |
2012-07-11 |
Paul Cornett | fix some more improper widget casts
|
commit | commitdiff | tree |
2012-07-11 |
Paul Cornett | Use GTK_IS_ENTRY() to determine if widget is a GtkEntry.
|
commit | commitdiff | tree |
2012-07-11 |
Paul Cornett | fake paint events don't work with wxGTK3 either
|
commit | commitdiff | tree |
2012-07-11 |
Paul Cornett | remove code in SetFont which modifies font for no apparent...
|
commit | commitdiff | tree |
2012-07-11 |
Paul Cornett | Avoid creating and immediately destroying a wxGraphicsContex...
|
commit | commitdiff | tree |
2012-07-10 |
Paul Cornett | remove DoSetSize override, unneeded after r72001
|
commit | commitdiff | tree |
2012-07-10 |
Paul Cornett | remove STOCKITEM_26 macro, unneeded after r72001
|
commit | commitdiff | tree |
2012-07-10 |
Paul Cornett | no real changes, just remove unnecessary indentation...
|
commit | commitdiff | tree |
2012-07-10 |
Paul Cornett | update minimum GTK2 version requirement to 2.6
|
commit | commitdiff | tree |
2012-07-06 |
Paul Cornett | guard against empty name field in inotify_event, see...
|
commit | commitdiff | tree |
2012-07-03 |
Paul Cornett | synchronize GTK2 minimum version in docs
|
commit | commitdiff | tree |
2012-07-02 |
Paul Cornett | add some mention of GTK3 support
|
commit | commitdiff | tree |
2012-07-01 |
Paul Cornett | remove some unused files from GTK3 build
|
commit | commitdiff | tree |
2012-07-01 |
Paul Cornett | eliminate possibility of configure enabling gnomeprint...
|
commit | commitdiff | tree |
2012-07-01 |
Paul Cornett | override DoSetValue() to avoid unnecessary clipboard...
|
commit | commitdiff | tree |
2012-06-30 |
Paul Cornett | support for GTK3
|
commit | commitdiff | tree |
2012-06-24 |
Paul Cornett | update size hints when decoration size becomes known...
|
commit | commitdiff | tree |
2012-06-24 |
Paul Cornett | implement wxCairoContext::GetPartialTextExtents for...
|
commit | commitdiff | tree |
2012-06-23 |
Paul Cornett | properly handle stupidly small maximum size hints
|
commit | commitdiff | tree |
2012-06-22 |
Paul Cornett | fix SetSizeHints when wxDefaultSize is given for min...
|
commit | commitdiff | tree |
2012-06-18 |
Paul Cornett | build fix for wxUSE_STL==1
|
commit | commitdiff | tree |
2012-06-17 |
Paul Cornett | update version check for glib 2.32
|
commit | commitdiff | tree |
2012-06-07 |
Paul Cornett | fix warnings about conversion to bool, closes #14381
|
commit | commitdiff | tree |
2012-06-07 |
Paul Cornett | fix warnings about unreachable return statements
|
commit | commitdiff | tree |
2012-06-05 |
Paul Cornett | Workaround for Ubuntu 12.04 run time warning
|
commit | commitdiff | tree |
2012-06-04 |
Paul Cornett | Fix layout of wxStaticText, and possibly other controls.
|
commit | commitdiff | tree |
2012-05-31 |
Paul Cornett | silence warning about converting NULL to wxUIntPtr
|
commit | commitdiff | tree |
2012-05-31 |
Paul Cornett | silence warning about __WXMSW__ not defined
|
commit | commitdiff | tree |
2012-05-17 |
Paul Cornett | mark virtual overrides as virtual
|
commit | commitdiff | tree |
2012-05-17 |
Paul Cornett | remove some unnecessary c_str() calls
|
commit | commitdiff | tree |
2012-05-17 |
Paul Cornett | eliminate unused variable warning with wxUSE_LOG_DEBUG==0
|
commit | commitdiff | tree |
2012-05-17 |
Paul Cornett | Remove use of "size-request" signal for wxWindow sizing.
|
commit | commitdiff | tree |
2012-04-24 |
Paul Cornett | Remove code to find topmost X window in SetTransparent().
|
commit | commitdiff | tree |
2012-04-20 |
Paul Cornett | defer queue-resize until after size-allocate processing...
|
commit | commitdiff | tree |
2012-04-20 |
Paul Cornett | silence warning about wxOSX_USE_COCOA not being defined
|
commit | commitdiff | tree |
2012-04-19 |
Paul Cornett | move widget resize handling from DoSetSize to DoMoveWindow
|
commit | commitdiff | tree |
2012-04-19 |
Paul Cornett | simplify default border code in DoSetSize
|
commit | commitdiff | tree |
2012-04-19 |
Paul Cornett | rearrange some code in DoSetSize to facilitate upcoming...
|
commit | commitdiff | tree |
2012-04-18 |
Paul Cornett | Adjust x,y parameters by pizza scroll offset in DoSetSize
|
commit | commitdiff | tree |
2012-04-16 |
Paul Cornett | remove AdjustForParentClientOrigin call, it does nothing...
|
commit | commitdiff | tree |
2012-03-26 |
Paul Cornett | non-pch build fix, closes #14140
|
commit | commitdiff | tree |
2012-03-25 |
Paul Cornett | remove unneeded includes and forward declaration
|
commit | commitdiff | tree |
2012-03-25 |
Paul Cornett | remove unused variable
|
commit | commitdiff | tree |
2012-03-25 |
Paul Cornett | replace wxBitmap::SetPixbuf() with wxBitmap ctor taking...
|
commit | commitdiff | tree |
2012-03-25 |
Paul Cornett | build fixes
|
commit | commitdiff | tree |
2012-03-23 |
Paul Cornett | avoid reported problem with RHEL 5 GTK+ 2.10 where...
|
commit | commitdiff | tree |
2012-03-22 |
Paul Cornett | fix building with GTK+ < 2.8
|
commit | commitdiff | tree |
2012-03-20 |
Paul Cornett | make wxMask pixmap member private
|
commit | commitdiff | tree |
2012-03-20 |
Paul Cornett | Fix keyboard navigation broken in r70324, see #14084
|
commit | commitdiff | tree |
2012-03-10 |
Paul Cornett | remove unused parameter
|
commit | commitdiff | tree |
2012-03-09 |
Paul Cornett | add the usual default parameter for Show()
|
commit | commitdiff | tree |
2012-03-08 |
Paul Cornett | adjust Blit destination rect if source rect is clipped
|
commit | commitdiff | tree |
2012-03-08 |
Paul Cornett | fix incorrect tests of wxUSE_ macros
|
commit | commitdiff | tree |
2012-03-06 |
Paul Cornett | fix test for transparent pen broken in r65820
|
commit | commitdiff | tree |
2012-03-06 |
Paul Cornett | avoid using wxDC::Blit() and wxDC::GetPixel() on window...
|
commit | commitdiff | tree |
2012-03-04 |
Paul Cornett | remove unnecessary includes
|
commit | commitdiff | tree |
2012-03-01 |
Paul Cornett | remove signal-blocking variable, instead just connect...
|
commit | commitdiff | tree |
2012-03-01 |
Paul Cornett | use m_ prefix for web_view member, and make it a WebKitWebVi...
|
commit | commitdiff | tree |
2012-03-01 |
Paul Cornett | remove extra g_object_ref() on web view widget
|
commit | commitdiff | tree |
2012-03-01 |
Paul Cornett | Fixes to allow running with 64-bit wxGTK
|
commit | commitdiff | tree |
2012-02-29 |
Paul Cornett | remove unnecessary gtk_widget_show(m_widget) calls...
|
commit | commitdiff | tree |
2012-02-29 |
Paul Cornett | small includes cleanup
|
commit | commitdiff | tree |
2012-02-29 |
Paul Cornett | remove unnecessary gtk_widget_show() calls, PostCreation...
|
commit | commitdiff | tree |
2012-02-28 |
Paul Cornett | avoid deprecated gdk_net_wm_supports()
|
commit | commitdiff | tree |
2012-02-28 |
Paul Cornett | remove run-time check for now-required GTK 2.4
|
commit | commitdiff | tree |
2012-02-28 |
Paul Cornett | remove unnecessary override of AddChildGTK
|
commit | commitdiff | tree |
2012-02-28 |
Paul Cornett | fix virtual override broken in r58875
|
commit | commitdiff | tree |
2012-02-28 |
Paul Cornett | Remove code to query GDK window origin from DoGetPosition...
|
commit | commitdiff | tree |
2012-02-28 |
Paul Cornett | avoid crash if IsMaximized() is called before native...
|
commit | commitdiff | tree |
2012-02-27 |
Paul Cornett | remove redundant GTK check
|
commit | commitdiff | tree |
2012-02-27 |
Paul Cornett | use 0 (== GTK_STATE_NORMAL) for state parameter default
|
commit | commitdiff | tree |
2012-02-27 |
Paul Cornett | avoid making copy of font description
|
commit | commitdiff | tree |
2012-02-15 |
Paul Cornett | modification to fix in r70597, has-window check is...
|
commit | commitdiff | tree |
2012-02-15 |
Paul Cornett | avoid sending mouse events to the wrong window, fixes...
|
commit | commitdiff | tree |
2012-02-11 |
Paul Cornett | remove wxGraphicsContext dependency for transparent...
|
commit | commitdiff | tree |
2012-02-05 |
Paul Cornett | remove code ifdef-ed on __X__, it is never defined...
|
commit | commitdiff | tree |
2012-01-31 |
Paul Cornett | remove virtual override that just calls base
|
commit | commitdiff | tree |
2012-01-31 |
Paul Cornett | implement wxGetMousePosition without using X-specific...
|
commit | commitdiff | tree |
2012-01-31 |
Paul Cornett | handle theme change which changes window border width
|
commit | commitdiff | tree |
2012-01-29 |
Paul Cornett | move SetPangoAttrsForFont to wxFont, should have been...
|
commit | commitdiff | tree |
2012-01-29 |
Paul Cornett | use GTKSetPangoAttrs in wxCairoContext
|
commit | commitdiff | tree |
2012-01-29 |
Paul Cornett | move Pango underline workaround into wxFont::GTKSetPangoAttrs
|
commit | commitdiff | tree |
next |