-
Notifications
You must be signed in to change notification settings - Fork 30
Comparing changes
Open a pull request
base repository: bbidulock/blackboxwm
base: 0.77
head repository: bbidulock/blackboxwm
compare: master
- 10 commits
- 5 files changed
- 4 contributors
Commits on May 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7d9bb9d - Browse repository at this point
Copy the full SHA 7d9bb9dView commit details
Commits on Jun 12, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for d3481ee - Browse repository at this point
Copy the full SHA d3481eeView commit details
Commits on Jun 15, 2022
-
Merge pull request #42 from thesamesam/gcc12-time
Fix build with GCC 12 (missing <time.h> include)
Configuration menu - View commit details
-
Copy full SHA for adb18c6 - Browse repository at this point
Copy the full SHA adb18c6View commit details
Commits on May 3, 2023
-
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`
Configuration menu - View commit details
-
Copy full SHA for 21121e5 - Browse repository at this point
Copy the full SHA 21121e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 259a721 - Browse repository at this point
Copy the full SHA 259a721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 089eb82 - Browse repository at this point
Copy the full SHA 089eb82View commit details
Commits on Aug 9, 2023
-
Merge pull request #47 from wandrien/update-ru
Fix broken encoding in ru.po and update Russian translation
Configuration menu - View commit details
-
Copy full SHA for dffc488 - Browse repository at this point
Copy the full SHA dffc488View commit details -
Merge pull request #48 from wandrien/correct-typos
main.cc: correct a couple of small typos in messages
Configuration menu - View commit details
-
Copy full SHA for 9b1a8e4 - Browse repository at this point
Copy the full SHA 9b1a8e4View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d45570b - Browse repository at this point
Copy the full SHA d45570bView commit details
Commits on Mar 10, 2024
-
Merge pull request #52 from abatyiev/master
Toolbar.cc: fix build for systems where time_t != long
Configuration menu - View commit details
-
Copy full SHA for 22c0762 - Browse repository at this point
Copy the full SHA 22c0762View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.77...master