Commit Graph

12 Commits

Author SHA1 Message Date
Gaël Bonithon
2a9a32b3a0 Apply .clang-format file 2024-05-05 17:58:13 +02:00
Gaël Bonithon
95a2d9c5bf Clean up and sort includes 2024-05-05 17:58:13 +02:00
d094f06f6a Aggregate children memory and cpu
Closes: #58
2024-04-09 23:41:31 +02:00
Waldemar Zimpel
250a424754 Reopen process window maximized when closed maximized 2023-09-12 21:31:42 +00:00
Simon Steinbeiss
b376e3d1b0 Store column positions again 2021-02-18 17:30:56 +01:00
Simon Steinbeiss
31feaf1d26 Store sort-column-id and sort-type (Fixes #36) 2021-02-18 16:28:24 +01:00
Simon Steinbeiss
a5aeafc15f Port to xfconf
The internal XtmSettings object is retained so we don't have to refactor
everything, but the backend now uses Xfconf over the rc file.
2021-01-25 14:15:40 +01:00
Simon Steinbeiss
f4e9726e20 Drop leftover function for toolbar style 2021-01-19 13:25:57 +01:00
rim
be159c9a69 Improve settings saving (bug #15213) 2019-05-21 19:51:53 +02:00
Nick Schermer
b367fdd1a9 Fix compiler warnings. 2014-01-08 19:35:17 +01:00
Mike Massonnet
95c3ef3246 Implement option "Toolbar style" 2010-09-29 16:40:30 +02:00
Mike Massonnet
cc6dbd8373 Initial commit of new interface
Changes touching the build:
- Bumped version to 0.5.0.
- Removed dependency on Xfce libs (it only depends on GTK+-2.0.)
- Updated Makefile with new source files.
- Build ChangeLog through a script (remove it from source tree.)

More generally speaking, the interface is build on top of a GtkBuilder
UI definition, with a personal GtkTreeView and a Settings GObject to
update the information shown on the interface on changes. All the code
is being written with GObjects which will make it a lot easier to
separate GUI code and system code.
2010-05-01 15:34:25 +02:00