1. 29 May, 2012 9 kayıt (commit)
  2. 28 May, 2012 1 kayıt (commit)
  3. 27 May, 2012 2 kayıt (commit)
    • Colomban Wendling's avatar
      Do not apply color scheme upon color scheme selection dialog display · 2ed1d6d8
      Colomban Wendling yazdı
      Current color scheme was applied upon color scheme selection dialog
      display because the GtkTreeView::cursor-changed signal is emitted when
      the tree view is initially shown (since it actually gets the focus for
      the first time), uselessly re-applying the current color scheme.
      
      This is a performance issue because when many documents are open
      updating the color scheme can take a few seconds.
      
      Now we watch for the GtkTreeSelection::changed signal on the tree
      view's selection, which is only emitted when the selected item actually
      changes.  We also connect to that signal after filling the tree so we
      don't get notified on the initial selection setup.
      2ed1d6d8
    • Nick Treleaven's avatar
      ffd3d739
  4. 26 May, 2012 5 kayıt (commit)
  5. 25 May, 2012 2 kayıt (commit)
  6. 16 May, 2012 4 kayıt (commit)
  7. 14 May, 2012 1 kayıt (commit)
    • Colomban Wendling's avatar
      Add support for user-defined labels for custom commands · c04fd65a
      Colomban Wendling yazdı
      This allows the user to define a label to be displayed in the menu in
      place of the command to be run.  This can be very useful if e.g. a
      custom command is too complex to be easily read in the menu, or if two
      custom commands are so similar could be confounded.
      c04fd65a
  8. 06 May, 2012 1 kayıt (commit)
  9. 04 May, 2012 3 kayıt (commit)
  10. 03 May, 2012 1 kayıt (commit)
  11. 28 Nis, 2012 1 kayıt (commit)
  12. 26 Nis, 2012 2 kayıt (commit)
  13. 25 Nis, 2012 4 kayıt (commit)
  14. 24 Nis, 2012 4 kayıt (commit)