[vte] (223 commits) Created branch vte-next



The branch 'vte-next' was created.

Summary of new commits:

  5b54950... Go 3+
  df39def... Drop gtk+-2.0 support
  cf826b1... Bump API version
  50a544c... Drop old python bindings
  410e637... Remove deprecated vteregex
  0c9d408... Remove deprecated _vte_pty_* functions
  f075572... Das Terminal und der Tod
  17016cd... Remove deprecated vte_terminal_get_using_xft
  805a42a... Remove deprecated vte_terminal_get_char_{a,de}scent
  f8c0719... Remove sealed char_{a,de}scent from public struct
  7895c86... Remove deprecated vte_terminal_get_padding
  7afc0fe... Remove deprecated vte_terminal_get_adjustment
  13c5e72... Remove deprecated vte_terminal_forkpty
  345947e... Remove deprecated vte_terminal_fork_command
  8ef231d... Remove deprecated vte_terminal_[gs]et_pty
  6b7bf65... Remove deprecated vte_terminal_set_cursor_blinks
  c8791ca... Remove deprecated VTE_IS_TERMINAL_ERASE_BINDING
  d47cefe... Remove deprecated VTE_IS_TERMINAL_ANTI_ALIAS
  c6cb881... vteapp: Remove --antialias optio
  6cd13b7... Remove antialias arg from vte_terminal_set_font_full_intern
  f2d4249... Remove VteTerminalPrivate.fontantialias
  18b1699... Remove obsolete antialias handling from VteDraw
  2fd0964... vteapp: Don't use deprecated vte_terminal_set_font_from_str
  f0aeab4... Remove deprecated vte_terminal_set_font_full
  6b8675b... Remove deprecated vte_terminal_set_font_from_string_full
  c183881... Remove deprecated VteTerminalAntiAlias
  e3f5676... Remove vtedeprecated.h
  109b682... Remove signal IDs from VteTerminalClass struct
  5ff73f7... Use non-deprecated GDK_KEY_* symbols
  b73ab2c... Use cairo rect and region directly
  329a642... Replace gdk_region_get_rectangles
  658a072... Remove gtk version checks
  32672b1... Do not export the accessible object
  fc1b761... Remove sealed char_{width,height} from public struct
  2689b34... Remove sealed {row,column}_count from public struct
  200dd34... emove sealed window_title from public struct
  5403064... Remove sealed icon_title from public struct
  f3affaf... Remove sealed adjustment from public struct
  59225af... Remove now unused deprecation and seal macros
  ccb5587... Remove -DVTE_SEAL_ENABLE from pc files
  3a1c433... Add vte_get_default_emulation
  b40a908... Remove vte_char_attributes struct
  364e0d4... Add vte_terminal_set_background_tint_color_rgba
  5527d39... Make background tint colour use GdkRGBA
  4f45688... Store background saturation as double
  802cf7a... vteapp: Use RGBA colour APIs
  654a97f... Remove GdkColor APIs
  d8a3529... Remove fake transparency support from VteBg
  2bd19ce... vteapp: Add --tint-color option
  ac94676... Remove vte_terminal_set_background_saturation
  f2f8ec6... Add vte_terminal_[sg]et_background_pattern
  cd66071... Use G_PARAM_STATIC_STRINGS
  645a6e6... Move vte_terminal_paint into GtkWidget:draw impl
  5c92991... Remove expose event debug output
  e1ca973... Use gtk_widget_get_allocated_{width,height}
  fb672f7... Draw onto the passed-in context
  de1fc66... Don't store the widget in _vte_draw struct
  be38570... No need to clip the cairo context
  8997305... vteapp: Implement --border-width option
  eb5bd30... No need to modify bg
  c176cd0... Use the new gtk style system
  fbb48ff... Don't export _vte_debug_* symbols
  bd4b888... Add private function to transform from xy to grid coordinat
  d84036f... Rename 'inner_border' to 'padding'
  189eb40... Remove 'inner-border' style property
  ff19eca... Use vte_terminal_xy_to_grid in vte_terminal_send_mouse_butt
  946c965... Also store last mouse position in grid coordinates
  45c88df... Use _vte_terminal_xy_to_grid in vte_terminal_maybe_send_mou
  5aad7ee... Remove vte_terminal_get_child_exit_status
  9c0025b... vteapp: Add option to apply custom CSS
  e6c9bdc... Don't set a default background pattern
  2bb8cd9... Draw the background colour
  ec694fb... Don't use gtk_widget_is_drawable
  d0bd94b... Make 'allow-bold' a style property
  6888f42... vteapp: Build the CSS string first and add the provider lat
  a488c87... Install default CSS at FALLBACK priority
  186b155... Make 'cursor-shape' a style property
  78b3b9a... Make 'scroll-background' a style property
  8720967... Record whether a colour was changed
  1d61512... Add style debug flag
  1a0b0c2... Make 'cursor-background-color' a style property
  3a96e3b... Make 'bold-foreground-color' a style property
  b3698ba... Make 'dim-foreground-color' a style property
  169c8ae... Make 'selection-background-color' a style property
  8c9186a... Make background and foreground colours style properties
  66839e4... vteapp: Use the default colours
  92415f9... Add style properties for the 256 colour palette entries
  932a42d... Fix default cursor background colour
  b9450a0... Add style debug flag
  43c1654... Don't set default highlight colour
  125edbe... Fix default highlight colour
  1d7a555... Make 'cursor-blink-mode' a style property
  8d0cf60... Make 'font' a style property
  f53440c... vteapp: Make extra CSS a bit smaller
  5419de9... Use the background pattern from the style
  e38ffd3... Don't set cursor-background-color by default
  44d9eea... Add 'reverse-background-color' style property
  fe78c4e... Add some docs for the color palette style properties
  ed4467c... Rename API
  b475b63... Rename API
  a8b60f1... Typo fix
  8445e1c... Update  dates
  364eb1d... Fix compiler warnings
  bb67d41... Add extra style properties to control the cursor color etc
  d403bc8... Implement global reverse mode
  25e26ab... Add font-scale property
  719184f... Unify code
  dad148a... vteapp: Add option to add new dingus
  fe245c8... vteapp: Derive from VteTerminal
  5a830fd... Correct error message
  d1d2faf... Remove dead code
  93330b3... Add terminal style class
  5cecf3c... Init variable
  8886098... docs: Add migration guide
  f4ea552... Rename API
  dc49050... Rename API
  509a78a... Rename VteBuffer to VteByteArray
  1e96ee2... Add VteBuffer
  562c333... Hackaround
  51348a7... Move some methods to VteBuffer
  0bbf427... Move method to VteScreen
  894aba6... vteapp: Clear error before use
  1ad1b0c... Move methods to VteScreen
  7e36722... Move method to VteScreen
  cc7e4b2... Move methods to VteBuffer
  ad0a2e7... Move update_regions to VteTerminalRealPrivate
  50b992c... Move cursor blinking stuff to VteTerminalRealPrivate
  871239d... Move input method stuff to VteTerminalRealPrivate
  02cabd3... Move methods to VteBuffer
  a3f2cba... Move method to VteBuffer
  7eefd90... Move method to VteBuffer
  8b1bdb4... Move method to VteBuffer
  beaafeb... Move method to VteBuffer
  8f112d8... Move method to VteBuffer
  99157ee... Move method to VteBuffer
  48647dd... Move "commit" signal to VteBuffer
  a0cf3fe... Move methods to VteBuffer
  ab0ad5e... Move method to VteBuffer
  992edd3... Move 'scrollback-lines' property to VteBuffer
  6bdb04b... Move enums to vteenums.h
  0c418c8... Move delete and backspace binding to VteBuffer
  278545e... Move reset to VteBuffer
  fb2606f... Move encoding property to VteBuffer
  c562113... Move emulation property to VteBuffer
  4867a1d... Move window and icon title to VteBuffer
  94b1997... Move write_contents to VteBuffer
  d59f080... Move status-line to VteBuffer
  e2994a1... Move row and column count to VteBuffer
  1b12314... Move eof signal to VteBuffer
  d0e3c64... Move child-exited signal to VteBuffer
  ce19d9d... Move {de,}iconify signal to VteBuffer
  f2c22ab... Move {raise,lower,refresh,restore,maximize}-window signals 
  dde9514... Move pty property to VteBuffer
  f56292e... Move watch_child to VteBuffer
  8d2f19e... Move spawn to VteBuffer
  46b77e8... Move {move,resize}-window signals to VteBuffer
  fd43289... Move cursor-moved signal to VteBuffer
  bebae11... Move text-{inserted,deleted,modified} signals to VteBuffer
  60421a1... Move get_cursor_position to VteBuffer
  4bb5103... Move method to VteBuffer
  028e832... Move get_text* to VteBuffer
  0f1ae6c... Don't make is_word_char public
  38e5bdf... Move method to VteBuffer
  283c82c... Move method to VteBuffer
  6770f06... Move method to VteBuffer
  51274c5... Move method to VteBuffer
  feb08ec... Revert "[CVE-2011-2198] Limit insert-blank-characters"
  577726e... Rename
  1d37827... Move method to VteBuffer
  6cdd3dd... Move method to VteBuffer
  0b5e169... Move method to VteBuffer
  21f9dd4... Move method to VteBuffer
  0443e7d... Move vteseq.c methods to VteBuffer
  84d83b9... Move method to VteBuffer
  7922e6a... Move methods to VteBuffer
  205fc0b... Move methods to VteBuffer
  657f06a... Move method to VteBuffer
  1a3e8c1... Move method to VteBuffer
  f3c7a48... Move bell signal to VteBuffer
  dda8ab7... Add VteBufferIter
  e50f87d... Make drawing cope with NULL buffer
  500153b... Rename
  ae6855e... Remove vte_terminal_{copy,paste}_primary
  40645fa... Make get_preferred_{width,height} safe for NULL buffer
  6da4280... Make size_allocate safe for NULL buffer
  4a74418... Decouple buffer and view in vteseq.c
  f76b5d2... Remove stray semicolon
  d205739... More decoupling of buffer and view
  89834ca... Add dummy set_buffer
  af990dd... Move code from static func to the only place it's used
  82685bb... Add get_selection_bounds
  f446860... Make search safe for NULL buffer
  111c36d... Add match flags for search regex
  2ee8dd4... Fix exports
  876b627... Rename
  2fa1d7b... More decoupling
  c7c2071... Split VteBufferPrivate and VteTerminalPrivate
  804cc75... vteapp: Add option to specify the word-chars property
  9d5801e... Use g_utf8_to_ucs4 to convert the word-chars
  fc5b327... [CVE-2011-2198] Limit insert-blank-characters
  d0aca10... Move contents-changed signal to VteBuffer
  899e841... Move method to VteBuffer
  731db0f... Remove unused local vars
  12347c7... Rename function
  ef9a7a8... Rename array
  2ee6916... Rename
  18f16ee... Make soname nicer
  d5704a4... Don't create a buffer in vte_view_init
  e7c2eab... Remove unused includes
  e05640a... Add vte_view_get_geometry_hints
  39acd7b... Remove obsolete m4 macros
  0d9f4a9... Remove background pattern
  3bf6b13... Remove scroll-background property
  bf24dc2... Remove bg_update_pending handling
  c6b685e... Remove unused variables
  ebffcac... Add vte_view_match_check_{event,iter} and vte_view_iter_fro
  0fb3665... Make resize-window signal cell based
  a6adb32... Use gtk_window_resize_to_geometry
  4613631... Remove public char_{width,height} accessors
  f5d14e7... Add padding to class struct
  5a421df... Store the screen in the VteBufferIter too
  785f0aa... Remove Since: markers from API docs
  ccf74b9... Constify



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