1. 06 Nis, 2015 2 kayıt (commit)
    • Jiří Techet's avatar
      icon: Adjust the color of the inside of the bottleneck · 5cf25119
      Jiří Techet yazdı
      The (almost) black color of the inside of the bottleneck is a bit too high
      contrast and doesn't fit the rest of the icon (the only black part of it).
      Use the "lamp yellow" as the base and lower the L in HSL representation of
      the color so it just looks as darker lamp material.
      5cf25119
    • Jiří Techet's avatar
      icon: Adjust the left-bottom curve of the bottleneck · cbd13b8f
      Jiří Techet yazdı
      After making the bottleneck wider (by shifting the curve to the left), the
      curve became flatter which looks strange. Make the curve a bit more round
      in the middle.
      cbd13b8f
  2. 27 Mar, 2015 3 kayıt (commit)
  3. 26 Mar, 2015 1 kayıt (commit)
  4. 22 Mar, 2015 1 kayıt (commit)
    • Jiří Techet's avatar
      Use consistent shadows across Geany · 1a36eeaf
      Jiří Techet yazdı
      In principle, any scrolled window should have GTK_SHADOW_IN so the scrollbars
      are not above the surface and there is a frame around the scrolled area.
      
      The only exception are the elements of the main window where adding
      GTK_SHADOW_IN causes there are too many shadows (or lines in 2D themes)
      around the windows and the result isn't nice. So use GTK_SHADOW_NONE
      for all main editor scrolled windows. (One additional exception is the
      Help->Credits page which is gray and the extra frame doesn't look good.)
      
      Replace frame around VTE with GtkViewport to avoid the extra line around.
      
      Raise the second editor from the splitwindow plugin so it's at the same
      level as the main editor.
      1a36eeaf
  5. 17 Mar, 2015 1 kayıt (commit)
  6. 16 Mar, 2015 5 kayıt (commit)
  7. 15 Mar, 2015 6 kayıt (commit)
  8. 11 Mar, 2015 1 kayıt (commit)
  9. 08 Mar, 2015 3 kayıt (commit)
  10. 06 Mar, 2015 3 kayıt (commit)
  11. 05 Mar, 2015 1 kayıt (commit)
    • Jiří Techet's avatar
      Disable "rules hint" for the Documents tab · 8d19ea4c
      Jiří Techet yazdı
      The "rules hint" property is used to tell the theme for which TreeView
      even/odd rows should have a different color. This is typically used for
      long rows or rows which need to be visually separated for some reason.
      
      Currently the Documents sidebar view uses it which doesn't make much
      sense because the row is short and neither of the other tabs in the sidebar
      use it.
      8d19ea4c
  12. 04 Mar, 2015 13 kayıt (commit)