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 |
2012-01-29 |
Paul Cornett | move SetPangoAttrsForFont to wxFont
|
commit | commitdiff | tree |
2012-01-24 |
Paul Cornett | add strike-through font support to wxGraphicsContext...
|
commit | commitdiff | tree |
2012-01-14 |
Paul Cornett | in addition to key events, also prevent unhandled mouse...
|
commit | commitdiff | tree |
2012-01-12 |
Paul Cornett | revert r70315, key event propagation should be fixed...
|
commit | commitdiff | tree |
2012-01-12 |
Paul Cornett | prevent unhandled key events from propagating up parent...
|
commit | commitdiff | tree |
2012-01-09 |
Paul Cornett | move render params out of wxDataViewCustomRenderer
|
commit | commitdiff | tree |
2012-01-08 |
Paul Cornett | use correct signature for init functions
|
commit | commitdiff | tree |
2012-01-08 |
Paul Cornett | remove unnecessary class definitions and variables
|
commit | commitdiff | tree |
2012-01-08 |
Paul Cornett | remove unnecessary finalize overrides
|
commit | commitdiff | tree |
2011-12-25 |
Paul Cornett | restore call to GetTabSize removed in r69880, it is...
|
commit | commitdiff | tree |
2011-12-24 |
Paul Cornett | remove improper use of paste operator
|
commit | commitdiff | tree |
2011-12-23 |
Paul Cornett | don't use deprecated function
|
commit | commitdiff | tree |
2011-12-23 |
Paul Cornett | fix tests for WXWIN_COMPATIBILITY_2_8, closes #13800
|
commit | commitdiff | tree |
2011-12-22 |
Paul Cornett | remove SetBackgroundStyle call from OnInternalIdle...
|
commit | commitdiff | tree |
2011-12-11 |
Paul Cornett | fix GetTextExtent with non-null font argument, fixes...
|
commit | commitdiff | tree |
2011-12-11 |
Paul Cornett | don't include files which may not exist in source release...
|
commit | commitdiff | tree |
2011-12-07 |
Paul Cornett | In Refresh(), allow for possibility that child is mapped...
|
commit | commitdiff | tree |
2011-12-01 |
Paul Cornett | fix warning about missing return statement, closes...
|
commit | commitdiff | tree |
2011-12-01 |
Paul Cornett | remove unused variables
|
commit | commitdiff | tree |
2011-12-01 |
Paul Cornett | add test for bug fixed in r69878
|
commit | commitdiff | tree |
2011-12-01 |
Paul Cornett | Fix crash when appending menuitem after removing it...
|
commit | commitdiff | tree |
2011-11-28 |
Paul Cornett | update _GOptionGroup check
|
commit | commitdiff | tree |
2011-11-28 |
Paul Cornett | build fixes for Universal
|
commit | commitdiff | tree |
2011-11-28 |
Paul Cornett | don't warn about gnomeprint if we already have gtkprint
|
commit | commitdiff | tree |
2011-11-27 |
Paul Cornett | don't require gconf-2.0, we don't use it
|
commit | commitdiff | tree |
2011-11-25 |
Paul Cornett | check for self-assignment in operator=
|
commit | commitdiff | tree |
2011-11-25 |
Paul Cornett | copy array with memcpy rather than a loop
|
commit | commitdiff | tree |
2011-11-25 |
Paul Cornett | use int instead of size_t for a couple member variables
|
commit | commitdiff | tree |
2011-11-25 |
Paul Cornett | IsNull --> IsEmpty
|
commit | commitdiff | tree |
2011-11-23 |
Paul Cornett | remove redundant GTK-specific code
|
commit | commitdiff | tree |
2011-11-12 |
Paul Cornett | position expander in center of given rectangle
|
commit | commitdiff | tree |
2011-11-11 |
Paul Cornett | use correct function to free GtkTextAttributes
|
commit | commitdiff | tree |
2011-10-31 |
Paul Cornett | fix creation of bitmap from image with requested depth 32
|
commit | commitdiff | tree |
next |