Skip to content
Tags give the ability to mark specific points in history as being important
  • xfce4-cpugraph-plugin-1.2.10 protected
    8472ce6f · Updates for release ·
    1.2.10
    
    - Add xfce4cpp to EXTRA_DIST
  • xfce4-cpugraph-plugin-1.2.9 protected
    25305ddd · Updates for release ·
    1.2.9
    
    - Don't update tooltip string when tooltip is not visible
    - Improve CPU hotplugging on Linux
    - Use "xfce_spawn_command_line()"
    - Code refactor
    - Update source code for the new xfce4cpp library
    - Rework of xfce4cpp library
    - Reduce the minimum width from 10 to 1
    - Add missing include
    - Translation Updates:
      Catalan, Chinese (China), Danish, Finnish, Hebrew, Korean, Slovenian,
      Spanish, Ukrainian
  • xfce4-cpugraph-plugin-1.2.8 protected
    cf08c390 · Updates for release ·
    1.2.8
    
    - Update authors
    - Add option to enable / disable SMT statistics (disabled by default)
    - Migrate to Xfconf
    - Move settings functions into namespace
    - Require Xfconf library
    - Add 24px icon, cleanup SVG metadata
    - Update copyright year
    - Display detailed CPU load on Linux
    - Improve tooltip
    - build: Add GLib requirement
    - Translation Updates:
      Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
      Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
      Dutch, Eastern Armenian, English (Australia), English (Canada),
      English (United Kingdom), Estonian, Finnish, French, Galician,
      German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
      Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian
      Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese
      (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish,
      Thai, Turkish, Ukrainian, Uyghur
  • xfce4-cpugraph-plugin-1.2.7 protected
    cd42e4a0 · Updates for release ·
    Release: v1.2.7
    1.2.7
    
    - Remove code obsoleted by libxfce4util-4.17.2
    - Fix GLib warnings occurring with newer xfce4-dev-tools
    - Fix intltool lock file bug in make distcheck
    - Translation Updates:
      Belarusian, Czech, Malay, Portuguese, Portuguese (Brazil), Russian,
      Turkish, Ukrainian
  • xfce4-cpugraph-plugin-1.2.6 protected
    b6ede574 · Updates for release ·
    Release: v1.2.6
    1.2.6
    
    - Fix translations not showing in the GUI
    - Don't save some defaults to configuration files
    - Fix visibility of the associated-command configuration
    - Add missing backslash to Makefile.am
    - Update xfce4::Rc member functions
    - Update configure.ac.in syntax
    - Translation Updates:
      Basque, Chinese (China), Croatian, Danish, Hebrew, Indonesian,
      Occitan (post 1500), Portuguese (Brazil), Slovenian, Swedish
  • xfce4-cpugraph-plugin-1.2.5 protected
    75f68b47 · Updates for release ·
    Release: v1.2.5
    1.2.5
    
    - Lower peak memory consumption in case of a long CPU load history
    - Code cleanup: Let Linux read_topology() compile on all operating systems
    - Code cleanup: Move parse_ulong() to xfce4 namespace
    - Add xfce4::Optional utility type
    - Fix OpenBSD codepath (issue #28)
    - Initially hide run-in-terminal checkbox if the command field is empty (#23)
    - Translation Updates:
      Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
      Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
      Dutch, Eastern Armenian, English (Australia), English (United
      Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
      Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
      Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
      1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
      Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
  • xfce4-cpugraph-plugin-1.2.4 protected
    c2b31465 · Updates for release ·
    Release: v1.2.4
    1.2.4
    
    - Avoid FreeBSD "string.h" include file issue
    - Fix compilation with libxfce4util earlier than 4.17.0
    - Update README
    - Code cleanup: Convert circular buffer mask from a field to a member function
    - Lower the number of false positives in sub-optimal SMT scheduling
    - Account for irregular core IDs in CPU topology (issue #25)
    - Increase type-safety of the return types of callback functions
    - Fix CPU topology initialization memory leak
    - Convert CpuGraph* to Ptr<CPUGraph>
    - Code cleanup: Add "using xfce4::Ptr" shortcuts
    - Add xfce4::RGBA
    - Code cleanup: Replace C pointers with xfce4::Ptr0 and std::vector
    - Code cleanup: Move set() function declarations inside struct CPUGraph
    - Replace author nicknames with real names
    - Update and sort the list of authors
    - Code cleanup: Remove typedef keyword from type declarations
    - Code cleanup: Add CPUGRAPH to header file if-defs
    - Code cleanup: Remove extern "C" from header files
    - Code cleanup: Remove #include libintl.h
    - Use C++ λ-functions for widget signal handlers
    - Code cleanup: Replace gboolean with bool where possible
    - Use xfce4::sprintf() instead of g_snprintf()
    - Add xfce4::sprintf()
    - Update extensions in translation files from .c to .cc
    - Rename properties.c to properties.cc
    - Replace mode.c with mode.cc
    - Return a std::string pointer from Rc:read_entry()
    - Rename main plugin implementation file from C to C++
    - Code cleanup: Move variable declarations and replace GList with std::vector
    - Rename OS-specific file from C to C++
    - Slightly improved CPU count detection in case some CPUs are offline
    - Convert settings read/write code from C to C++
    - Rename shadowed variable name to avoid a compiler warning
    - Suppress compiler warning
    - Bump requirements to version 4.14
    - Enable close button translations
    - Fix compiler warnings on FreeBSD and SUN
    - Bump properties dialog to Xfce 4.14 API
    - Export SVG icons to PNG
    - New icons
    - Translation Updates:
      Albanian, Arabic, Armenian (Armenia), Basque, Belarusian,
      Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian,
      Czech, Danish, Dutch, Eastern Armenian, English (Australia), English
      (United Kingdom), Estonian, Finnish, French, Galician, German, Greek,
      Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian,
      Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
      Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil),
      Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
      Ukrainian, Uyghur
  • xfce4-cpugraph-plugin-1.2.3 protected
    1e4ebbe4 · Updates for release ·
    Release: v1.2.3
    1.2.3
    
    - Add NetBeans project directory to .gitignore
    - Enable user-defined spacing between per-core history graphs
    - Improve performance of current CPU usage bars
    - Improve LED rendering performance
    - Improve grid rendering performance
    - Add support for per-core history graphs
    - Enumerate CPU cores from 0 (instead of 1) to match Linux command-line tools
    - Use 0 or 1 when storing single-bit boolean settings as integers
    - Code cleanup: Use a single bit per boolean setting
    - Ensure that the bars and the history cannot be disabled at the same time
    - Slightly better handling of colors
    - Use an exponential function when painting the grid in non-linear mode
    - Translation Updates:
      French, Slovenian
  • xfce4-cpugraph-plugin-1.2.2 protected
    0bbc4303 · Updates for release ·
    Release: v1.2.2
    1.2.2
    
    - Record CPU load data even if the chart is currently disabled
    - Validate size against minimum and maximum allowed values
    - Change semantics of the non-linear time-scale mode
    - Fix corner cases when rendering the grid and LED modes
    - Show SMT stats tooltip only when needed
    - Translation Updates:
      Catalan, Greek
  • xfce4-cpugraph-plugin-1.2.1 protected
    31cba658 · Updates for release ·
    Release: v1.2.1
    1.2.1
    
    - Fix compilation warnings
    - Update `.gitignore`
    - Repaint CPU load history after the user changes the update interval
    - Properly initialize current usage bars
    - Scale CPU load history chart according to the current update interval
    - Store history in a circular buffer
    - Add timestamps to CPU load history
    - Code cleanup: Add newlines to enum typedefs
    - Simplify and sort .gitignore
    - Use AC_CONFIG_MACRO_DIRS as suggested by libtoolize
    - Update copyright year
    - configure.ac: use AC_PROG_CC_C99
    - Add cpugraph update rate enum
    - Include stdlib.h for strtol
    - Update configuration files
    - Translation Updates:
      Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
      Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
      Dutch, Eastern Armenian, English (Australia), English (United
      Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
      Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
      Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
      1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
      Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
  • xfce4-cpugraph-plugin-1.2.0 protected
    01c069de · Updates for release ·
    Release: v1.2.0
    1.2.0
    
    - Update copyright year
    - Highlighting of suboptimal thread placement on SMT CPUs
    - Fix missing-prototypes
    - Separate the associated command from the rest of config options
    - Remove GSourceFunc casts
    - Better resilience to inconsistent OS CPU utilization data
    - Code cleanup: Move color key strings into an array
    - Code cleanup: Reduce the number of lines defining default colors
    - Code cleanup: update_sensitivity()
    - Code cleanup: Move color widgets
    - Code cleanup: Add color enum
    - Display 'Show bars' in the same tab as 'Bars color'
    - Replace multiple widget_show() with a single widget_show_all()
    - Add cpugraph mode enum
    - Clamp CPU usage values to zero if they are below a threshold
    - Cleanup NEWS file
    - Use larger unscaled icon in about dialog
    - Add small explanation about default commands
    - Dynamic default command lookup
    - Fix RGBA string memory leak
    - Fix an invalid memory reference
    - Link sensitivity of labels to sensitivity of color buttons
    - Allow setting colors with alpha
    - Revalidate the event box after showing widgets
    - Use floating-point instead of fixed-point CPU load values
    - Paint CPU usage if it is 1 pixel tall
    - Lower CPU usage when rendering bars
    - Update URLs
    - Improve performance of CPU data parsing
    - Read CPU data correctly if some CPUs are offline (!7)
    - Paint CPU bars in left-to-right order
    - Update .gitignore
    - Separate the bars from the history frame
    - Fix old-style function warnings
    - Fix clang and gcc warnings
    - Also offer a 3 second update interval (#9)
    - Add basic GitLab pipeline
    - Update URLs from goodies.x.o to docs.x.o (Bug #16157)
    - Allow compilation with panel 4.15
    - Fix typo breaking build on NetBSD (Bug #15794)
    - Disable frame and make background transparent by default
    - Translation Updates:
      Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
      Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
      Dutch, Eastern Armenian, English (Australia), English (United
      Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
      Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
      Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
      Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese,
      Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian,
      Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan),
      Uyghur, Vietnamese
  • xfce4-cpugraph-plugin-1.1.0 protected
    0fe9435c · Updates for release ·
    1.1.0 (2/7/2019)
    =====
    - Updated translations
  • v1.1.0 protected
    0fe9435c · Updates for release ·
    Release: v1.1.0
  • xfce4-cpugraph-plugin-1.0.91 protected
    bfd3b5f2 · Updates for release ·
    1.0.91 (22/6/2019)
    =====
    - Add option to disable the graph (Bug #15163)
    - Use css to change bar colors (Bug #15186)
    - Fix bars in horizontal mode
    - Updated translations
  • xfce4-cpugraph-plugin-1.0.90 protected
    fed99f66 · Updates for release ·
    1.0.90 (28/5/2019)
    =====
    - GTK 3 Port
    - Updated translations
  • 1.0.5 protected
    ce6263c5 · updates for 1.0.5 ·
    xfce4-cpugraph-plugin 1.0.5
  • 1.0.4 protected
    95997aef · Updates for 1.0.4 ·
    xfce4-cpugraph-plugin 1.0.4
  • 1.0.3 protected
    xfce4-cpugraph-plugin 1.0.3
  • xfce4-cpugraph-plugin-1.0.2 protected
    7f16899a · updates for 1.0.2 ·
    xfce4-cpugraph-plugin-1.0.2
  • xfce4-cpugraph-plugin-1.0.1 protected
    b7b50852 · Release 1.0.1 ·
    Release 1.0.1 of xfce4-cpugraph-plugin