Commit Graph

  • c21537cd4b No need to call setup_monitor three times in monitor_apply_options() Landry Breuil 2017-02-09 20:13:46 +0100
  • d7639056d9 Now that color is set only when it changes, no need to forcedly set it when mode changes. Landry Breuil 2017-02-09 20:13:15 +0100
  • 85668834b7 I18n: Update translation da (100%). Anonymous 2017-01-23 00:33:20 +0100
  • a05d44bed8 I18n: Update translation da (100%). Anonymous 2017-01-16 18:33:23 +0100
  • 911d787b97 I18n: Update translation da (100%). Anonymous 2017-01-14 18:32:56 +0100
  • 551ac2c8b8 Rework label css handling Landry Breuil 2017-01-06 23:04:11 +0100
  • 0b7a0f4344 Drop unused var Landry Breuil 2017-01-06 23:04:00 +0100
  • 57fb955ab7 Rework pbar css handling Landry Breuil 2017-01-06 23:02:48 +0100
  • ef926747b4 Apply css on the correct widget class for Gtk 3.16/3.18 Landry Breuil 2017-01-06 23:01:16 +0100
  • c7b1a2a7d4 I18n: Update translation hr (100%). Ivica Kolić 2017-01-06 00:32:03 +0100
  • 3e169650ce Set progressbar minimal width and height depending on the orientation (#12941,#12949) Landry Breuil 2016-12-24 23:44:03 +0100
  • b2e899fabb Reapply css style upon mode change to ensure sizing is applied Landry Breuil 2016-12-24 23:43:29 +0100
  • 267a12841d I18n: Update translation oc (100%). Cédric Valmary 2016-11-25 00:31:31 +0100
  • ebebcc7c72 Release 1.3.0 Landry Breuil 2016-11-01 15:36:14 +0100
  • 576723bc64 I18n: Update translation oc (97%). Cédric Valmary 2016-10-23 18:31:55 +0200
  • a9cee4487b I18n: Update translation lt (100%). Anonymous 2016-09-14 12:32:05 +0200
  • a0480b5fad Fix progress bar grow direction in deskbar and vertical modes Harald Judt 2016-08-07 18:42:51 +0200
  • 760a76e234 I18n: Update translation lt (100%). Anonymous 2016-08-03 06:31:26 +0200
  • 38c6caf382 I18n: Update translation da (100%). Morten Juhl-Johansen Zölde-Fejér 2016-06-24 00:31:57 +0200
  • d35e3a59a6 set progressbar minimal width/height to 4px so that it looks like with gtk+2 Landry Breuil 2016-06-19 14:58:43 +0200
  • 91bc38e84d I18n: Update translation es (100%). César Enrique García 2016-06-19 06:31:52 +0200
  • 7db3ddea01 Release 1.2.99 Landry Breuil 2016-06-05 17:41:56 +0200
  • 937a6aefff global.h was removed Landry Breuil 2016-06-05 16:53:18 +0200
  • 658f7b4747 Replace _size_request with _get_preferred_size Simon Steinbeiss 2016-05-14 22:52:01 +0200
  • d776f762f2 Use color: inherit to reset label color to its default, thanks knome for the hint! Landry Breuil 2016-05-14 16:22:59 +0200
  • 423ec0cb64 Use a GtkColorButton instead of rolling our own dialog Landry Breuil 2016-05-14 15:52:08 +0200
  • 2b415579b4 Drop GtkDrawingArea, we're going to use a GtkColorButton instead of rolling our own Landry Breuil 2016-05-14 15:51:30 +0200
  • b487211512 Use GtkBox instead of GtkHBox Landry Breuil 2016-05-14 15:47:00 +0200
  • 03a8b3b114 Properly set the label/progressbar color depending on Gtk version Landry Breuil 2016-05-14 15:46:24 +0200
  • 84acfc91c3 Use the proper idiom to serialize GdkRGBA when saving the config Landry Breuil 2016-05-14 15:45:40 +0200
  • 78a72f1160 more s/PRINT_DBG/DBG/ Landry Breuil 2016-05-14 15:44:55 +0200
  • 32cf3bae07 Add set_label/progressbar_csscolor helpers to deal with various Gtk versions Landry Breuil 2016-05-14 15:43:18 +0200
  • b02c6f44e9 Drop global.h, and use DBG() macro from libxfce4util instead of the hand-rolled PRINT_DBG() Landry Breuil 2016-05-14 15:37:34 +0200
  • 39ba253ed3 Add .gitignore Landry Breuil 2016-05-14 12:15:17 +0200
  • 9c2d388918 use newer xfce4/panel/plugins paths for desktop file Landry Breuil 2016-05-14 12:12:56 +0200
  • d8cdfc106a Merge remote-tracking branch 'skunnyk/master' Landry Breuil 2016-05-14 12:11:37 +0200
  • 58501561aa First try to migrate to GtkColorChooser Skunnyk 2016-05-11 22:41:26 +0200
  • 789e45da70 I18n: Update translation ca (100%). Robert Antoni Buj i Gelonch 2016-05-04 00:31:44 +0200
  • 47df48814f Disable colorsel for now to allow build with gtk3 Skunnyk 2016-05-03 18:32:01 +0200
  • 31f12e508d Use gtk_combo_box_new_text Skunnyk 2016-05-03 18:29:53 +0200
  • 7ffcfc6fa8 Migrate GtkFunction to GSourceFunc Skunnyk 2016-05-03 18:29:12 +0200
  • c3683dbaea Stop using GtkAligment, directly set halign/valign Skunnyk 2016-05-03 18:26:40 +0200
  • 880cfa1412 Migrate to gtk_combo_box_text_append_text Skunnyk 2016-05-03 18:25:30 +0200
  • a80e39b286 Use gtk_separator_new instead of gtk_hseparator_new Skunnyk 2016-05-03 18:24:27 +0200
  • e93b708843 Use gtk_widget_set_halign/valign instead of gtk_misc_set_alignment() Skunnyk 2016-05-03 18:23:00 +0200
  • 1cf0f5f68f Use GtkBox instead of XfceHVBox/GtkHBox/GtkVBox Skunnyk 2016-05-03 16:12:01 +0200
  • 09c4ce577e Remove GTK_DIALOG_NO_SEPARATOR usage, use 'gtk-close' Skunnyk 2016-05-03 16:07:26 +0200
  • 188d11125c Use cairo for drawing Skunnyk 2016-05-03 16:04:31 +0200
  • 59975fa397 Use GdkRGBA instead of GdkColor Skunnyk 2016-05-03 14:49:04 +0200
  • 85a23bcf2c Use GtkBox instead of XfceHVBox Skunnyk 2016-05-03 14:45:07 +0200
  • a7d0f57e01 Use GtkOrientable instead of *_set_orientation Skunnyk 2016-05-03 14:42:20 +0200
  • f82dde4b2e Set X-XFCE-API=2.0 in desktop file Skunnyk 2016-05-03 14:36:16 +0200
  • e62413c54f [gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0 Skunnyk 2016-05-03 14:35:40 +0200
  • 08fb6c4828 I18n: Update translation ca (100%). Robert Antoni Buj i Gelonch 2016-05-01 18:33:33 +0200
  • ca3bb8dfd9 I18n: Update translation ca (100%). Davidmp 2016-03-31 18:32:12 +0200
  • 8ad84f472d I18n: Update translation he (100%). GenghisKhan 2016-02-08 00:31:39 +0100
  • c599a4e697 I18n: Update translation he (100%). GenghisKhan 2016-02-03 00:31:09 +0100
  • 0190552202 I18n: Update translation is (100%). Sveinn í Felli 2015-12-28 00:32:17 +0100
  • 9aa14e7a95 I18n: Update translation he (100%). GenghisKhan 2015-08-22 00:31:34 +0200
  • 4530b3103a I18n: Update translation sv (100%). Påvel Nicklasson 2015-07-20 00:34:35 +0200
  • 1928905f58 I18n: Update translation sv (100%). Påvel Nicklasson 2015-06-04 00:31:37 +0200
  • 893cd4b899 I18n: Update translation lt (100%). Anonymous 2015-03-27 18:31:46 +0100
  • 7fedd4c30d I18n: Update translation el (100%). Efstathios Iosifidis 2015-03-19 12:31:39 +0100
  • 66ced15556 I18n: Update translation el (97%). Efstathios Iosifidis 2015-03-19 06:31:48 +0100
  • 94664cd326 I18n: Update translation es (100%). Manolo Díaz 2015-02-27 12:31:40 +0100
  • f0814197d6 I18n: Update translation sk (100%). Slavko 2015-02-26 12:32:32 +0100
  • 524251b2f0 I18n: Update translation ast (100%). enolp 2015-02-23 06:32:38 +0100
  • a4b6083c16 I18n: Update translation nb (100%). Allan Nordhøy 2015-02-21 18:32:51 +0100
  • bb27ae7ddb I18n: Update translation ko (100%). Seong-ho Cho 2015-01-15 18:31:44 +0100
  • c963f3ba15 I18n: Update translation pl (100%). Piotr Strębski 2015-01-03 00:31:36 +0100
  • 58a76acb6f I18n: Update translation es (100%). Pablo Roberto Francisco Lezaeta Reyes 2014-12-26 06:32:29 +0100
  • 7fd8c09ed3 I18n: Update translation is (100%). Sveinn í Felli 2014-12-17 12:31:43 +0100
  • c64253892d I18n: Update translation tr (100%). Necdet Yücel 2014-12-15 06:31:22 +0100
  • 39111f6d65 I18n: Update translation tr (88%). Natavan Mirzayeva 2014-12-12 00:31:30 +0100
  • 79d51fa776 I18n: Update translation pt (100%). Nuno Miguel 2014-12-05 18:31:38 +0100
  • 813cc58d1f I18n: Update translation zh_CN (100%). 玉堂白鹤 2014-12-03 12:31:30 +0100
  • 26edff615d I18n: Update translation fr (100%). Yannick Le Guen 2014-11-25 00:31:49 +0100
  • 7c3e9c7aee I18n: Update translation en_AU (100%). Michael Findlay 2014-11-24 06:31:23 +0100
  • f76d60949b Bump release 1.2.4 Mike Massonnet 2014-11-22 22:08:06 +0100
  • 9da72fc4cc Get size of pointer from array, not fixed type name Mike Massonnet 2014-11-22 21:51:47 +0100
  • 077ca3236e Merge translations from Transifex Mike Massonnet 2014-11-22 18:56:33 +0100
  • bc8b2eee51 Extra char for \0 on if_name Mike Massonnet 2014-11-22 18:12:01 +0100
  • 18e253fc22 Define iface length name to 32 chars max (bug #9869) Mike Massonnet 2014-11-22 18:06:12 +0100
  • fbda085f4e Revert "Do not enforce max length for text/device entries (bug #9869)" Mike Massonnet 2014-11-22 18:03:32 +0100
  • c9f41f4633 I18n: Update translation ms (100%). abuyop 2014-11-21 06:31:21 +0100
  • d59fd73971 I18n: Update translation uk (100%). Yarema aka Knedlyk 2014-11-20 18:31:27 +0100
  • d3db40e764 I18n: Update translation sr (100%). Саша Петровић 2014-11-20 18:31:27 +0100
  • bab7c3f6b3 I18n: Update translation nl (100%). Pjotr 2014-11-20 18:31:27 +0100
  • 4a0bf2bab4 I18n: Update translation de (100%). Anonymous 2014-11-18 00:31:27 +0100
  • 88fd95ca6d I18n: Update translation bg (100%). Kiril Kirilov 2014-11-18 00:31:27 +0100
  • 6bca3fe8c4 I18n: Update translation es (100%). Hernan Gabriel Alvarez Guerra 2014-11-17 18:31:23 +0100
  • f2beacc7de I18n: Update translation th (100%). Theppitak Karoonboonyanan 2014-11-17 12:31:25 +0100
  • a221f7bae9 I18n: Update translation zh_TW (100%). Jeff Huang 2014-11-17 06:31:23 +0100
  • 6317b01a4d I18n: Update translation de (100%). Anonymous 2014-11-17 06:31:23 +0100
  • 62fda31cd9 I18n: Update translation pt_BR (100%). André Miranda 2014-11-17 00:31:24 +0100
  • d5983ab32c I18n: Update translation fr (100%). Yannick Le Guen 2014-11-17 00:31:24 +0100
  • a70a21a82d Update po Mike Massonnet 2014-11-16 12:11:01 +0100
  • 4be032a9bd Add option Show values as bits (bug #9932) Mike Massonnet 2014-11-16 12:00:14 +0100
  • 8fb438ce45 Add bufBullshit value in commandline test program Mike Massonnet 2014-11-15 23:56:33 +0100
  • 2e2d905b28 Add argument as_bits to format_byte_humanreadable function Mike Massonnet 2014-11-15 23:27:36 +0100