Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
yad
Commits
6d3ed4fd
Commit
6d3ed4fd
authored
Aug 05, 2019
by
Victor Ananjevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup includes
parent
50c964d7
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
4 additions
and
17 deletions
+4
-17
color.c
src/color.c
+0
-2
dnd.c
src/dnd.c
+0
-2
file.c
src/file.c
+0
-2
font.c
src/font.c
+0
-4
html.c
src/html.c
+0
-2
list.c
src/list.c
+0
-2
notification.c
src/notification.c
+0
-1
text.c
src/text.c
+0
-2
yad.h
src/yad.h
+4
-0
No files found.
src/color.c
View file @
6d3ed4fd
...
...
@@ -19,8 +19,6 @@
#include <errno.h>
#include <glib/gprintf.h>
#include "yad.h"
static
GtkWidget
*
color
;
...
...
src/dnd.c
View file @
6d3ed4fd
...
...
@@ -17,8 +17,6 @@
* Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <glib/gprintf.h>
#include "yad.h"
static
void
...
...
src/file.c
View file @
6d3ed4fd
...
...
@@ -17,8 +17,6 @@
* Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <glib/gprintf.h>
#include "yad.h"
static
GtkWidget
*
filechooser
;
...
...
src/font.c
View file @
6d3ed4fd
...
...
@@ -17,10 +17,6 @@
* Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <errno.h>
#include <glib/gprintf.h>
#include "yad.h"
static
GtkWidget
*
font
;
...
...
src/html.c
View file @
6d3ed4fd
...
...
@@ -22,8 +22,6 @@
#include "yad.h"
#include <glib/gprintf.h>
#include <webkit2/webkit2.h>
static
WebKitWebView
*
view
;
...
...
src/list.c
View file @
6d3ed4fd
...
...
@@ -20,8 +20,6 @@
#include <string.h>
#include <stdlib.h>
#include <glib/gprintf.h>
#include "yad.h"
static
GtkWidget
*
list_view
;
...
...
src/notification.c
View file @
6d3ed4fd
...
...
@@ -22,7 +22,6 @@
#include <time.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include "yad.h"
...
...
src/text.c
View file @
6d3ed4fd
...
...
@@ -17,8 +17,6 @@
* Copyright (C) 2008-2019, Victor Ananjevsky <ananasik@gmail.com>
*/
#include <errno.h>
#include <pango/pango.h>
#include "yad.h"
...
...
src/yad.h
View file @
6d3ed4fd
...
...
@@ -34,6 +34,10 @@
#include <glib/gi18n.h>
#include <glib/gprintf.h>
#ifdef HAVE_HTML
#include <webkit2/webkit2.h>
#endif
#ifdef HAVE_SPELL
#include <gspell/gspell.h>
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment