Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now that gtk ↵ | Charles Kerr | 2012-08-21 | 1 | -1/+1 |
|\ | | | | | | | doesn't include that in it's .pc file | ||||
| * | Use AC_CHECK_LIBM to get -lm now that gtk doesn't include that in it's .pc file | Ken VanDine | 2012-07-24 | 1 | -1/+1 |
| | | |||||
* | | revert the event delegation for now, it's not necessary for FF | Charles Kerr | 2012-08-21 | 1 | -51/+0 |
| | | |||||
* | | when the mouse is over the GtkSwitch widget, the menuitem should delegate ↵ | Charles Kerr | 2012-08-21 | 1 | -0/+51 |
| | | | | | | | | the mouse down and motion events to it. | ||||
* | | use gtk_menu_shell_deactivate() rather than gtk_menu_popdown(); the latter ↵ | Charles Kerr | 2012-08-21 | 1 | -1/+1 |
| | | | | | | | | handles the issue of the menu title being painted as if the menu were still open | ||||
* | | ...and if we're not clearing that in dispose(), then we don't need dispose() ↵ | Charles Kerr | 2012-08-21 | 1 | -10/+0 |
| | | | | | | | | anymore | ||||
* | | don't keep the GBinding pointer around, it'll be destroyed automatically ↵ | Charles Kerr | 2012-08-21 | 1 | -6/+3 |
| | | | | | | | | when the menuitem's destroyed | ||||
* | | comment tweaks | Charles Kerr | 2012-08-21 | 2 | -4/+8 |
| | | |||||
* | | add IdoSwitchMenuItem | Charles Kerr | 2012-08-21 | 3 | -0/+189 |
|/ | |||||
* | Putting in the BEGIN_DECLS for the C++ folks | Ted Gould | 2012-04-25 | 1 | -0/+2 |
| | |||||
* | merge lp:~allanlesage/ido/TDD to add targets to autotools build for ↵ | Charles Kerr | 2012-04-12 | 1 | -2/+9 |
|\ | | | | | | | code-coverage reporting. For more information, see this blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ . | ||||
| * | Added gcov coverage tooling. | Allan LeSage | 2012-03-27 | 1 | -2/+9 |
| | | |||||
* | | fix regression that broke mousewheel operations on the idoscale | Charles Kerr | 2012-03-14 | 1 | -0/+2 |
| | | |||||
* | | alter mouse button 2 clicks to behave like mouse button 2 clicks for lp bug ↵ | Charles Kerr | 2012-03-12 | 1 | -0/+20 |
| | | | | | | | | | | | | | | #898611. This solution was taken from gvc-channel-bar.c in gnome-control-center. The idea of cribbing from g-c-c came from Christian Giordano in duplicate lp bug #932919 where he suggested "using the same behavior the volume slider has in the Sound System Settings." | ||||
* | | add primary-clicked and secondary-clicked signals for lp bug #921065 | Charles Kerr | 2012-03-10 | 2 | -31/+93 |
| | | |||||
* | | tweak: fix some indentation damage in the header file | Charles Kerr | 2012-03-09 | 1 | -2/+2 |
| | | |||||
* | | remove idooffscreenproxy | Charles Kerr | 2012-03-09 | 3 | -592/+0 |
| | | |||||
* | | small code cleanup in update_packing() | Charles Kerr | 2012-03-09 | 1 | -43/+19 |
| | | |||||
* | | Fix LP Bug #906050 by removing idoscalemenuitem's offscreen proxy. | Charles Kerr | 2012-03-09 | 1 | -51/+0 |
| | | | | | | | | | | The offscreen proxy was added last September to fix bug #804009, but while testing in 12.04b1 I'm not able to reproduce that issue even after removing the offscreen proxy. I don't want to regress 804009 so I'll ask for more eyeballs on this one. | ||||
* | | don't override widget_class.state_changed in idoscalemenuitem ... that was ↵ | Charles Kerr | 2012-03-09 | 1 | -8/+0 |
|/ | | | | preventing the prelight state from ever showing up there. | ||||
* | add style class "menubar" to the offscreen proxy, this fixes the white ↵ | Ken VanDine | 2012-02-08 | 1 | -4/+3 |
| | | | | background drawn in the sound menu with the current gtk3/light-themes (LP: #925700) | ||||
* | Patch from ~covox (LP: #867649) | Ken VanDine | 2012-01-12 | 1 | -0/+4 |
| | | | | | | | | | In method ido_offscreen_proxy_realize(), a call is made to gdk_screen_get_rgba_visual() to get a GdkVisual handle, which is then passed as part of a GdkWindowAttr structure to gdk_window_new(). What's not taken into account is that gdk_screen_get_rgba_visual() will return NULL if RGBA isn't supported by the destination window manager (e.g. if someone turned the Composite extension off). In this case, as the field is always marked as valid for use (GDK_WA_VISUAL), gdk_window_new will fall over. Attached is a patch to fall back on gdk_screen_get_system_visual() if RGBA isn't available. With this, unity-panel-service no longer crashes after interacting with the Sound indicator if the Composite extension is switched off. | ||||
* | removed deprecations from gtk3 and fixed sizing issues with idemessagedialog ↵ | Ken VanDine | 2011-12-14 | 5 | -0/+45 |
| | | | | (LP: #888392) | ||||
* | one more fix for armel FTBFS | Ken VanDine | 2011-10-06 | 1 | -1/+1 |
| | |||||
* | Fixed FTBFS on armel (LP: #866039) | Ken VanDine | 2011-10-05 | 3 | -3/+3 |
| | |||||
* | Get rid of unnecessary check | Michal Hruby | 2011-10-03 | 1 | -1/+0 |
| | |||||
* | And we need to include config.h | Michal Hruby | 2011-10-03 | 1 | -0/+1 |
| | |||||
* | Use the grab-notify workaround only when using Gtk3 | Michal Hruby | 2011-10-03 | 1 | -0/+14 |
| | |||||
* | Fix bug #865122 | Michal Hruby | 2011-10-03 | 1 | -0/+10 |
| | |||||
* | Fix the calendar item | Ted Gould | 2011-09-16 | 1 | -15/+46 |
|\ | |||||
| * | Freeing the new event | Ted Gould | 2011-09-16 | 1 | -0/+3 |
| | | |||||
| * | Putting the new code as GTK3 only | Ted Gould | 2011-09-16 | 1 | -0/+5 |
| | | |||||
| * | Removing a bunch of debug messages | Ted Gould | 2011-09-16 | 1 | -23/+2 |
| | | |||||
| * | Use get_origin instead of position and uncomment out our adjustments | Ted Gould | 2011-09-16 | 1 | -6/+4 |
| | | |||||
| * | Use the root position in the event instead of finding it | Ted Gould | 2011-09-16 | 1 | -4/+3 |
| | | |||||
| * | Clean up some debug and such | Ted Gould | 2011-09-16 | 1 | -3/+3 |
| | | |||||
| * | Reformating | Ted Gould | 2011-09-15 | 1 | -54/+52 |
| | | |||||
| * | A check point | Ted Gould | 2011-09-15 | 1 | -1/+50 |
| | | |||||
* | | Putting the offscreen proxy in EXTRA_DIST if we're building GTK2 version | Ted Gould | 2011-09-13 | 1 | -4/+8 |
| | | |||||
* | | Making the proxy GTK3 only | Ted Gould | 2011-09-13 | 2 | -7/+75 |
|\ \ | |||||
| * | | Only use the offscreen proxy stuff in GTK3 | Robert Carr | 2011-09-13 | 2 | -7/+75 |
| | | | |||||
* | | | Increasing the number of warnings | Ted Gould | 2011-09-13 | 1 | -1/+2 |
|/ / | |||||
* | | Ok I take it back we don't care about border. use custom css to set ↵ | Robert Carr | 2011-09-06 | 1 | -8/+26 |
| | | | | | | | | border-width and radius | ||||
* | | Don't leak style context... | Robert Carr | 2011-09-06 | 1 | -0/+2 |
| | | |||||
* | | Use GtkBorder in drawing background | Robert Carr | 2011-09-06 | 1 | -4/+8 |
| | | |||||
* | | Use gtk_render_background | Robert Carr | 2011-09-06 | 2 | -26/+16 |
| | | |||||
* | | Whoops copyright headers | Robert Carr | 2011-09-02 | 2 | -1/+50 |
| | | |||||
* | | Implement an IdoOffscreenProxy object to work around GtkRange/Scale needing ↵ | Robert Carr | 2011-09-02 | 4 | -14/+535 |
|/ | | | | grabs, change IdoScaleMenuItem to make use of this. Fixes lp: #804009 | ||||
* | Commenting out boiler plate code that is causing a warning | Ted Gould | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Avoid duplicate events | Ted Gould | 2011-06-21 | 1 | -6/+0 |
|\ |