[gtksourceview] (149 commits) ...Removed devhelp example provider



Summary of changes:

  7415484... Added gtksourcecompletion files. (The port start). (*)
  ce75bdb... Make the new files compile with the gtksourceview ones. (*)
  cc5b52a... Integrate GtkSourceCompletion into GtkSourceView. (*)
  0f2b6d4... Fixed warning freeing the completion. (*)
  ff50888... Added test case and added the trigger for key triggering. (*)
  b4a4a41... Load GtkSourceCompletion only when requested. (*)
  ac6d07d... Use proper coding style. (*)
  d25c5c0... Add a custom widget for infos. (*)
  c5020c1... Updated docs and use proper includes. (*)
  59ef785... Fixed some doc warnings. (*)
  7121244... Remove set_active func on completion. Remove deactivate tri (*)
  55bbc1e... Renamed register/unregister to add/remove. (*)
  f9c78e6... Made proposal into interface and GtkSourceCompletionItem a  (*)
  38f4324... Remove gtk_source_completion_finish_completion. (*)
  80204e7... Fixed string format warnings (*)
  9962535... Cleanup code and change set_keys to set_accelerator (*)
  82fdce7... Removed gtk_source_completion_provider_finish. (*)
  fcefd07... Changed trigger_key API from using accelerator string repre (*)
  f0c2ae4... Add completion_finish func. (*)
  7266f3f... Implemented completion unref in dispose (*)
  aba908f... Fixed documentation (*)
  9e29f45... Updated docs. (*)
  25538a3... Fixed doc warnings. (*)
  7c6d4b4... Minor doc fixes. (*)
  0f55244... Added very basic devhelp provider, seems to work (*)
  bc26db9... Added set/get_enable_filter. (*)
  d0c6ad0... Added triggerwords, by Jesús Barbeito. (*)
  e765811... First revision of API, removed unnecessary API and changed  (*)
  71f844f... Removed trigger API, new design (no more triggers, instead  (*)
  8fefc6a... Implemented custom tree model for storing the proposals, in (*)
  7d223b4... Do not destroy completion if it was never created (by nacho (*)
  d686bef... Fixed filtering and cycling (now keeps very fast counters) (*)
  9f72fe2... Implemented showing available number of pages and current p (*)
  18f14b9... Implemented showing headers of providers in the completion  (*)
  1c1a9da... Fixed minor bug in updating header visibility and enabled d (*)
  b12dab6... Fixed showing custom info widget (*)
  aff6963... Fixed small issue with counting visible providers (*)
  4e0d89a... Now the completion is a GObject. (*)
  5cc776f... Fix the name of Jesús. (*)
  b501c6a... Updated docs. (*)
  d336e18... Added gtk_source_completion_info_move_to_iter instead of mo (*)
  500a6ba... Make devhelp optional (*)
  092cd6e... Changed can_auto_complete API to get_interactive and get_au (*)
  9bbfe67... Fixed some small documentation of API (*)
  a8ab5b3... Updated doc sections. (*)
  5fa1fd0... Added some missing docs. (*)
  cd12477... Changed API from const GdkPixbuf to GdkPixbuf and implement (*)
  7d855b4... Fixed unused return value in GDK_Down key handler (*)
  97ad6bd... Correctly handle gravity when moving the popup window (*)
  586e1f8... Fixed test to not return const GdkPixbuf * anymore (*)
  f923d10... Added gtk_source_completion_get_view and gtk_source_complet (*)
  9525c98... Moved proposal activation from proposal to provider and add (*)
  d6d266b... Use GtkSourceView instead of GtkTextView in API (*)
  6ef6bf1... Fix sizing and drawing problems of the info window (*)
  9424161... Use markup for default info widget and set default 'no info (*)
  9485ae7... Added "changed" signal to GtkSourceCompletionProposal (*)
  80d8575... Make the appending of items async. (*)
  74aee16... Add the first N elements without the idle. (*)
  b66b786... Removed useless files. (*)
  5921cd7... Rename popup->show finish->hide. (*)
  345f649... Updated doc sections. (*)
  e1fc74f... Implemented asynchronous filtering (*)
  b136ebb... Place the popup at the beggining of the word. (*)
  6872bbb... Show the completion when deleting text. (*)
  29ad742... Hide completion when filtering. (*)
  e8cb2d2... Implemented latest provider API (*)
  babeb3b... Updated documentation (*)
  4d0be80... Updated documentation (*)
  08ae674... Fixed incorrect use of get_word_iter (*)
  c4878e8... Check queue != NULL on dispose. (*)
  b049da5... Make sure to position the window before showing it (*)
  8beb655... Fixed sizing and placement problems for info window (*)
  486e9f0... Make completion hiding logic interactive specific (*)
  8d13e6e... Implemented gsc_proposal_get_markup and gsc_proposal_get_ac (*)
  426022b... Do not public gscmodel.h (*)
  fbcc855... Added license. (*)
  17ea29d... Update HACKING file for git (*)
  33ae023... Renamed gtk_source_completion_proposal_get_action to get_te (*)
  c4a6c4c... Fixed label bug when there are many pages (*)
  6aadadd... add %docdir keyword to the rpmspece lang file (*)
  c0beab5... Add missing docs. (*)
  ad8e798... Remove provider automatic/interactive in favor of capabilit (*)
  e8a5b78... Fixed test providers for capabilities (*)
  6232424... Remove async filtering. (*)
  2c458a4... Make things work a little bit more. (*)
  8fe8d74... Added GHashTable starting to work. (*)
  207da65... Use a hashtable per provider instead of a global one. (*)
  39fc584... Add equals and get_hash methods to proposal. (*)
  b0e5df9... Revert previous commits that I commited by mistake. (*)
  dbe49b3... Rework of proposal populating and modelling. (*)
  2947487... Keep original order intact (*)
  112d210... Fixed updating completion window position when activating a (*)
  604cecb... Fixed small indentation issue (*)
  47c6d61... Update selection label when the providers in the model chan (*)
  e7da3b0... Don't move completion window while completing (*)
  f9600b9... Fixed typo in unblocking signal after proposal activation (*)
  cd63785... Fixed getting current word in providers (*)
  adb098d... Use GtkBuilder for building completion window (*)
  206ef7b... Remove manage-keys property (*)
  8fcdba9... Added gsc_context_move_window and gsc_move_window API (*)
  209d943... Use GtkBindingSet for handling all the key bindings (*)
  cd3796b... Do not handle selection changes when the completion window  (*)
  d4832e0... Fixed incomplete context cancellation (*)
  f73ffec... Do not start a completion when removing text (*)
  1efe344... Fixed doing many info updates while populating by using an  (*)
  95b8810... Move window by devhelp provider on '.' or ':' (*)
  0417bcd... Improved responsiveness of completion (*)
  5b042d3... Added automatic per provider window positioning (*)
  5bda8f4... Fix devhelp provider performance (*)
  660dbab... Properly handle unref of floating reference in show (*)
  296e779... Use marks to store word position to prevent iter invalidati (*)
  1a8185b... Make sure to ref_sink the completion since it now is a GIni (*)
  abc0cab... Removed gtksourcecompletionmodel.h from public header (*)
  2ce5570... Removed test provider in favour of the much cooler word com (*)
  44d4047... Updated documentation (*)
  18d5595... Cleanup includes (*)
  d604469... Merge branch 'master' into gtksourcecompletion (*)
  72b5807... Added GtkSourceCompletionContext to documentation reference (*)
  cacf2af... Fixed documentation generation for GscContext (*)
  23683c8... Fixed order of execution of some things and added debug sta (*)
  b3bb286... Handle provider without name gracefully (*)
  40827fa... Default to not remembering the info visibility (*)
  c288669... Allow empty label for proposals (*)
  c8b8c36... Removed obsolete gtk_source_completion_context_move_window (*)
  571cecd... Added general purpose words completion provider (*)
  7f0b409... Implemented accelerator (<Alt>+<num>) option for completion (*)
  05874e8... Fixed renderering of accelerators and headers (*)
  37073d7... Make number of accelerators to show configurable (*)
  ac28324... Correctly dispose buffers (*)
  5504a6e... Update scan_batch_size in existing buffers when changed (*)
  13236b7... Add minimum word size property (*)
  3d12a4f... Fixed using wrong object to set sizes (*)
  47ce95f... Fixed checks on word length (*)
  d1c4dc2... Fixed removing of scan regions (*)
  e7079f2... Hopefully fixed finding word boundaries (*)
  41424b9... Do not use gtk+2.18 functions (yet) (*)
  be032aa... Handle cursor movement in buffer while completing (*)
  029f094... Use provider start iter in default proposal activation (*)
  f89d51d... Reuse completion mark in devhelp test provider (*)
  909d9be... Whitespace fixes and struct padding (*)
  0107645... Reorder Makefile.am (*)
  35f62ea... Implemented get_start_iter for words provider (*)
  e92c5f3... Use correct number of advances in selecting next provider (*)
  d6bf242... Add completion ui in header instead of separate installed f (*)
  842c002... Store completion mark in buffer (*)
  a766861... Initialize iter to start iter in buffer when getting provid (*)
  057db1b... Use 'per buffer' completion mark (*)
  dbd5753... Merge branch 'gtksourcecompletion'
  66519f4... Removed devhelp example provider

(*) This commit already existed in another branch; no separate mail sent



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