summaryrefslogtreecommitdiff
path: root/frontends/gtk/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* fix c library API flags for freebsd when building GTKVincent Sanders2024-03-051-2/+8
|
* add rsvg image decoder that uses the new APIVincent Sanders2022-11-271-0/+2
|
* split out gtk misc operations from gui moduleVincent Sanders2021-02-221-5/+5
|
* Make GTK UI resources more consistentVincent Sanders2020-09-041-1/+9
| | | | | | | | | | | | | | The GTK UI resources have to be different resources between major versions. When kept in one directory with slightly different filenames they were difficult to distinguish and resource definition was difficult to update. The resources for both gtk versions were stored in both builds resulting in unneccessary increased binary size. The new stratagy lists the UI files once in a single gresources file and only includes what is required. If a UI file is added it must be provided in both gtk2 and 3 or a build failure will occour rather than a runtime error.
* Makefile: add Chinese (Simplified) translation targetZixing Liu2020-09-021-1/+1
| | | | Signed-off-by: Zixing Liu <liushuyu@aosc.io>
* About fetches resources: Drop maps resource.Michael Drake2020-02-241-1/+1
| | | | It had bitrotted.
* Buildsystem: GTK: Change gtk target to gtk2, which builds nsgtk2.Michael Drake2019-12-021-7/+1
|
* repurpose ssl certificate core window for nitial page infor window on gtkVincent Sanders2019-12-011-1/+1
|
* fix gtk install targetVincent Sanders2019-09-211-2/+1
|
* remove login window from gtk front endVincent Sanders2019-08-131-1/+1
|
* seems freebsd needs _XOPEN_SOURCE for math.h macros to be definedVincent Sanders2018-09-061-0/+1
|
* stop defining _XOPEN_SOURCEVincent Sanders2018-09-061-1/+0
| | | | | This is necessary with some libc as it overrides _POSIX_C_SOURCE and removes definitions of scandir etc.
* Initial conversion of GTK accelerators to separate config fileVincent Sanders2018-04-221-1/+1
|
* update gtk frontend to use corewindow local historyVincent Sanders2017-02-171-5/+5
|
* fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-071-3/+3
|
* fix gtk install target to cope with gtk3Vincent Sanders2016-10-051-10/+19
|
* remove unused GTK treeview code completely repalced with core window APIVincent Sanders2016-08-061-1/+1
|
* rename gtk global history implementationVincent Sanders2016-08-041-1/+1
|
* add nsgtk support for core window APIVincent Sanders2016-07-311-1/+1
|
* store toolbar config in standard options instead of a separate fileVincent Sanders2016-05-211-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+205