- 06 Jul, 2022 1 commit
-
-
As building Orage depends on libxfce4util we need to verify its precence and set appropriate CFLAGS and LIBS variables in Makefile.
-
- 17 Mar, 2022 3 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Adds a new application icon to match the style and palette of the more recent Xfce app icons.
-
- 01 Mar, 2022 1 commit
- 11 Feb, 2022 2 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
- 04 Feb, 2022 1 commit
-
-
Erkki Moorits authored
-
- 25 Jan, 2022 3 commits
-
-
- 21 Jan, 2022 4 commits
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
* Remove AC_CANONICAL_SYSTEM and AC_HEADER_STDC * AM_CONFIG_HEADER -> AC_CONFIG_HEADERS * AC_AIX, AC_MINIX -> AC_USE_SYSTEM_EXTENSIONS * AC_ISC_POSIX -> AC_SEARCH_LIBS([strerror], [cposix]) * AM_PROG_LEX -> AC_PROG_LEX * AC_TRY_LINK -> AC_LINK_IFELSE * AC_HELP_STRING -> AS_HELP_STRING * AC_OUTPUT -> AC_CONFIG_FILES + AC_OUTPUT
-
Gaël Bonithon authored
Silences in particular the deprecation warning introduced in a previous commit about `g_memdup2()`.
-
- 10 Jan, 2022 1 commit
-
-
Erkki Moorits authored
Replaced unused parameters '(void)' castings with GLib G_GNUC_UNUSED. Added GLib check to configure.
-
- 06 Jan, 2022 1 commit
-
-
Erkki Moorits authored
-
- 23 Dec, 2021 1 commit
-
-
Erkki Moorits authored
-
- 22 Dec, 2021 1 commit
-
-
Erkki Moorits authored
-
- 17 Dec, 2021 1 commit
-
-
Erkki Moorits authored
-
- 06 Dec, 2021 1 commit
-
-
Erkki Moorits authored
-
- 19 Oct, 2021 4 commits
-
-
Erkki Moorits authored
-
-
-
Erkki Moorits authored
-
- 10 Apr, 2015 4 commits
-
-
Juha Kautto authored
Setting version back to git mode
-
Juha Kautto authored
Fixed critical bug preventing the use of panel plugin due to wrong name.
-
Juha Kautto authored
Fixed erroneous ---- to be correct --.
-
Juha Kautto authored
Module name has constraints, it needs to start with lib. Fixed.
-
- 09 Apr, 2015 2 commits
-
-
Juha Kautto authored
Make version back to test mode
-
Juha Kautto authored
Mainly translation updates.
-
- 08 Apr, 2015 1 commit
-
-
Juha Kautto authored
Big change from Landry Breuil to make Orage panel plugin configuration and locations similar to other plugins.
-
- 01 Apr, 2015 1 commit
-
-
Juha Kautto authored
removed mkinstalldirs as it causes distchekc to fail
-
- 12 Mar, 2015 1 commit
-
-
Juha Kautto authored
Moved closing ) to correct place
-
- 11 Mar, 2015 4 commits
-
-
Juha Kautto authored
Added null check and changed strcpy tp strncpy
-
Juha Kautto authored
changed from strcpy to strncpy and added limit
-
Juha Kautto authored
added limiting count to strcpy to prevent potential overflow.
-
Juha Kautto authored
Added null check earlier before using the variable
-
- 10 Mar, 2015 1 commit
-
-
Juha Kautto authored
Added more checks to make sure there are no overflows.
-
- 06 Mar, 2015 1 commit
-
-
Juha Kautto authored
Added better check for fread return count
-