~xubuntu-dev/mousepad/+git/master:matt/gtksourceview

Last commit made on 2011-10-07
Get this branch:
git clone -b matt/gtksourceview https://git.launchpad.net/~xubuntu-dev/mousepad/+git/master

Branch merges

Branch information

Name:
matt/gtksourceview
Repository:
lp:~xubuntu-dev/mousepad/+git/master

Recent commits

4783ee1... by Matthew Brush <email address hidden>

Fix a couple minor issues from last couple commits.

34cb31b... by Matthew Brush <email address hidden>

Add filetype selection popup menu to statusbar.

adf4ea8... by Matthew Brush <email address hidden>

Update a few documentation files.

ab93fe6... by Matthew Brush <email address hidden>

Make Filetype separate in the Document menu.

4777a40... by Matthew Brush <email address hidden>

Reorder action entry arrays (forgotten in last commit).

143b6ba... by Matthew Brush <email address hidden>

Cleanup View and Document menus.

* Move "Line Numbers" from Document to View menu and apply it to all
  of the currently open textviews.
* Re-order View and Document menu items, mostly sorted alphabetically.
* Remove extra separators between related items.
* Re-arrange action handler functions to be in the same order as their
  items appear in the XML file.

5c88d18... by Matthew Brush <email address hidden>

Add extra settings to custom print dialog tab.

* Add line number increment setting.
* Add separate font settings for header, body and line numbers.

ba85e8d... by Matthew Brush <email address hidden>

Use GtkSourcePrintCompositor property names in config file.

c45ed8d... by Matthew Brush <email address hidden>

Switch to GtkSourcePrintCompositor for printing.

* Add printing option for syntax highlighting.
* Some of the page footer code implemented in #if 0 blocks.
* Remove mousepad_print_end_print() function.

029bef6... by Matthew Brush <email address hidden>

Merge branch 'nick_0_3' into gtksourceview