Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge lp:~charlesk/ido/nogtk2 to remove gtk2 support from the configure ↵ | Charles Kerr | 2012-08-22 | 12 | -191/+4 |
|\ | | | | | | | script and the source | ||||
| * | remove the gtk2 conditional compiles for IdoMessageDialog | Charles Kerr | 2012-08-22 | 1 | -8/+0 |
| | | |||||
| * | remove the gtk2 conditional compiles for IdoCalendarMenuItem | Charles Kerr | 2012-08-22 | 1 | -28/+0 |
| | | |||||
| * | remove the gtk2 conditional compiles for IdoEntryMenuItem | Charles Kerr | 2012-08-22 | 1 | -24/+0 |
| | | |||||
| * | sync with lp:ido | Charles Kerr | 2012-08-22 | 6 | -5/+201 |
| |\ | |/ |/| | |||||
* | | merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now that gtk ↵ | Charles Kerr | 2012-08-21 | 2 | -1/+2 |
|\ \ | | | | | | | | | | 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 | 2 | -1/+3 |
| | | | |||||
* | | | merge lp:~charlesk/ido/switch to add GtkSwitchMenuItem | Charles Kerr | 2012-08-21 | 6 | -5/+199 |
|\ \ \ | |/ / |/| | | |||||
| * | | bump to 12.10.0 | Charles Kerr | 2012-08-21 | 2 | -3/+5 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | make the glib 2.32 requirement explicit in configure.ac | Charles Kerr | 2012-08-21 | 1 | -2/+6 |
| | | | |||||
| * | | add IdoSwitchMenuItem | Charles Kerr | 2012-08-21 | 4 | -0/+197 |
|/ / | |||||
| * | require gtk3 | Charles Kerr | 2012-05-07 | 12 | -106/+1 |
| | | |||||
| * | remove unused function ido_range_grab_notify() | Charles Kerr | 2012-05-07 | 1 | -23/+0 |
|/ | |||||
* | merge lp:~ted/ido/gtest to add the gtest framework and a few tests to make ↵ | Charles Kerr | 2012-04-26 | 7 | -1/+232 |
|\ | | | | | | | sure our menu items can be created and realized. | ||||
| * | Bring in xorg-gtest to get an X11 wrapper | Ted Gould | 2012-04-25 | 2 | -3/+5 |
| | | |||||
| * | Build a scale menu item as well | Ted Gould | 2012-04-25 | 1 | -0/+41 |
| | | |||||
| * | Adding in the entry menuitem as well. | Ted Gould | 2012-04-25 | 1 | -2/+26 |
| | | |||||
| * | Putting in the BEGIN_DECLS for the C++ folks | Ted Gould | 2012-04-25 | 1 | -0/+2 |
| | | |||||
| * | Now we can realize the menu item to make sure it doesn't mess that up | Ted Gould | 2012-04-25 | 1 | -1/+12 |
| | | |||||
| * | Now we're allocating a calendar | Ted Gould | 2012-04-25 | 2 | -4/+30 |
| | | |||||
| * | Adding in a dummy test and the dependencies to build it | Ted Gould | 2012-04-25 | 3 | -1/+54 |
| | | |||||
| * | No gtk-doc.m4 needed | Ted Gould | 2012-04-25 | 1 | -0/+1 |
| | | |||||
| * | We've now got a test directory! | Ted Gould | 2012-04-25 | 3 | -1/+3 |
| | | |||||
| * | Adding in Google test build utilities | Ted Gould | 2012-04-25 | 2 | -0/+69 |
| | | |||||
| * | Attaching bug | Ted Gould | 2012-04-25 | 0 | -0/+0 |
|/ | |||||
* | merge lp:~allanlesage/ido/TDD to add targets to autotools build for ↵ | Charles Kerr | 2012-04-12 | 5 | -2/+156 |
|\ | | | | | | | 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 | 5 | -2/+156 |
| | | |||||
* | | 0.3.40.3.4 | Ted Gould | 2012-03-21 | 1 | -1/+1 |
| | | |||||
* | | fix regression that broke mousewheel operations on the idoscale | Charles Kerr | 2012-03-14 | 1 | -0/+2 |
|\ \ | |||||
| * | | fix regression that broke mousewheel operations on the idoscale | Charles Kerr | 2012-03-14 | 1 | -0/+2 |
|/ / | |||||
* | | 0.3.30.3.3 | Charles Kerr | 2012-03-13 | 1 | -1/+1 |
| | | |||||
* | | merge lp:~charlesk/ido/lp-898611 to fix lp bug #898611 | Charles Kerr | 2012-03-13 | 1 | -0/+20 |
|\ \ | |||||
| * | | 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." | ||||
* | | Merge lp:~charlesk/indicator-sound/lp-921065 into lp:indicator-sound to add ↵ | Charles Kerr | 2012-03-12 | 2 | -33/+95 |
|\ \ | | | | | | | | | | "primary-clicked" and "secondary-clicked" events for lp bug #921065 | ||||
| * | | 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 |
| | | | |||||
* | | | Merge lp:~charlesk/ido/lp-906050 into lp:ido to resolve the following LP ↵ | Charles Kerr | 2012-03-12 | 4 | -694/+19 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | tickets: Bug #524541: Volume (slider) item isn't highlighted when selected Bug #886335: Unable to use arrow keys to adjust the volume control in the sound menu. Bug #906050: Playback controls don't highlight anything like other menu items | ||||
| * | | 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. | ||||
* / | 0.3.20.3.2 | Ted Gould | 2012-03-09 | 1 | -1/+1 |
|/ | |||||
* | add style class "menubar" to the offscreen proxy, this fixes the white ↵ | Ken VanDine | 2012-02-09 | 1 | -4/+3 |
|\ | | | | | | | background drawn in the sound menu menu with the current gtk3/light-themes (LP: #925700) | ||||
| * | 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) |