1. 27 Haz, 2008 1 kayıt (commit)
  2. 26 Haz, 2008 3 kayıt (commit)
  3. 25 Haz, 2008 2 kayıt (commit)
  4. 24 Haz, 2008 2 kayıt (commit)
  5. 21 Haz, 2008 1 kayıt (commit)
  6. 20 Haz, 2008 4 kayıt (commit)
  7. 19 Haz, 2008 9 kayıt (commit)
  8. 18 Haz, 2008 5 kayıt (commit)
    • Frank Lanitz's avatar
      Update of Finnish translation · ce216561
      Frank Lanitz yazdı
      git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2706 ea778897-0a13-0410-b9d1-a72fbfd435f5
      ce216561
    • Nick Treleaven's avatar
      Merge the document-pointer branch. · 652d073d
      Nick Treleaven yazdı
      Note: this breaks the plugin API for document functions,
      document signal callbacks, msgwin_msg_add() and navqueue_goto_line().
      Make all DocumentFuncs use a GeanyDocument* instead of an integer
      index, so there's no need to access the documents array or use
      DOC_IDX_VALID() - usually just check for non-NULL.
      Pass a document pointer to the callbacks of all document-* signals.
      Add GeanyDocument::index field for use with the documents array.
      Remove DocumentFuncs::get_cur_idx() - use get_current() instead.
      Replace DocumentFuncs::get_n_idx() with get_from_page().
      Rename DocumentFuncs::find_by_realpath() to find_by_real_path().
      Replace DocumentFuncs::remove() with remove_page().
      Add 'changed' argument for DocumentFuncs::set_text_changed().
      Make NavQueueFuncs and MsgWinFuncs use a GeanyDocument* instead of an
      integer index.
      Add DOC_VALID() macro.
      Add deprecated DOC_IDX() macro to get the document index from a
      possibly NULL pointer; deprecate macro DOC_IDX_VALID. These macros
      can make porting outside plugins easier; of course, it is better to
      rewrite the code to use document pointers.
      Use document pointer instead of an index to the documents array
      everywhere in the core code.
      Rename utils_check_disk_status() in document_check_disk_status() and
      move it into document.c.
      Adjust plugins to work with these changes.
      Add dox for document_set_filetype().
      Rename debugging function doc() doc_at() to avoid conflicts.
      Update plugin signals dox.
      
      
      git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2705 ea778897-0a13-0410-b9d1-a72fbfd435f5
      652d073d
    • Nick Treleaven's avatar
      Bring back GeanyDocument::is_valid field as it is clearer and more · 56e77de7
      Nick Treleaven yazdı
      descriptive than using doc->index != -1.
      Add deprecated macros DOC_IDX_VALID and DOC_IDX in plugindata.h,
      which can make porting outside plugins easier; of course, it is
      better to rewrite the code to use document pointers.
      Use is_valid instead of the DOC_VALID macro when iterating over
      documents_array, as there are never NULL pointers in it.
      
      
      git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/document-pointer@2704 ea778897-0a13-0410-b9d1-a72fbfd435f5
      56e77de7
    • Nick Treleaven's avatar
      Minor formatting. · 1e4b1594
      Nick Treleaven yazdı
      git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/document-pointer@2703 ea778897-0a13-0410-b9d1-a72fbfd435f5
      1e4b1594
    • Nick Treleaven's avatar
      Fix redo, reload commands. · 4b1e4056
      Nick Treleaven yazdı
      Fix focusing editor on notebook tab click.
      Minor formatting and use NZV, DOC_FILENAME macros.
      Make doc_at() debug function check idx is within range.
      
      
      git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/document-pointer@2702 ea778897-0a13-0410-b9d1-a72fbfd435f5
      4b1e4056
  9. 17 Haz, 2008 3 kayıt (commit)
  10. 16 Haz, 2008 2 kayıt (commit)
  11. 15 Haz, 2008 5 kayıt (commit)
  12. 13 Haz, 2008 2 kayıt (commit)
  13. 12 Haz, 2008 1 kayıt (commit)