- 15 Eyl, 2014 2 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 10 Eyl, 2014 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Backport patches applied upstream to cache auto-completion windows, hopefully avoiding dead popup windows lying around on GTK3 builds in some high stress scenarios.
-
- 08 Eyl, 2014 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Only cache the popup window itself and not its content, as it seems the window sizing is affected whether the content was just created or not.
-
Colomban Wendling yazdı
This avoids creating and destroying windows quickly under stress, which may lead to XID collisions. See e.g. https://bugzilla.gnome.org/show_bug.cgi?id=581526 and https://bugzilla.gnome.org/show_bug.cgi?id=590690 Closes [scintilla:bugs:1649].
-
- 07 Eyl, 2014 2 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
- 01 Eyl, 2014 1 kayıt (commit)
-
-
Nick Treleaven yazdı
Allow user to edit open dialog filename when file doesn't exist
-
- 29 Agu, 2014 14 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Enrico Tröger yazdı
This should be cleaner and safer than using '../' mixed with os.chdir().
-
Enrico Tröger yazdı
This enables proper logging when checking for rst2html during configuration.
-
Enrico Tröger yazdı
This is cleaner than searching for rst2html and rst2html.py since Waf offers the API for this and this change enables Windows support. While at it, add binary name 'rst2html2' for ArchLinux support.
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
This is an improvement as requested in #322 to update the HTML docs after geany.txt or geany.css have changed. Also, with this change the resulting HTML will be generated in the outdir, not in srcdir/doc anymore.
-
Nick Treleaven yazdı
-
- 27 Agu, 2014 7 kayıt (commit)
-
-
Colomban Wendling yazdı
Closes PR#324.
-
Colomban Wendling yazdı
Closes PR#322.
-
Colomban Wendling yazdı
-
Nick Treleaven yazdı
Support pseudo-unique IDs for documents
-
Nick Treleaven yazdı
Properly handle existing session when creating new project
-
Nick Treleaven yazdı
Occurred on Project->New with an existing project when closing an unsaved file was cancelled.
-
Nick Treleaven yazdı
Also rewrite the default session in case it was cleared.
-
- 25 Agu, 2014 1 kayıt (commit)
-
-
Frank Lanitz yazdı
e.g. used to 'print' debug output to log on e.g. Sybase ASA
-
- 23 Agu, 2014 4 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Clean the HTML manual upon 'maintainer-clean' rather than 'clean' in case it was not built by Make but rather part of the distribution. This is fine even then, as configure will properly require what is needed to build it again if it is missing.
-
Colomban Wendling yazdı
Don't set clean-local and all-local dependencies all together at the end and rather let each section add the appropriate dependencies. This makes each conditional more self-contained, and is safe as Make allows adding extra dependencies to existing targets.
-
Colomban Wendling yazdı
Enable building of the HTML manual by default unless not building from Git and with an existing local copy (which is included in distribution tarballs). This makes sure we can install the HTML manual without having it checked in VCS, yet not require rst2html for tarball builds.
-
- 21 Agu, 2014 1 kayıt (commit)
-
-
Nick Treleaven yazdı
Ask whether to adopt the existing session documents. Also fixes the existing bug of not reloading the default session when an existing project is open and a new project is cancelled.
-
- 20 Agu, 2014 3 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
As it is generated by the build system it doesn't have to be checked in, and having it in became a whole lot more annoying since it started being generated automatically on `make all` instead of specific (and weird) `make doc`, as it means whenever the documentation changes the HTML is re-generated on any make run. This is particularly problematic if using a different Docutils version than the one used to generate the checked-in version as it would create local noise that should not be committed, yet keep being annoying. This situation probably leads to most people disabling (or at least, not enabling) the documentation generation on normal builds, itself leading to more hassle updating of the documentation.
-
- 19 Agu, 2014 2 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Nick Treleaven yazdı
Add GeanyDocument::id, document_find_by_id() to plugin API. This also fixes clicking on a Messages item whose document has been closed and reused. Now the click will be ignored instead of jumping to an unexpected line in the new document.
-