Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -3/+6 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -17/+15 |
| | |||||
* | Bug #651633 - Hidden task/memo sidebar always automagically re-appears | Milan Crha | 2011-08-19 | 1 | -0/+19 |
| | |||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -1/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 1 | -1/+2 |
| | |||||
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 1 | -6/+2 |
| | |||||
* | GObject boilerplate cleanup. | Matthew Barnes | 2010-08-25 | 1 | -32/+9 |
| | | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do. | ||||
* | Bug #325121 - Do not translate developer strings in g_param_spec_* | Milan Crha | 2010-04-02 | 1 | -8/+8 |
| | |||||
* | Baby steps toward GSEAL compliance. | Matthew Barnes | 2010-01-14 | 1 | -6/+6 |
| | |||||
* | BugĀ 596947 - Calendar view forgets memo pane height | Matthew Barnes | 2009-12-20 | 1 | -13/+145 |
| | |||||
* | Still tweaking pane position restoration. | Matthew Barnes | 2009-11-20 | 1 | -4/+14 |
| | | | | | | | | | My window maximization hack in EPaned works great if the top-level window has not been shown yet. But if it has, we've already missed the window state event we're listening for and so the pane position will not be restored properly. This commit fixes that. | ||||
* | Fix error in comment. | Matthew Barnes | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | Bug 593612 - Pane size restoration does not play nice with maximized windows | Matthew Barnes | 2009-10-07 | 1 | -0/+54 |
| | |||||
* | Remove redundant "vertical view" functions. | Matthew Barnes | 2009-08-28 | 1 | -62/+27 |
| | |||||
* | Add vertical view to Memos and Tasks. | Matthew Barnes | 2009-08-28 | 1 | -0/+1 |
| | |||||
* | Add EPaned widget to generalize vertical view. | Matthew Barnes | 2009-08-28 | 1 | -0/+344 |