Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bbidulock/blackboxwm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.77
Choose a base ref
...
head repository: bbidulock/blackboxwm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 5 files changed
  • 4 contributors

Commits on May 12, 2021

  1. post-release update

    bbidulock committed May 12, 2021
    Configuration menu
    Copy the full SHA
    7d9bb9d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Fix build with GCC 12 (missing <time.h> include)

    Fixes build failure with GCC 12:
    ```
    Toolbar.cc: In member function ‘void Toolbar::reconfigure()’:
    Toolbar.cc:260:17: error: ‘time’ was not declared in this scope; did you mean ‘Time’?
      260 |   time_t ttmp = time(NULL);
          |                 ^~~~
          |                 Time
    Toolbar.cc:265:21: error: ‘localtime’ was not declared in this scope; did you mean ‘clock_timer’?
      265 |     struct tm *tt = localtime(&ttmp);
          |                     ^~~~~~~~~
          |                     clock_timer
    ```
    
    Bug: https://bugs.gentoo.org/851603
    thesamesam committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    d3481ee View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Merge pull request #42 from thesamesam/gcc12-time

    Fix build with GCC 12 (missing <time.h> include)
    bbidulock authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    adb18c6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. ru.po: recover wrong encoding

    The current file is completely broken. Recovering:
    
    * take the file from ce4ec8c
    * convert UTF-8 to ISO8859-1
    * interpret the result as KOI8-R and convert it back to UTF-8
    * apply `make update-po`
    wandrien committed May 3, 2023
    Configuration menu
    Copy the full SHA
    21121e5 View commit details
    Browse the repository at this point in the history
  2. Update Russian translation

    wandrien committed May 3, 2023
    Configuration menu
    Copy the full SHA
    259a721 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    089eb82 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Merge pull request #47 from wandrien/update-ru

    Fix broken encoding in ru.po and update Russian translation
    bbidulock authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    dffc488 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from wandrien/correct-typos

    main.cc: correct a couple of small typos in messages
    bbidulock authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9b1a8e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    d45570b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Merge pull request #52 from abatyiev/master

    Toolbar.cc: fix build for systems where time_t != long
    bbidulock authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    22c0762 View commit details
    Browse the repository at this point in the history
Loading