[gtkmm-documentation] Created tag 3.95.1
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Created tag 3.95.1
- Date: Wed, 8 May 2019 12:37:16 +0000 (UTC)
The unsigned tag '3.95.1' was created.
Tagger: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: 1557319007 +0200
3.95.1
Changes since the last tag '3.20.0':
Andre Klapper (1):
Comment invalid <category> in DOAP file to pass git pre-receive hook
Daniel Boles (8):
Mixing C & C++: Clarify ownership of wrap() result
Clarify: ColumnRecords can be static *singletons*
Don’t write main() without a return type
Fix 2 typos of slot_callbback => slot_callback
Fix typo in my recent ColumnRecord commit
Clarify that user sometimes must delete if managed
Document the new make_managed() & prefer to use it
Use auto more, removing lots of verbose type noise
Daniel Mustieles (1):
Updated Spanish translation
Kjell Ahlstedt (124):
Document 'deprecated' option in _WRAP_ENUM and _WRAP_GERROR
Use the pan-[up,down,start,end]-symbolic icons
Describe the optional err_return_value argument in _WRAP_VFUNC
Move the description of _CUSTOM_MOVE_OPERATIONS
printing/advanced example: Don't use deprecated methods
Printing examples: Add missing menu items and toolbar
_CUSTOM_WRAP_FUNCTION and _NO_WRAP_FUNCTION in _CLASS_GTKOBJECT
Add the ListModel example
Build: Fix silent builds
AboutDialog example: Add a logotype
Mention that Gtk::Action is deprecated
RadioButton section: Describe Gtk::RadioButton::join_group()
Remove build/ax_cxx_compile_stdcxx.m4
Add part of "Building applications" chapter with example code
Add examples/book/buildapp/.gitignore
Add another part of "Building applications" chapter with example code
Add last part of "Building applications" chapter with example code
Build app example: Use Gio::Settings::bind(key, property_proxy, flags)
Replace Menu::popup() by Menu::popup_at_pointer()
Update NEWS
Prepare for gtkmm-4.0
Remove the "Plugs and Sockets" chapter and example
Update the buildapp examples
Update the custom_container and custom_widget examples
Update many example applications, fixing 'make check'
signals/custom example: Use the sigc::signal<R(Args...)> syntax
Update examples with Gtk::DrawingArea
More update of the printing/advanced example
Update application/command_line_handling and printing/advanced examples
Add "Changes in gtkmm 4" chapter
custom_container example: Update overriding Container::forall_vfunc()
Update combobox/complex and toolpalette examples
Update the treeview/drag_and_drop example
Update the others/cellrenderercustom example
Update the PlacesSidebar example
Examples: Remove calls to show_all() and show_all_children()
custom_widget example: Correct the coordinates in on_draw()
Popover example: Call set_draw_indicator() instead of set_mode()
Headers and Linking section: Replace broken link
others/cellrenderercustom examples: Override gtkmm-4 vfuncs
Update chapters 1-8 for gtkmm-4.0
Update chapter 9, Container Widgets, for gtkmm-4.0
Examples: Move argc and argv from Application::create() to run()
custom_widget example: Use Gtk::WidgetCustomDraw and WidgetCustomSnapshot
Update chapter 10, The TreeView widget, for gtkmm-4.0
Update chapters 11-18 for gtkmm-4.0
Update chapters 19-27 for gtkmm-4.0
Update chapter 28, Custom Widgets, for gtkmm-4.0
Update chapters 29-32 for gtkmm-4.0
Update appendixes A-G for gtkmm-4.0
treeview/drag_and_drop example: Fix a comment
Update for glibmm-2.54
Examples: Fix make check when _WRAP_ENUM generates enum class
Fix make check after changes in Glib::SignalProxy::connect()
Fix make check when gtkmm uses Gdk::Event
Examples: Remove static_cast<int> on Gtk::ResponseType
Fix application/command_line_handling after changes in some enums
Add Gtk::FileChooserNative example
Fix custom_container and custom_widget examples
Remove Gtk::EventBox example
input example: Change Glib::IOCondition::IN to Glib::IOCondition::IO_IN
Update build/.gitignore
Update description of the errthrow parameter in _WRAP_METHOD
Adapt to latest version of Gdk::Event and its subclasses
Adapt to some Gdk::Event& (and subclasses) parameters as const&
Fix buildapp/Makefile.am and buildapp/README
Adapt to latest versions of gtk+ and gtkmm
Window icons and AboutDialog logos are Gdk::Texture
Clarify when the user shall delete the wrap() result
Add description of voidreturn parameter in _WRAP_METHOD_DOCS_ONLY
Use Gdk::ContentFormats instead of Gtk::TargetList
Adapt to latest versions of gtk+ and gtkmm (Clipboard, DnD)
Update the giomm/monitor_directory example
Update ToolPalette example
Remove the PlacesSidebar example
Update many example programs, Gdk::Event is ref counted
Adapt to latest versions of gtk+ and gtkmm (event signals)
Don't use the deprecated Gtk::Widget::signal_event()
Update RecentFiles example, remove ToolPalette example
Fix a doubly-defined section id
Update the RefPtr appendix
Use glibmm-2.58 instead of glibmm-2.56
Update for the latest gtk+4 and gtkmm4 (Gdk::Surface etc.)
Require C++17
Update custom container, custom widget and advanced printing examples
custom_widget example: Don't use Gtk::WidgetCustomSnapshot
Update the Custom Widgets chapter
Update the DrawingArea Widget chapter
Update calls to Gtk::Snapshot::append_cairo()
Replace signal_key_press_event() by Gtk::EventControllerKey
Fix a broken link to www.gtkmm.org
Gdk::DragContext has been split into Gdk::Drag and Gdk::Drop
Update the Drag and Drop chapter and the Clipboard chapter
Update the others/dnd example
configure.ac: Update bug report address
Merge branch 'wip/dboles/when-manage-does-not-mean-managed-4' into 'master'
Merge branch 'wip/dboles/make_managed-etc-4' into 'master'
Avoid '<' and '>' in code snippets in the docbook file
Use glibmm-2.60 instead of glibmm-2.58
Create only .tar.xz tarballs
Replace most Gtk::manage() calls with Gtk::make_managed()
Fix the listmodel example
Update custom and treeview_popup examples
Update the "Changes in gtkmm-4.0 and glibmm-2.60" chapter
Update the keyboard_events/propagation example
Appendix G: Update the description of _WRAP_ENUM
examples: Use Gtk::Container::add() instead of Gtk::Box::pack_start()
Update the book/buildapp examples
examples: Use Gtk::Box instead of Gtk::ButtonBox
Update Multiple-Item Containers section
examples: Update for the latest gtkmm-4
Use glibmm-2.62 instead of glibmm-2.60
examples: Update for the latest gtkmm-4
examples: Update .ui files
buildapp examples: Add meson.build files
Add meson.build files and auxiliary scripts for meson builds
index-in.docbook: Fix some validation errors
index-in.docbook: Add some <keycap> tags
examples: Don't use removed Gdk::Surface::invalidate_rect()
Update the meson.build files and the auxiliary scripts
Remove ChangeLog.pre-3-8-0
meson.build: Build PDF file with dblatex
examples: Use Gtk::Window::set_default_widget()
3.95.1
Marcin Kolny (1):
Add description of _CUSTOM_MOVE_OPERATIONS macro
Marek Cernocky (4):
Czech translation
Updated Czech translation
Updated Czech translation
Fixed Czech translation
Mario Blättermann (1):
Update German translation
Murray Cumming (35):
Remove trailing whitespace.
Don't crash when showing GtkCssProvider errors.
calendar: Don't use deprecated font: CSS syntax.
Small const improvement.
Require C++14.
C++14: Use std::make_unique<>().
Fix the build.
exampletreemodel: Adapt to changed TreeModel API.
C++11: Use of auto.
exampletreemode: signed/unsigned correction to allow use of auto.
C++11: Slightly more use of auto.
Use glibmm-2.54 instead of glibmm-2.52
Adapt to RefPtr as std::shared_ptr.
Adapt to enums in classes: Gio::Application::Flags.
Adapt to static Builder::get_widget_derived().
Adapt to enums in classes: Gio::FileMonitor::Event
Adapt to enums in classes: Gio::Binding::Flags
Adapt to changed cairomm enums.
Adapt for Gtk::PackOptions as an enum class.
Adapt for AssistantPageType as Assistant::PageType.
Adapt to FileChooserAction as FileChooser::Action.
Adapt to Container::forall_vfunc() without include_internals parameter.
Adapt to EntryIconPosition as Entry::IconPosition.
Adapt to pack_end() without bool parameters.
Adapt to pack_start/end() without padding parameter.
Adapt to PrintOperationResult as PrintOperation::Result.
Adapt to CalendarDisplayOptions as Calendar::DisplayOptions.
Adapt to SeatCapabilities as Seat::Capabilities.
Adapt to TreeModelFlags to TreeModel::Flags.
box example: Center the quit button.
clipboard ideal example: Make the grid expand.
pack_start() calls: Specify EXPAND_WIDGET explicitly.
pack_start/end() calls: Specify EXPAND_WIDGET explicitly.
Use latest gtkmm and glibmm versions.
custom_container example: Remove use of set_redraw_on_allocate().
Piotr DrÄ…g (1):
Fix broken XML tags in Czech help translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]