Changes between Initial Version and Version 1 of Ticket #28911


Ignore:
Timestamp:
Mar 26, 2011, 8:54:15 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28911 – Description

    initial v1  
    1 With regards to a GTK native look and feel, I aimed to solve these problems:[[BR]]
    2 * integrate menus with OSX's menu bar[[BR]]
    3 * native looking widgets[[BR]]
    4 * change ctrl-alpha bindings to cmd-alpha
     1With regards to a GTK native look and feel, I aimed to solve these problems:
     2 * integrate menus with OSX's menu bar
     3 * native looking widgets
     4 * change ctrl-alpha bindings to cmd-alpha
    55
    66Current solution: `gtk2 +no_x11 +quartz` with a theme such as `gtk-osx-tiger`.
    77
    8 Problems:[[BR]]
    9 * apps start behind the currently focused window[[BR]]
    10 * some ports require `+x11` (such as some of `yelp`'s dependencies)[[BR]]
    11 * each binding has to be manually added
     8Problems:
     9 * apps start behind the currently focused window
     10 * some ports require `+x11` (such as some of `yelp`'s dependencies)
     11 * each binding has to be manually added
    1212
    1313The solution I have currently is adequate for now, but I would like to work on a more long-term solution based on '''GlobalMenu''':[[BR]]