[gtkmm] Created tag 4.0.0
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Created tag 4.0.0
- Date: Sun, 20 Dec 2020 10:11:53 +0000 (UTC)
The unsigned tag '4.0.0' was created.
Tagger: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: 1608458856 +0100
4.0.0
Changes since the last tag '3.97.1':
Andreas Persson (76):
Add Gtk::DropDown
Wrap properties for ListItem
Add class documentation for DropDown etc
Fix things mentioned in merge request comment
Add Gtk::ListView
Update filelist.am and use make_managed in example
Gdk, Gtk: Regenerate docs.xml and .defs files
Use char, int, float and double instead of g types
Remove wrappers for removed functions in Gtk/Gdk
Change constructors for DropDown and ListView
Minor doc update for StringList
Gdk, Gtk: Regenerate docs.xml and .defs files
Adapt to Gdk changes
Gdk, Gtk: Regenerate docs.xml and .defs files
Adapt to more Gdk changes
Use DateTime instead of time_t in RecentInfo
Fix DropDown strings constructor
Add Gtk::ColumnView
Gtk: Regenerate docs.xml and .defs files
Gtk: Update for latest gtk4 (changes in Grid)
Fix typos and circular include in ColumnView
Remove Gtk::AccelLabel
Gtk: Regenerate docs.xml and .defs files
Update docs with latest changes from Gtk
Gdk: Regenerate docs.xml and .defs files
Gdk: Adapt to recent changes for Gdk::TopLevel
Add Gtk::TreeListModel and Gtk::TreeListRow
Add Gtk::SortListModel and Gtk::FilterListModel
Gtk: make FileFilter inherit Filter
Gtk::TreeListModel: Remove unnecessary callback
Gtk::Filter: Fix reference counting errors
Gdk, Gtk: Regenerate docs.xml and .defs files
Gtk::Native: Remove vfuncs as interface is private
Demos: Add listview application launcher demo
Add Gtk::GridView
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk: move enums from Surface to Toplevel
Add Gtk::FlattenListModel and Gtk::SliceListModel
Merge branch 'gdk-move-enums' into 'master'
Merge branch 'flatten_slice_models' into 'master'
Add Gtk::Expression
Merge branch 'expression' into 'master'
Demos: Add DropDown demo
Gtk: Fix ref count for get_expression methods
DropDown demo: use set_margin
Merge branch 'dropdown-demo' into 'master'
Gtk: add missing conversion for experssions
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Remove methods removed in latest gtk4
Gtk::ColumnViewColumn: simplify constructors
Add Gtk::BoolFilter and Gtk::MultiSorter
Merge branch 'remove-functions' into 'master'
Gtk::MultiSorter: add interfaces
Merge branch 'boolfilter_multisorter' into 'master'
Add Gtk::MultiFilter, AnyFilter and EveryFilter
Add Gtk::SelectionFilterModel
Add Gtk::DirectoryList
Merge branch 'multifilter' into 'master'
Merge branch 'selectionfiltermodel' into 'master'
Gtk::DirectoryList: fix ref count and property
Merge branch 'directorylist' into 'master'
Add Gtk::NumericSorter
Gtk: Regenerate docs.xml and .defs files
Merge branch 'numericsorter' into 'master'
Remove Gtk::StyleContext::render_insertion_cursor
Remove Gdk::Point and update Gdk docs
Merge branch 'remove-gdk-point' into 'master'
Demos: add checkmarks to DropDown demo
Merge branch 'dropdown-demo-checkmarks' into 'master'
Gtk: Remove unused enums
Remove Gtk::FileChooserButton
Gdk, Gtk: Update for the latest gtk4
Gdk, Gtk: Regenerate docs.xml and .defs files
Merge branch 'surface-state-rework' into 'master'
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk::ToplevelLayout: update for latest gtk4
Chun-wei Fan (39):
NMake Makefiles: Add default Vulkan SDK path
NMake Makefiles: Split outdir and intdir by toolset version
NMake Makefiles: Add rules to generate versioned items
NMake Makefiles: Support generating sources with gmmproc
NMake Makefiles: Silence warnings C4251 and C4275
NMake Makefiles: Speed up builds
NMake Makefiles: Mention about the 'prep-git-build' target
NMake Makefiles: Use /utf-8
meson.build: Always use gendef.exe for Visual Studio, for now
gtkmm: Fix building on Visual Studio
NMake Makefiles: Support building from Meson tarballs
NMake Makefiles: Support linking to Meson-built -mm libraries
Update Visual Studio NMake README
NMake Makefiles: Fix building test programs
NMake Makefiles: Fix header "installation"
gdk/gdkmmconfig.h.[meson|in]: Add GDKMM_API
gtk/gtkmmconfig.h.[meson|in]: Re-organize GTKMM_API definitions
gdk/src/*.hg: Mark classes and APIs with GDKMM_API
gdk/gdkmm/*.h: Mark classes and APIs with GDKMM_API
class_gtkobject.m4: Add ability to decorate generated classes
gtk/src/*.hg: Mark classes and APIs with GTKMM_API
gtk/gtkmm/*.h: Mark classes and APIs with GTKMM_API
Meson: Build gtkmm directly for all builds
NMake Makefiles: Stop using gendef.exe
Drop gendef from the sources
Merge branch 'use-dllexport' into 'master'
NMake Makefiles: Use toolset version in DLL/.lib naming
NMake Makefiles: Clean up building demo and test programs
meson: Remove gmmproc-dir option
Meson/Visual Studio builds: Include toolset version by default
NMake Makefiles: Apply toolset version for Meson-built deps
MSVC_NMake/README: Update build info
NMake Makefiles: Support ARM64 Windows builds
NMake Makefiles: Fix header search paths
NMake Makefiles: Fix build from release tarballs
NMake Makefiles: Use Meson-style DLL and .lib naming if requested
NMake Makefiles: Remove mentions of ATK/ATKMM
gtk/gtkmm/private/object_p.h: Decorate Gtk::Object_Class with GTKMM_API
NMake Makefiles: "Install" the codegen .m4 files
Kjell Ahlstedt (99):
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (Gdk::Event updated, etc)
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (add Gtk::DragIcon, etc)
Use glibmm-2.66 instead of glibmm-2.64
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (remove Gdk::Surface methods, etc.)
Gdk: Add DragSurface, Popup, Toplevel, ToplevelLayout
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (remove Gtk::AccelGroup, etc.)
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (remove Gtk::ShadowType, etc.)
Gtk::EventControllerFocus: Fix its misspelt name
Remove the docs/reference/images/stock directory
gtk/gtkmm/filelist.am: Remove border.h
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (remove Gtk::Bin and Container, etc.)
demos, tests: Fix modal dialogs
Remove tests/menu_destruction/main.cc
Fix crashing demos and tests
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (remove application menus, etc.)
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (add Gtk::WindowHandle, etc.)
Add support for building gtkmm with Meson
Merge branch 'kjellahl/meson-build-master' into 'master'
README: Update with instructions for building gtkmm
Add Gtk::ShortcutController and ShortcutManager
docs/reference/meson.build: Update for Doxygen >= 1.8.16
docs/reference/meson.build: Improve the update for Doxygen >= 1.8.16
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (add Gtk::EditableLabel, etc.)
gdk/meson.build: Set MSVC_TOOLSET_VER in conf data
tools/gen_scripts: Read only gdk*.h and gtk*.h files
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (add Gtk::Bitset, etc.)
Add Gtk::BitsetConstIter and tests/bitset_iterator
Add Gtk::BuilderScope and BuilderCScope
Remove Gtk::Main
Gtk: Regenerate docs.xml and .defs files
Gtk: Update for the latest gtk4 (remove Gtk::FileFilter::Info, etc.)
Merge branch 'dropdown' into 'master'
Merge branch 'listview' into 'master'
Merge branch 'types' into 'master'
Merge branch 'recent-info-date-time' into 'master'
Merge branch 'types' into 'master'
Gtk::DropDown: Fix an #include
Merge branch 'columnview' into 'master'
Merge branch 'grid-rename-properties' into 'master'
Drop dependency on Atkmm
Merge branch 'docs-cleanup' into 'master'
Merge branch 'gdk-toplevel' into 'master'
Merge branch 'tree-list-model' into 'master'
Merge branch 'sort-filter-models' into 'master'
Remove Gtk::MenuButton::property_align_widget()
Gdk: Add ToplevelSize and Toplevel::signal_compute_size()
Gdk: Add [Drag,Popup,Toplevel]SurfaceImpl
Merge branch 'native-interface-private' into 'master'
Gdk, Gtk: Move signal_popup_layout_changed() and other updates
Gtk: Add Shortcut, ShortcutAction, ShortcutTrigger
Gtk::Actionable::get_action_target_value(): Fix ref count
Remove some obsolete files
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (remove Gtk::RadioButton, etc.)
Gtk::ListView: Fix the class description
Merge branch 'applauncher-demo' into 'master'
demos/gtk-demo/demos.h: Add an end element to child1[]
Merge branch 'gridview' into 'master'
gtk_extra_objects.defs: Add GtkGridView
Meson build: Fix versioning on macOS
gtk/gtkmm.h: Update the link to libsigc++'s home page
Documentation: Explain key values
Add some methods, require pangomm >= 2.43.3
Add Gdk::Seat::get_tools()
gtk/gtkmm.h: Describe how to use gtkmm with meson
gtk/gtkmm.h: Fix a typo
Gtk::IconTheme: Remove an unnecessary _IGNORE() directive
tools/gen_scripts: gtk+ -> gtk
Gtk::AboutDialog: Inherit form Window instead of Dialog
Gtk::Application: Add make_window_and_run()
Merge branch 'kjellahl/application-run' into 'master'
Gdk, Gtk: Regenerate docs.xml and .defs files
Gtk: Update for the latest gtk4 (add PopoverMenu::add_child(), etc.)
Remove gdk/src/types.[hg,ccg]
Wrap GtkRequisition as _CLASS_BOXEDTYPE_STATIC
Gtk::Widget::get_is_drawable() -> is_drawable()
Gtk: Fix some TODO comments
Gtk: Add DragIcon::create_widget_for_value(), remove enum PlacesOpenFlags
Gtk::IconView, TreeView: Update get_tooltip_context_*()
Gtk::SpinButton, StackPage: Implement more interfaces
Add Gdk::MemoryTexture
Gdk, Gtk: Regenerate docs.xml and .defs files
Gdk, Gtk: Update for the latest gtk4 (update some class descriptions)
Add Gtk::TreeExpander
Use glibmm-2.68, pangomm-2.48 instead of glibmm-2.66, pangomm-2.44
Gtk docs: Avoid some warnings from gmmproc
Regenerate gdk_methods.defs and gtk_signals.defs
Add some Gtk::CellRenderer methods and other small fixes
4.0.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]