Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 8 | -0/+58 |
|\ | | | | | | | (LP: #888392) | ||||
| * | removed deprecations from gtk3 and fixed sizing issues with idemessagedialog ↵ | Ken VanDine | 2011-12-14 | 8 | -0/+58 |
|/ | | | | (LP: #888392) | ||||
* | 0.3.10.3.1 | Ted Gould | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | Fixes for ARM | Ted Gould | 2011-10-12 | 3 | -4/+4 |
|\ | |||||
| * | 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 |
|/ | |||||
* | Merge lp:~mhr3/ido/bug-865122 | Michal Hruby | 2011-10-03 | 1 | -0/+24 |
|\ | |||||
| * | 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 |
|/ | |||||
* | 0.3.00.3.0 | Ted Gould | 2011-09-28 | 1 | -2/+2 |
| | |||||
* | 0.2.930.2.93 | Ted Gould | 2011-09-20 | 1 | -1/+1 |
| | |||||
* | Ignoring m4 | Ted Gould | 2011-09-16 | 1 | -0/+1 |
| | |||||
* | Update Autotools and remove Shave | Ted Gould | 2011-09-16 | 7 | -250/+18 |
|\ | |||||
| * | configure.ac: Update autotools config a bit | Javier Jardón | 2011-08-03 | 1 | -7/+12 |
| | | | | | | | | | | | | Replace deprecated autotools macros Use new libtool syntax | ||||
| * | build: Use upstream silent rules instead shave | Javier Jardón | 2011-08-03 | 7 | -244/+7 |
| | | |||||
* | | Fix the calendar item | Ted Gould | 2011-09-16 | 1 | -15/+46 |
|\ \ | |||||
| * | | Freeing the new event | Ted Gould | 2011-09-16 | 1 | -0/+3 |
| | | | |||||
| * | | Attaching bug | Ted Gould | 2011-09-16 | 0 | -0/+0 |
| | | | |||||
| * | | 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 |
| |/ | |||||
* | | 0.2.920.2.92 | Ted Gould | 2011-09-13 | 1 | -1/+1 |
| | | |||||
* | | Ignoring some junk! | Ted Gould | 2011-09-13 | 1 | -0/+29 |
| | | |||||
* | | 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 | 3 | -7/+76 |
|\ \ | |||||
| * | | Only use the offscreen proxy stuff in GTK3 | Robert Carr | 2011-09-13 | 3 | -7/+76 |
| | | | |||||
* | | | Increasing the number of warnings | Ted Gould | 2011-09-13 | 1 | -1/+2 |
|/ / | |||||
* | | 0.2.910.2.91 | Ted Gould | 2011-09-08 | 1 | -1/+1 |
| | | |||||
* | | Merge lp:~robertcarr/ido/offscreen-scale | Robert Carr | 2011-09-08 | 4 | -15/+599 |
|\ \ | |/ |/| | |||||
| * | 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 | ||||
* | 0.2.900.2.90 | Ted Gould | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Commenting out boiler plate code that is causing a warning | Ted Gould | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Making sure the menu example doesn't use a menu proxy | Ted Gould | 2011-06-21 | 1 | -0/+2 |
|\ | |||||
| * | don't export export menus over dbus, that won't work... | David Barth | 2010-08-19 | 1 | -0/+2 |
| | | |||||
* | | Avoid duplicate events | Ted Gould | 2011-06-21 | 1 | -6/+0 |
|\ \ | |||||
| * | | fixed multiple signal issue which caused calendar jumps bug #768956 | Karl Lattimer | 2011-05-12 | 1 | -6/+0 |
| | | | |||||
* | | | Updating to GTK3 | Ted Gould | 2011-06-21 | 15 | -88/+159 |
|\ \ \ | |/ / |/| | | |||||
| * | | use const not G_CONST_RETURN | Michael Terry | 2011-06-20 | 2 | -4/+4 |
| | | |