[perl-gtk2-sourceview2] Created tag 0.11
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-gtk2-sourceview2] Created tag 0.11
- Date: Thu, 7 Jan 2021 06:35:52 +0000 (UTC)
The signed tag '0.11' was created.
Tagger: Brian Manning <bmanning src gnome org>
Date: 1610000805 -0800
Deprecation release 0.11; project is now in 'deprecated' status
- See the README file for more information about the project's
deprecation
Changes:
Brian Manning (5):
renamed: perl-Gtk2-SourceView2.doap -> perl-gtk2-sourceview2.doap
Updated FSF address in all files that have it
Added project deprecation notice
lib/Gtk2/SourceView2.pm: added '(DEPRECATED)' to POD 'NAME' block
Deprecation release 0.11; project is now in 'deprecated' status
Emmanuel Rodriguez (150):
New files
Prefix everything with gtk2
Rename xs/SourceView2.xs to xs/Gtk2SourceView2.xs
Files to ignore
Perl module
More files to ignore
Add Glib to the synopsis
Examples
Add the enums
Add a license
Remove a space in XSPROTOARG
Rename Gtk2SourceView2.xs to GtkSourceView.xs
LGPL license
Add the package Gtk2::SourceView2::View
Add all functions
Add Gtk2::SourceView2::Buffer to the type maps
GtkSourceView -> Gtk2::SourceView2::View
Most include all header files
Extract the boot code
With unit tests
Test show_line_numbers and tab_width
Test indent_width
Unit tests for auto_indent
Formatting
Test for indent_on_tab
Use is_property_ok when testing boolean properties
Test highlight_current_line, show_right_margin, show_line_marks
Test int properties with is_int_ok
Rename is_property_ok to is_boolean_ok
Gtk2::SourceView2::DrawSpacesFlags is a GFlags
Test smart_home_end, draw_spaces and right_margin_position
Test for mark_category_pixbuf, mark_category_priority, mark_category_background
Fix gtk_source_view_get_mark_category_background()
Fix the check for get_mark_category_background()
Add GtkSourceLanguage, GtkSourceStyleScheme, GtkSourceMark to the type maps
New file
Test the constructor with a buffer
Fix gtk_source_view_new_with_buffer()
Fix the constructors of Gtk2::SourceView2::Buffer
Extrat the helper functions
Test for Gtk2::SourceView2::Buffer (incomplete)
Adjust null values for some GtkSourceBuffer functions
Test more mark methods
Fix null parameters for gtk_source_buffer_remove_source_marks
More tests for the marks (they fail)
Fix the get_source_marks (require PPCODE instead of CODE)
Sort the marks before comparing them
Formatting
Unit tests for GtkSourceMark
Fix the arguments for skip
Language bindings
Improve the C macros
Add Gtk2::SourceView2::LanguageManager
New files for GtkSourceLanguageManager
Unit tests for Gtk2::SourceView2::Language
GtkSourceStyleSchemeManager
Move the macro sourceview2perl_return_strv
Bindings for GtkSourceStyle
Bindings for GtkSourceStyleScheme
Unit tests for GtkSourceStyleSchemeManager
Test the construction of a buffer with a language
Test language and style_scheme in Gtk2::SourceView2::Buffer
Adjust return values and arguments
Remove _noinc
set_search_path() can reset the values if no values are passed
Free the return value of gtk_source_language_get_style_ids
Allow some parameters to be undef
Test mark_category_pixbuf as undef
gtk_source_language_manager_set_search_path() can reset the list and empty it
Formatting
gtk_source_style_scheme_manager_set_search_path() can reset the list and empty it
Ignore the CPAN dist
Manifest files
GtkSourcePrintCompositor
Add is_string_ok
Test all properties
Must have a more advanced version of gtk (>= 2.12)
Fix the Gtk2 version (the previous value was too high; it doesn't exist yet)
Add the changes file
Add the readme
Changelog
Version change to 0.02
Correct a bad copy/paste that about libunique
Change log for 0.02
guess_language() last argument is now optional
Update release 0.02
Load a file in the demo with syntax highlighting
XS for GtkSourceIter
Fix a typo in the module name
Unit tests
SearchFlags is a flag not an enum
Unit tests for Gtk2::SourceView2::Iter
Add the GtkSourceIter files
Update for 0.02 - Add the bindings for Gtk2::SourceView2::Iter
Version change to 0.03
Remove a TODO
Use a Gtk2::UIManager for building the menu
Implement do_save
Better implementation of Save and Save as
Detect the file programming language when saving the file and set a title to the window.
Basic implementation of search (incomplete)
Search improvements
Search with wrap around
Remove a debug message
Move pices around
Clear the previous search if the cursor is moved.
Add a FIXME
Use marks intead of iters for the search results
Basic implementation of search by regexp (not complete)
Remove an unused variable
The search with regexpes works
Run the perl regexp with /m
Implement goto line
Turn on some features of the view
Add an accessor for the buffer
Create tags more easily.
Inline a call to $self->buffer
Highlight the line after a goto line
Don't show the line marks since there are none
Place the cursor at the hightlighted zone
Fix a segmentation fault when placing the cursor after a search or a goto line.
Place the cursor at the end of the line after a goto line
Add an icon to the search box
Hacks around gtk's middle-click paste scrolling problems.
Update the changelog for 0.03 - More complete example
Update some comments
Version change to 0.04
Don't assume that paste-done will always have a marker (CTRL+V doesn't need a dedicated marker)
Version change for 0.04
Version change to 0.05
Fix Issue 1 - test failure non-English locale
Version change to 0.06
$language->get_section is translated so just check for a value
Change the release date of 0.06
Ticker #2 - configure requires missing
Version change to 0.07
Update the date of 0.07
License change to GPL2 and Artistic
Remove the dependency to File::Slurp
Version change to 0.08
Fix the license in Makefile.PL
Version change to 0.09
Formatting
Add the macro sourceview2perl_generic_set_dirs() that handles setters for directory paths
Simplify the call to sourceview2perl_return_strv()
Add the DOAP description file
Unit tests now work with Test::Simple 0.95_02.
Version change to 0.10
Fix a glib warning when a SourceView2::View is not added to a parent widget and destroyed
Update 0.10
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]