Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-07 | Continue to separate Gtk related code from core logic: divelist | ||
Move some more logic out of the divelist-gtk.c file. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2013-04-07 | Separate Gtk related code from core logic: divelist | ||
This is simplistic & brute force: any function that touches Gtk related data structures is moved to divelist-gtk.c, everything else stays in divelist.c. Header files have been adjusted so that this still compiles and appears to work. More thought is needed to truly abstract this out, but this seems to be a good point to commit this change. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |