aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAge
* get rid of plug_me logikChristian Grothoff2022-01-24
|
* -remove dead windows codeChristian Grothoff2022-01-24
|
* -remove call to gtk_builder_set_translation_domain(), implementation causes ↵Christian Grothoff2021-07-13
| | | | use-after-free
* -make gnunet-gtk respect NLS settings from GNUNET_OS-project dataChristian Grothoff2021-07-12
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* clang-format all C code. Add symlink of clang-format to bootstrap.ng02019-05-15
|
* fix crash on startupChristian Grothoff2019-01-27
|
* fix conversation FTBFS and other minor stuffChristian Grothoff2018-03-31
|
* eliminate tray icon functionality that was deprecated in GtkChristian Grothoff2016-11-27
|
* fix #4652Christian Grothoff2016-09-16
|
* -replace deprecated codeChristian Grothoff2016-08-22
|
* - fixMartin Schanzenbach2016-05-24
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* make use of API change in GNUnet SVN 36970 to avoid code duplicationChristian Grothoff2016-03-31
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -use modern scheduler APIChristian Grothoff2015-08-03
|
* -do not use TRUE ==Christian Grothoff2015-08-03
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* generally use GNUNET_assert() instead of GNUNET_abort() to also log the errorChristian Grothoff2015-02-28
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Rewrite GNUnet GTK selectLRN2015-01-24
| | | | | * Separate W32 and non-W32 functions * W32 function runs g_poll() and gnunet select in separate threads
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* rename animation symbols to reflect non-FS common statusChristian Grothoff2014-07-12
|
* use GNUNET_new where applicableChristian Grothoff2014-06-06
|
* make gnunet-gtk work with gtk3 widgetsChristian Grothoff2014-06-02
|
* note for #3419Christian Grothoff2014-06-02
|
* -modernize automake rules, fix return valueChristian Grothoff2014-03-07
|
* Harmonize HAVE_GTK_GTKX_H and GDK_WINDOWING_X11 a bitLRN2014-02-11
| | | | | Use HAVE_GTK_GTKX_H for including the header, in #if Use GDK_WINDOWING_X11 for code, in #ifdef
* Use GDK_WINDOWING_X11 to check for X backend supportLRN2014-02-11
| | | | | Checking for gtkx.h does not work as intended, as this header is available even if there's no X backend.
* GNUNET_GTK_PREFIX name/doc fixGabor X Toth2014-02-03
|
* -wtfChristian Grothoff2014-02-02
|
* Bertrand Marc wrote:Christian Grothoff2014-02-02
| | | | | | | About issue #3284, there was still a little glitch in the LIBDIR case. On my box, plugins are in /usr/lib/x86_64-linux-gnu/gnunet/. You'll find attached a patch (against svn head) to fix it.
* added GNUNET_GTK_tray_icon_changehark2014-01-30
|
* -typoChristian Grothoff2014-01-30
|
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* -fix code to locate config filesChristian Grothoff2013-12-21
|
* -finishing implementation of pluggable dialogs (#3081)Christian Grothoff2013-10-30
|
* -first run of gnunet-gtk doneChristian Grothoff2013-10-25
|
* -only load configuration if file exists, and then use 'parse' to avoid ↵Christian Grothoff2013-10-11
| | | | re-parsing defaults
* -add comments for about.cChristian Grothoff2013-10-07
|
* -remove tailing whitespacesChristian Grothoff2013-09-15
|
* handle URI command line arguments also if window is not already openChristian Grothoff2013-09-15
|
* -moving time functions from FS to TIMEChristian Grothoff2013-09-08
|
* implementing #3023, moving some functions from fs to lib as they are also ↵Christian Grothoff2013-09-08
| | | | needed in identity
* -doxygen fixesChristian Grothoff2013-09-07
|
* -license bumpChristian Grothoff2013-09-06
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -first rough cut for identity-gtkChristian Grothoff2013-08-08
|