Skip to content
  1. Mar 18, 2024
  2. Dec 11, 2023
  3. Nov 09, 2023
  4. Nov 01, 2023
    • Daniel Boles's avatar
      custom_container/mycontainer.cc: Tidy up measure() · f7889b44
      Daniel Boles authored
      * Move `dummy_*_baseline` to point of use, renamed to `ignore`.
      * Avoid unneeded `height_per_child`; just divide `for_size` in-place.
      * Deduplicate two loops, one for each possible `Orientation`.
      * Use `std::max()`, instead of reinventing it.
      * Donʼt redundantly count nvis_children manually, in one of those loops!
      f7889b44
  5. Oct 30, 2023
  6. Oct 26, 2023
  7. Oct 11, 2023
  8. Jul 24, 2023
  9. Jul 12, 2023
  10. Jul 07, 2023
  11. Jun 28, 2023
  12. Jun 27, 2023
  13. Jun 11, 2023
  14. Jun 08, 2023
  15. May 25, 2023
  16. Apr 03, 2023
  17. Mar 16, 2023
  18. Mar 09, 2023
  19. Mar 05, 2023
  20. Mar 04, 2023
  21. Feb 27, 2023
    • Kjell Ahlstedt's avatar
      Move some programs in examples/book/ · 27fd2958
      Kjell Ahlstedt authored
      flowbox -> listbox_flowbox/flowbox
      listbox -> listbox_flowbox/listbox
      listmodel -> listbox_flowbox/listmodel
      gridview -> listmodelviews/gridview
      columnview_listview/* -> listmodelviews/*
      
      listbox_flowbox/ contains programs with ListBox and FlowBox.
      listmodelviews/ contains programs with GridView, ListView and ColumnView.
      27fd2958
  22. Feb 23, 2023
  23. Feb 16, 2023
    • Kjell Ahlstedt's avatar
      Remove the book/buttons/volumebutton example · 9a95e986
      Kjell Ahlstedt authored
      * README.md: meson -> meson setup
      * docs/tutorial/C/index-in.docbook: Note that VolumeButton is deprecated.
      * examples/book/buttons/scalebutton/examplewindow.cc: Make it even more
      similar to VolumeButton.
      * examples/Makefile.am:
      * examples/book/meson.build: Remove book/buttons/volumebutton.
      * examples/book/buttons/volumebutton/*: Remove.
      * examples/book/dropdown/search_font/examplewindow.cc: Change a comment.
      9a95e986
  24. Feb 13, 2023
  25. Feb 11, 2023
    • Kjell Ahlstedt's avatar
      index-in.docbook: More information about deprecated classes · 0c226cde
      Kjell Ahlstedt authored
      * docs/tutorial/C/index-in.docbook: Add more information about
      deprecated classes.
      * examples/book/printing/advanced/examplewindow.[cc|h]:
      * examples/book/printing/simple/examplewindow.[cc|h]:
      Use Label instead of deprecated Statusbar.
      * examples/Makefile.am:
      * examples/others/meson.build: Remove others/statusbar.
      * examples/others/statusbar/statusbar.cc: Remove.
      0c226cde
  26. Feb 06, 2023
  27. Feb 05, 2023
    • Kjell Ahlstedt's avatar
      Add 4 DropDown examples · 603bda8d
      Kjell Ahlstedt authored
      * examples/book/dropdown/complex/:
      * examples/book/dropdown/search_font/:
      * examples/book/dropdown/search_string/:
      * examples/book/dropdown/string/: New example programs.
      The DropDown widgets in these examples behave almost identically to
      the ones in the DropDown demo in gtkmm. The difference is that there
      is only one DropDown in each program.
      603bda8d
  28. Jan 27, 2023
  29. Jan 26, 2023
  30. Jan 25, 2023
  31. Jan 22, 2023