1. 17 12月, 2005 1 次提交
  2. 22 11月, 2005 1 次提交
  3. 21 11月, 2005 3 次提交
  4. 20 11月, 2005 4 次提交
  5. 14 11月, 2005 1 次提交
  6. 09 11月, 2005 9 次提交
  7. 07 11月, 2005 1 次提交
  8. 06 11月, 2005 1 次提交
  9. 31 10月, 2005 2 次提交
  10. 29 10月, 2005 1 次提交
  11. 18 10月, 2005 1 次提交
  12. 26 9月, 2005 1 次提交
  13. 12 9月, 2005 1 次提交
  14. 11 9月, 2005 1 次提交
  15. 10 9月, 2005 1 次提交
  16. 08 9月, 2005 3 次提交
  17. 05 9月, 2005 3 次提交
  18. 30 8月, 2005 1 次提交
  19. 20 8月, 2005 1 次提交
  20. 11 8月, 2005 1 次提交
  21. 29 7月, 2005 2 次提交
    • J
      [PATCH] fix gconfig crash · bafd2df5
      Joachim Nilsson 提交于
      I ran glade-2 on the glade file, fixed two missing stock icons and
      cleaned up the C code that inserts the single/split/full modes. The
      rest of the patch is minor cleanups only. I refrained from using all
      the included xpm icons in images.c (like qconf.cc does) in favour of
      using the stock Gtk+ icons instead. Oh, yes there was a "back" bug
      in split mode that I also removed, oh well...
      
      It has been tested with success by several people, including
      Jesper Juhl, Randy Dunlap and myself.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      bafd2df5
    • B
      [PATCH] kconfig: trivial cleanup · fb7f6ff6
      blaisorblade@yahoo.it 提交于
      Replace all menu_add_prop mimicking menu_add_prompt with the latter func. I've
      had to add a return value to menu_add_prompt for one usage.
      
      I've rebuilt scripts/kconfig/zconf.tab.c_shipped by hand to reflect changes
      in the source (I've not the same Bison version so regenerating it wouldn't
      have been not a good idea), and compared it with what Roman itself did some
      time ago, and it's the same.
      
      So I guess this can be finally merged.
      Signed-off-by: NPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      fb7f6ff6