aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-paned.c
Commit message (Collapse)AuthorAgeFilesLines
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-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 Crha2010-04-021-8/+8
|
* Baby steps toward GSEAL compliance.Matthew Barnes2010-01-141-6/+6
|
* BugĀ 596947 - Calendar view forgets memo pane heightMatthew Barnes2009-12-201-13/+145
|
* Still tweaking pane position restoration.Matthew Barnes2009-11-201-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 Barnes2009-10-071-1/+1
|
* Bug 593612 - Pane size restoration does not play nice with maximized windowsMatthew Barnes2009-10-071-0/+54
|
* Remove redundant "vertical view" functions.Matthew Barnes2009-08-281-62/+27
|
* Add vertical view to Memos and Tasks.Matthew Barnes2009-08-281-0/+1
|
* Add EPaned widget to generalize vertical view.Matthew Barnes2009-08-281-0/+344