- 14 Mar, 2015 3 commits
-
-
- 13 Mar, 2015 1 commit
-
-
- 09 Mar, 2015 6 commits
-
-
Murray Cumming authored
This reverts part of d8730c41. The commented-out changes would have been wrong because they were method calls on Entries, not Labels.
-
Murray Cumming authored
This reverts part of d8730c41. It has mistakenly replaced Entry::set_alignment() with Widget::set_halign() instead of only replacing Misc::set_alignment(). Now the fields take up their full widths again, so the extra buttons (New, Find, ..., etc) are not far away. Conflicts: glom/utility_widgets/layoutwidgetbase.cc
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-
- 06 Mar, 2015 2 commits
-
-
Murray Cumming authored
Instead of Widget's xalign, which acts on the whole widget, not just its text content. See http://www.murrayc.com/permalink/2015/03/02/gtk-aligning-justification-in-text-widgets/
-
Murray Cumming authored
-
- 16 Feb, 2015 1 commit
-
-
- 07 Feb, 2015 7 commits
-
-
Inaki Larranaga Murgoitio authored
-
Inaki Larranaga Murgoitio authored
-
Inaki Larranaga Murgoitio authored
-
Inaki Larranaga Murgoitio authored
-
Inaki Larranaga Murgoitio authored
-
Inaki Larranaga Murgoitio authored
-
Inaki Larranaga Murgoitio authored
-
- 19 Jan, 2015 2 commits
-
-
Murray Cumming authored
By temporarily unsetting LANGUAGE while getting LC_TIME via setlocale(LC_TIME, NULL). As Geary does already too.
-
Murray Cumming authored
-
- 16 Jan, 2015 3 commits
-
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
So we have the correct 4 digit date formats for those too, even where the default behaviour is incorrect. Also add a regression test for this. Bug #742968
-
- 15 Jan, 2015 1 commit
-
-
Murray Cumming authored
-
- 14 Jan, 2015 1 commit
-
-
Murray Cumming authored
* glom/utility_widgets/notebook_noframe.[h|cc]: Add a hacky remove_all_pages_without_signalling() method to avoid us calling get_parent() while this widget is being removed, because that is causing get_parent() to be called on a GtkWidget that is no longer valid. This has started happening recently so I suspect a change in GTK+ or gtkmm. I have not put in the time to identify what is really going wrong. * glom/mode_data/notebook_data.cc: Destructor: Call the new workaround method.
-
- 12 Jan, 2015 1 commit
-
-
Daniel Mustieles García authored
-
- 04 Jan, 2015 1 commit
-
-
- 27 Dec, 2014 2 commits
-
-
Мирослав Николић authored
-
Marek Černocký authored
-
- 14 Dec, 2014 1 commit
-
-
Marek Černocký authored
-
- 13 Dec, 2014 1 commit
-
-
- 07 Dec, 2014 1 commit
-
-
- 05 Dec, 2014 3 commits
-
-
Murray Cumming authored
Found by clang's scan-build.
-
Murray Cumming authored
get_parent_container_or_self() is not called by anything. Found by Coverity Scan, which identified dead code because of an early return, not because the whole method is not used.
-
Murray Cumming authored
Because 1) We don't do this elsewhere and 2) We would have to handle that excetion somehow, but we don't and we can't. Found by Coverity Scan as an uncaught exception in main().
-
- 04 Dec, 2014 3 commits
-
-
Murray Cumming authored
Found by scan-build.
-
Murray Cumming authored
Found by Coverity Scan.
-
Murray Cumming authored
Found by Coverity Scan.
-