Skip to content
Snippets Groups Projects
  1. May 08, 2024
  2. May 07, 2024
  3. Apr 23, 2024
  4. Apr 12, 2024
  5. Apr 11, 2024
  6. Mar 31, 2024
  7. Mar 12, 2024
  8. Mar 03, 2024
  9. Mar 01, 2024
  10. Feb 29, 2024
  11. Feb 27, 2024
  12. Feb 14, 2024
    • Juan I Carrano's avatar
      Handle keyboard backlight toggle keys. · e5ce994b
      Juan I Carrano authored and Gaël Bonithon's avatar Gaël Bonithon committed
      Pressing the XF86XK_KbdLightOnOff (kbdillumtoggle) will cycle through
      the available brightness levels (it will increase brightness up to the
      maximum and then go back to minimum).
      
      If the keyboard has only two states, this behaves as a simple toggle.
      
      The reason for cycling is that it is unlikely that a laptop will have
      all three buttons for brightness up, down and toggle. If the machine
      has only a toggle button and more than one brightness level, a simple
      on/off (or min/max) toggle will not allow to use the intermediate
      levels.
      
      Closes: #222
      e5ce994b
  13. Feb 06, 2024
  14. Feb 05, 2024
  15. Feb 01, 2024
  16. Jan 31, 2024
  17. Jan 16, 2024
    • Anonymous's avatar
      I18n: Update translation pt_BR (100%). · 79625966
      Anonymous authored
      215 translated messages.
      
      Transifex (https://explore.transifex.com/xfce/).
      79625966
    • Gaël Bonithon's avatar
      Fix system-sleep-inactivity min value · 880e9c82
      Gaël Bonithon authored
      If the setting was set to never before this change, this will have the
      effect of setting it to 14, since this value was used as a reference for
      disabling system sleep. Unfortunately, this is unavoidable and it is not
      possible to implement backward compatibility, since 14 is now also a
      possible value. Users will therefore have to manually set the value to 0
      to disable system sleep after this change.
      
      It's an inconvenience, but this behavior really deserved to be fixed.
      
      Fixes: #3
      880e9c82
  18. Jan 05, 2024
  19. Jan 04, 2024
  20. Dec 27, 2023
  21. Dec 21, 2023
  22. Dec 19, 2023
  23. Dec 12, 2023
  24. Dec 10, 2023
  25. Dec 05, 2023
    • Gaël Bonithon's avatar
      Always add sm-client option group · a826b11b
      Gaël Bonithon authored
      It's too early to determine the windowing system at this stage, as we
      haven't yet called gtk_init(). And if we do call it, we can no longer
      daemonize below, as was mentioned in a comment about
      gtk_get_option_group(). So the simplest thing to do is to always add
      this option group (provided you're compiling with X11 support), which
      activates very little code in libxfce4ui and nothing specific to X11.
      
      Fixes: 15180f36
      a826b11b
  26. Dec 03, 2023
  27. Nov 30, 2023
  28. Nov 29, 2023
  29. Nov 28, 2023
Loading