[gtksourceview] Created tag GTKSOURCEVIEW_2_9_1



The unsigned tag 'GTKSOURCEVIEW_2_9_1' was created.

Tagger: Ignacio Casal Quinteiro <icq gnome org>
Date: Fri Oct 16 05:54:59 2009 +0200

    GTKSOURCEVIEW_2_9_1

Changes since the last tag 'GTKSOURCEVIEW_2_8_1':

Gil Forcada (1):
      Updated Catalan translation

Ignacio Casal Quinteiro (48):
      Added gtksourcecompletion files. (The port start).
      Make the new files compile with the gtksourceview ones.
      Integrate GtkSourceCompletion into GtkSourceView.
      Fixed warning freeing the completion.
      Added test case and added the trigger for key triggering.
      Load GtkSourceCompletion only when requested.
      Use proper coding style.
      Add a custom widget for infos.
      Updated docs and use proper includes.
      Fixed some doc warnings.
      Remove set_active func on completion. Remove deactivate trigger func and
      Renamed register/unregister to add/remove.
      Remove gtk_source_completion_finish_completion.
      Removed gtk_source_completion_provider_finish.
      Add completion_finish func.
      Updated docs.
      Fixed doc warnings.
      Minor doc fixes.
      Added set/get_enable_filter.
      Added triggerwords, by Jesús Barbeito.
      Now the completion is a GObject.
      Fix the name of Jesús.
      Updated docs.
      Added gtk_source_completion_info_move_to_iter instead of move_to_cursor
      Make devhelp optional
      Updated doc sections.
      Added some missing docs.
      Make the appending of items async.
      Add the first N elements without the idle.
      Removed useless files.
      Rename popup->show finish->hide.
      Updated doc sections.
      Place the popup at the beggining of the word.
      Show the completion when deleting text.
      Hide completion when filtering.
      Check queue != NULL on dispose.
      Do not public gscmodel.h
      Added license.
      Renamed gtk_source_completion_proposal_get_action to get_text.
      Add missing docs.
      Remove async filtering.
      Make things work a little bit more.
      Added GHashTable starting to work.
      Use a hashtable per provider instead of a global one.
      Add equals and get_hash methods to proposal.
      Revert previous commits that I commited by mistake.
      Update POTFILES
      Release 2.9.1

Jesse van den Kieboom (106):
      Made proposal into interface and GtkSourceCompletionItem a default store
      Fixed string format warnings
      Cleanup code and change set_keys to set_accelerator
      Changed trigger_key API from using accelerator string representation to
      Implemented completion unref in dispose
      Fixed documentation
      Added very basic devhelp provider, seems to work
      First revision of API, removed unnecessary API and changed implementation/style details in
      Removed trigger API, new design (no more triggers, instead show_completion function to activate completion
      Implemented custom tree model for storing the proposals, increases performance significantly.
      Do not destroy completion if it was never created (by nacho)
      Fixed filtering and cycling (now keeps very fast counters)
      Implemented showing available number of pages and current page
      Implemented showing headers of providers in the completion model
      Fixed minor bug in updating header visibility and enabled devhelp in test again
      Fixed showing custom info widget
      Fixed small issue with counting visible providers
      Changed can_auto_complete API to get_interactive and get_automatic
      Fixed some small documentation of API
      Changed API from const GdkPixbuf to GdkPixbuf and implemented defaults for proposal interface functions
      Fixed unused return value in GDK_Down key handler
      Correctly handle gravity when moving the popup window
      Fixed test to not return const GdkPixbuf * anymore
      Added gtk_source_completion_get_view and gtk_source_completion_get_from_provider
      Moved proposal activation from proposal to provider and added two new signals to completion (popup and finish)
      Use GtkSourceView instead of GtkTextView in API
      Fix sizing and drawing problems of the info window
      Use markup for default info widget and set default 'no information' text
      Added "changed" signal to GtkSourceCompletionProposal
      Implemented asynchronous filtering
      Implemented latest provider API
      Updated documentation
      Updated documentation
      Fixed incorrect use of get_word_iter
      Make sure to position the window before showing it
      Fixed sizing and placement problems for info window
      Make completion hiding logic interactive specific
      Implemented gsc_proposal_get_markup and gsc_proposal_get_action
      Remove provider automatic/interactive in favor of capabilities
      Fixed test providers for capabilities
      Rework of proposal populating and modelling.
      Keep original order intact
      Fixed updating completion window position when activating a proposal
      Fixed small indentation issue
      Update selection label when the providers in the model change
      Don't move completion window while completing
      Fixed typo in unblocking signal after proposal activation
      Fixed getting current word in providers
      Use GtkBuilder for building completion window
      Remove manage-keys property
      Added gsc_context_move_window and gsc_move_window API
      Use GtkBindingSet for handling all the key bindings
      Do not handle selection changes when the completion window is invisible
      Fixed incomplete context cancellation
      Do not start a completion when removing text
      Fixed doing many info updates while populating by using an idle
      Move window by devhelp provider on '.' or ':'
      Improved responsiveness of completion
      Added automatic per provider window positioning
      Fix devhelp provider performance
      Properly handle unref of floating reference in show
      Use marks to store word position to prevent iter invalidation
      Make sure to ref_sink the completion since it now is a GInitiallyUnowned
      Removed gtksourcecompletionmodel.h from public header
      Removed test provider in favour of the much cooler word completion
      Updated documentation
      Cleanup includes
      Merge branch 'master' into gtksourcecompletion
      Added GtkSourceCompletionContext to documentation reference index
      Fixed documentation generation for GscContext
      Fixed order of execution of some things and added debug statements
      Handle provider without name gracefully
      Default to not remembering the info visibility
      Allow empty label for proposals
      Removed obsolete gtk_source_completion_context_move_window
      Added general purpose words completion provider
      Implemented accelerator (<Alt>+<num>) option for completion
      Fixed renderering of accelerators and headers
      Make number of accelerators to show configurable
      Correctly dispose buffers
      Update scan_batch_size in existing buffers when changed
      Add minimum word size property
      Fixed using wrong object to set sizes
      Fixed checks on word length
      Fixed removing of scan regions
      Hopefully fixed finding word boundaries
      Do not use gtk+2.18 functions (yet)
      Handle cursor movement in buffer while completing
      Use provider start iter in default proposal activation
      Reuse completion mark in devhelp test provider
      Implemented get_start_iter for words provider
      Use correct number of advances in selecting next provider
      Add completion ui in header instead of separate installed file
      Store completion mark in buffer
      Initialize iter to start iter in buffer when getting provider start iter
      Use 'per buffer' completion mark
      Merge branch 'gtksourcecompletion'
      Removed devhelp example provider
      Fixed licences to be LGPL
      Use 'const gchar' instead of 'gchar const'
      Move gsc_provider_get_interactive/default to get_activation
      Enable wrapping for the default info widget
      Add Context as argument to gsc_provider_get_start_iter
      Reversed context and proposal arguments in get_start_iter
      Added draw spaces flags for leading, text and trailing spaces
      Fixed passing negative number as uint to selecting providers

Jesús Barbero Rodríguez (1):
      Fixed label bug when there are many pages

Paolo Borelli (4):
      Update HACKING file for git
      add %docdir keyword to the rpmspece lang file
      Whitespace fixes and struct padding
      Reorder Makefile.am



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]