aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Support adding, renaming and deleting files in GITSamuel Lidén Borell1-1/+1
2011-10-15Implement git commit / checkout in GUISamuel Lidén Borell1-0/+75
2011-06-02Implement file renamingSamuel Lidén Borell1-0/+3
2011-05-22Fix warning from the GLib option parserSamuel Lidén Borell1-1/+1
2011-05-19Tree view: Only update rows of modified filesSamuel Lidén Borell1-21/+72
2011-05-18Implement "New Page"Samuel Lidén Borell1-0/+8
2011-05-18Display filename and editable titleSamuel Lidén Borell1-2/+42
2011-05-17Show GIT status in the file treeSamuel Lidén Borell1-0/+25
2011-05-17Saves pages automatically when they are closedSamuel Lidén Borell1-1/+1
2010-10-29Code refactoring: Use executeFormattedScriptSamuel Lidén Borell1-3/+1
2010-09-04Implement the "Open project" actionSamuel Lidén Borell1-0/+30
2010-09-01Fix a compiler warning due to a missing #includeSamuel Lidén Borell1-0/+1
2010-09-01Implement the Quit actionSamuel Lidén Borell1-1/+18
2010-09-01Rename and update the UI file to use GtkUIManagerSamuel Lidén Borell1-3/+3
2010-08-27Use the project path from the command lineSamuel Lidén Borell1-5/+26
2010-08-26Make template pages editableSamuel Lidén Borell1-3/+4
2010-08-13Build URIs with slashes as separators, regardless of platformSamuel Lidén Borell1-1/+1
2010-08-13Fix some memory leaksSamuel Lidén Borell1-0/+3
2010-08-10Implement element type (h1, div, p, ...) changingSamuel Lidén Borell1-9/+71
2010-08-10Implement savingSamuel Lidén Borell1-2/+35
2010-08-09Free the GError when a directory can't be openedSamuel Lidén Borell1-0/+1
2010-08-08Implement the file tree viewSamuel Lidén Borell1-15/+151
2010-08-07Implement basic page loading with templatesSamuel Lidén Borell1-1/+12
2010-07-25Initial commitSamuel Lidén Borell1-0/+89