aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add style class "menubar" to the offscreen proxy, this fixes the white ↵Ken VanDine2012-02-081-4/+3
| | | | background drawn in the sound menu with the current gtk3/light-themes (LP: #925700)
* Patch from ~covox (LP: #867649)Ken VanDine2012-01-121-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 VanDine2011-12-145-0/+45
| | | | (LP: #888392)
* one more fix for armel FTBFSKen VanDine2011-10-061-1/+1
|
* Fixed FTBFS on armel (LP: #866039)Ken VanDine2011-10-053-3/+3
|
* Get rid of unnecessary checkMichal Hruby2011-10-031-1/+0
|
* And we need to include config.hMichal Hruby2011-10-031-0/+1
|
* Use the grab-notify workaround only when using Gtk3Michal Hruby2011-10-031-0/+14
|
* Fix bug #865122Michal Hruby2011-10-031-0/+10
|
* Fix the calendar itemTed Gould2011-09-161-15/+46
|\
| * Freeing the new eventTed Gould2011-09-161-0/+3
| |
| * Putting the new code as GTK3 onlyTed Gould2011-09-161-0/+5
| |
| * Removing a bunch of debug messagesTed Gould2011-09-161-23/+2
| |
| * Use get_origin instead of position and uncomment out our adjustmentsTed Gould2011-09-161-6/+4
| |
| * Use the root position in the event instead of finding itTed Gould2011-09-161-4/+3
| |
| * Clean up some debug and suchTed Gould2011-09-161-3/+3
| |
| * ReformatingTed Gould2011-09-151-54/+52
| |
| * A check pointTed Gould2011-09-151-1/+50
| |
* | Putting the offscreen proxy in EXTRA_DIST if we're building GTK2 versionTed Gould2011-09-131-4/+8
| |
* | Making the proxy GTK3 onlyTed Gould2011-09-132-7/+75
|\ \
| * | Only use the offscreen proxy stuff in GTK3Robert Carr2011-09-132-7/+75
| | |
* | | Increasing the number of warningsTed Gould2011-09-131-1/+2
|/ /
* | Ok I take it back we don't care about border. use custom css to set ↵Robert Carr2011-09-061-8/+26
| | | | | | | | border-width and radius
* | Don't leak style context...Robert Carr2011-09-061-0/+2
| |
* | Use GtkBorder in drawing backgroundRobert Carr2011-09-061-4/+8
| |
* | Use gtk_render_backgroundRobert Carr2011-09-062-26/+16
| |
* | Whoops copyright headersRobert Carr2011-09-022-1/+50
| |
* | Implement an IdoOffscreenProxy object to work around GtkRange/Scale needing ↵Robert Carr2011-09-024-14/+535
|/ | | | grabs, change IdoScaleMenuItem to make use of this. Fixes lp: #804009
* Commenting out boiler plate code that is causing a warningTed Gould2011-06-211-1/+1
|
* Avoid duplicate eventsTed Gould2011-06-211-6/+0
|\
| * fixed multiple signal issue which caused calendar jumps bug #768956Karl Lattimer2011-05-121-6/+0
| |
* | use const not G_CONST_RETURNMichael Terry2011-06-202-4/+4
| |
* | drop deprecated use of event_windowMichael Terry2011-06-011-5/+0
| |
* | adjustments aren't widgetsMichael Terry2011-06-013-4/+4
| |
* | fix build errors with gtk2Michael Terry2011-06-012-3/+50
| |
* | fix various unused-variable warnings; not directly related to gtk3 work, but ↵Michael Terry2011-06-014-20/+5
| | | | | | | | helps focus on actual problems
* | some further automake magic for dual versioningMichael Terry2011-06-011-1/+1
| |
* | allow building either gtk2 or gtk3 versions; some deprecation cleanupsMichael Terry2011-06-013-14/+21
| |
* | porting to gtk3, WIPKen VanDine2011-05-279-52/+52
|/
* Bug in closurekarl-qdh2011-03-151-6/+4
|
* minor fixeskarl-qdh2011-03-061-5/+8
|
* Merge with trunkkarl-qdh2011-03-063-2/+11
|\
| * Adding back lost APITed Gould2011-03-022-0/+9
| |\
| | * Added ido_calendar_menu_item_get_calendar back to prevent a ABI breakKen VanDine2011-02-242-0/+9
| | |
| * | compile fixMichael Terry2011-02-252-2/+2
| | |
* | | Added new API to the calendar menu item so we can change the selected day/date.karl-qdh2011-03-062-1/+57
|/ / | | | | | | | | | | | | | | | | Also added new signals for selecting days and selecting with double click. In indicator-datetime these signals will be connected to either launching evolution (double), or invoking a re-building of the appointments menu (single) from the selected day forward. In this case we should also set the date of the calendar to today by default when opening the menu.
* | Added return if fails to public apikarl-qdh2011-02-251-2/+14
| |
* | Gmf.karl-qdh2011-02-251-1/+1
| |
* | Merging with trunkkarl-qdh2011-02-251-5/+5
|\|
| * Fixed missing semicolon. Also the code formatting was all messed up so I ↵Cody Russell2011-02-241-5/+5
| | | | | | | | fixed that because I'm kind of a code formatting nazi. Sie müssen Antretenbzr diff