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

nfd_gtk – perform all GTK+ operations in a forked process #15

Closed
wants to merge 6 commits into from

Commits on Jun 3, 2016

  1. forking works for single file dialogs

    Wolfgang Draxinger authored and Wolfgang Draxinger committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    c08e473 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2016

  1. GTK variant now forks into subprocess that encapsulates GTK initializ…

    …ation and state
    Wolfgang Draxinger authored and Wolfgang Draxinger committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    0e189da View commit details
    Browse the repository at this point in the history
  2. removed valgrind related conditional compilation. if people complain …

    …about reported memory leaks explain them it makes no sense to clean up a house that's about to be demolished
    Wolfgang Draxinger authored and Wolfgang Draxinger committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    dff617b View commit details
    Browse the repository at this point in the history
  3. set NFD error messages

    Wolfgang Draxinger authored and Wolfgang Draxinger committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    8097228 View commit details
    Browse the repository at this point in the history
  4. open multiple dialog required some additional logic for user cancel/a…

    …bort
    Wolfgang Draxinger authored and Wolfgang Draxinger committed Jun 4, 2016
    Configuration menu
    Copy the full SHA
    194c093 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. fixed read/write functions error code testing

    Wolfgang Draxinger authored and Wolfgang Draxinger committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    28ad603 View commit details
    Browse the repository at this point in the history