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

Geanyvc fix #300

Merged
merged 4 commits into from Nov 10, 2015
Merged

Geanyvc fix #300

merged 4 commits into from Nov 10, 2015

Commits on Nov 9, 2015

  1. geanyvc: enable gtk3 support

    kugel- committed Nov 9, 2015
    3
    Copy the full SHA
    c6a7968 View commit details
    Browse the repository at this point in the history
  2. geanyvc: simplify doc switching when showing vc output in a new document

    The old way was not robust and much too complicated. navqueue_goto_line()
    does everything we need and we can simplify the whole thing to a single API
    call.
    kugel- committed Nov 9, 2015
    Copy the full SHA
    bf20fd7 View commit details
    Browse the repository at this point in the history
  3. geanyvc: fix commit dialog freeze on GTK3

    gtk_dialog_set_has_separator() was removed in gtk3. For some reason
    geanyvc successfully linked anyway, and when it was called it completely
    messed up GTK's internal state.
    
    The call can be removed without replacement since the separator has been off
    by default since a while even in GTK2.
    kugel- committed Nov 9, 2015
    Copy the full SHA
    a06036d View commit details
    Browse the repository at this point in the history
  4. geanyvc: change commit dialog layout so that it looks reasonable on b…

    …oth gtk 2 and 3
    
    The useless extra paned was particularly awkward. Under gtk3 the commit dialog
    was hardly usable due to the tiny commit message text widget.
    kugel- committed Nov 9, 2015
    Copy the full SHA
    18afa07 View commit details
    Browse the repository at this point in the history