aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-20Add a readme fileHEADmasterSamuel Lidén Borell1-0/+62
2011-10-15Update the TODO fileSamuel Lidén Borell1-0/+2
2011-10-15Support adding, renaming and deleting files in GITSamuel Lidén Borell4-33/+58
2011-10-15Implement git commit / checkout in GUISamuel Lidén Borell6-0/+365
2011-10-15Add toolbar itemsSamuel Lidén Borell1-1/+8
2011-10-12Add "prevent normalization" to the TODOSamuel Lidén Borell1-0/+2
2011-10-12Some old TODO entries (only ideas)Samuel Lidén Borell1-0/+7
2011-07-23Upgrade to GTK 3.0 (no changes)Samuel Lidén Borell1-2/+2
2011-06-02Replace escape() with encodeURIComponent()Samuel Lidén Borell1-1/+1
2011-06-02Fix project_getFileURL so relative URLs workSamuel Lidén Borell1-3/+1
2011-06-02Start with the template contents as the page contentsSamuel Lidén Borell1-6/+21
2011-06-02Create template markers if case they don't exist in the pageSamuel Lidén Borell1-0/+6
2011-06-02Fix directory view update when adding a new pageSamuel Lidén Borell1-1/+1
2011-06-02Implement file renamingSamuel Lidén Borell5-2/+33
2011-05-28Don't select the contents when a page is openedSamuel Lidén Borell1-1/+19
2011-05-28Detect empty blocks in the selectionSamuel Lidén Borell1-3/+2
2011-05-28Move the "is empty text node" code to a functionSamuel Lidén Borell1-2/+12
2011-05-28Implement contiguous multi-paragraph selectionSamuel Lidén Borell1-5/+35
2011-05-28Move the "next node in tree" code to a functionSamuel Lidén Borell1-14/+17
2011-05-28Skip empty text nodes in getSelectedBlocksSamuel Lidén Borell1-1/+1
2011-05-26Don't try to display the element type of inline elementsSamuel Lidén Borell1-1/+4
2011-05-26Update TODO listSamuel Lidén Borell1-1/+1
2011-05-26Keep cursor position / selection when changing element typeSamuel Lidén Borell1-0/+28
2011-05-26Implement element type change with more than one selected elementSamuel Lidén Borell1-37/+94
2011-05-22Disable compiler warning for unused parametersSamuel Lidén Borell1-1/+1
2011-05-22Fix warning from the GLib option parserSamuel Lidén Borell1-1/+1
2011-05-22Fix harmless type errorSamuel Lidén Borell1-1/+1
2011-05-19Tree view: Only update rows of modified filesSamuel Lidén Borell3-25/+86
2011-05-19Implement long comments: <!-- -->Samuel Lidén Borell2-2/+10
2011-05-18Don't add markers to <html> when editing a templateSamuel Lidén Borell1-4/+9
2011-05-18Implement "New Page"Samuel Lidén Borell4-1/+21
2011-05-18Display filename and editable titleSamuel Lidén Borell7-23/+140
2011-05-18Restore markers if they are removed in the editorSamuel Lidén Borell1-5/+40
2011-05-18Escape the HTML code so newlines don't get removedSamuel Lidén Borell1-3/+3
2011-05-17Focus the document view when document is loadedSamuel Lidén Borell1-0/+3
2011-05-17Fix crash when no project is loadedSamuel Lidén Borell1-0/+5
2011-05-17Show GIT status in the file treeSamuel Lidén Borell7-1/+196
2011-05-17More usable default window/pane sizesSamuel Lidén Borell1-0/+3
2011-05-17Saves pages automatically when they are closedSamuel Lidén Borell4-17/+11
2011-05-17Add more tasks to the TODOSamuel Lidén Borell1-0/+5
2010-10-29Code refactoring: Use executeFormattedScriptSamuel Lidén Borell1-3/+1
2010-09-04Implement the "Open project" actionSamuel Lidén Borell3-13/+73
2010-09-01Add a TODO entry about project importSamuel Lidén Borell1-0/+2
2010-09-01Fix a compiler warning due to a missing #includeSamuel Lidén Borell1-0/+1
2010-09-01Implement the Quit actionSamuel Lidén Borell3-4/+25
2010-09-01Improve the menu labelsSamuel Lidén Borell1-4/+4
2010-09-01Rename and update the UI file to use GtkUIManagerSamuel Lidén Borell2-169/+93
2010-08-31Use the inner section in case of nested sectionsSamuel Lidén Borell1-22/+23
2010-08-27Add TODO listSamuel Lidén Borell1-0/+43
2010-08-27Use the project path from the command lineSamuel Lidén Borell1-5/+26