Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New instance improvements #653

Closed
wants to merge 5 commits into from
Closed

New instance improvements #653

wants to merge 5 commits into from

Commits on Sep 10, 2015

  1. Add reverse option parser to main

    main_get_persistent_argv() returns the (reproduced) options which
    should be passed to a new window.
    zhekov committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    3f65454 View commit details
    Browse the repository at this point in the history
  2. Add support for geany executable to utils_resource_dir()

    Since the executable is not a directory, renamed utils_resource_dir()
    to the more generic utils_resource_path(), and RESOURCE_DIR_DATA to
    RESOURCE_PATH_DATA_DIR etc.
    zhekov committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    acdf8eb View commit details
    Browse the repository at this point in the history
  3. Improve New Window: pass the proper arguments and save configuration

    Windows only: also fix the locale filename support. The standard
    utils_get_locale_from_utf8() does nothing, because it targets the glib
    filename encoding, which is UTF-8. g_locale_from_utf8() must be used.
    zhekov committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    4901b3b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2015

  1. Configuration menu
    Copy the full SHA
    66cc86e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2015

  1. Configuration menu
    Copy the full SHA
    9ae3bd2 View commit details
    Browse the repository at this point in the history