forked from luakit-crowd/luakit
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3fa665
commit 9600332
Showing
20 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* classes/download.h - WebKitDownload wrapper header | ||
* clib/download.h - WebKitDownload wrapper header | ||
* | ||
* Copyright (C) 2011 Fabian Streitel <[email protected]> | ||
* Copyright (C) 2011 Mason Larobina <[email protected]> | ||
|
@@ -20,8 +20,8 @@ | |
* | ||
*/ | ||
|
||
#ifndef LUAKIT_CLASSES_DOWNLOAD_H | ||
#define LUAKIT_CLASSES_DOWNLOAD_H | ||
#ifndef LUAKIT_CLIB_DOWNLOAD_H | ||
#define LUAKIT_CLIB_DOWNLOAD_H | ||
|
||
#include <lua.h> | ||
#include <webkit/webkitdownload.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* classes/soup/auth.c - authentication management | ||
* clib/soup/auth.c - authentication management | ||
* | ||
* Copyright (C) 2009 Igalia S.L. | ||
* Copyright (C) 2010 Fabian Streitel <[email protected]> | ||
|
@@ -19,7 +19,7 @@ | |
* | ||
*/ | ||
|
||
#include "classes/soup/soup.h" | ||
#include "clib/soup/soup.h" | ||
#include "luah.h" | ||
|
||
#include <gtk/gtk.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* classes/soup/auth.h - authentication management header | ||
* clib/soup/auth.h - authentication management header | ||
* | ||
* Copyright (C) 2009 Igalia S.L. | ||
* Copyright (C) 2010 Fabian Streitel <[email protected]> | ||
|
@@ -19,8 +19,8 @@ | |
* | ||
*/ | ||
|
||
#ifndef LUAKIT_CLASSES_SOUP_AUTH_H | ||
#define LUAKIT_CLASSES_SOUP_AUTH_H | ||
#ifndef LUAKIT_CLIB_SOUP_AUTH_H | ||
#define LUAKIT_CLIB_SOUP_AUTH_H | ||
|
||
#include <glib-object.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* classes/soup/cookiejar.c - LuakitCookieJar | ||
* clib/soup/cookiejar.c - LuakitCookieJar | ||
* | ||
* Copyright (C) 2011 Mason Larobina <[email protected]> | ||
* | ||
|
@@ -19,7 +19,7 @@ | |
* | ||
*/ | ||
|
||
#include "classes/soup/soup.h" | ||
#include "clib/soup/soup.h" | ||
#include "luah.h" | ||
|
||
#include <libsoup/soup-cookie.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* classes/soup/cookiejar.h - LuakitCookieJar header | ||
* clib/soup/cookiejar.h - LuakitCookieJar header | ||
* | ||
* Copyright (C) 2011 Mason Larobina <[email protected]> | ||
* | ||
|
@@ -19,8 +19,8 @@ | |
* | ||
*/ | ||
|
||
#ifndef LUAKIT_CLASSES_SOUP_COOKIEJAR_H | ||
#define LUAKIT_CLASSES_SOUP_COOKIEJAR_H | ||
#ifndef LUAKIT_CLIB_SOUP_COOKIEJAR_H | ||
#define LUAKIT_CLIB_SOUP_COOKIEJAR_H | ||
|
||
#include "luah.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* classes/soup/soup.c - soup library | ||
* clib/soup/soup.c - soup library | ||
* | ||
* Copyright (C) 2011 Mason Larobina <[email protected]> | ||
* | ||
|
@@ -18,7 +18,7 @@ | |
* | ||
*/ | ||
|
||
#include "classes/soup/soup.h" | ||
#include "clib/soup/soup.h" | ||
#include "common/property.h" | ||
|
||
#include <libsoup/soup.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* classes/soup/soup.h - soup library | ||
* clib/soup/soup.h - soup library | ||
* | ||
* Copyright (C) 2011 Mason Larobina <[email protected]> | ||
* | ||
|
@@ -18,11 +18,11 @@ | |
* | ||
*/ | ||
|
||
#ifndef LUAKIT_CLASSES_SOUP_H | ||
#define LUAKIT_CLASSES_SOUP_H | ||
#ifndef LUAKIT_CLIB_SOUP_H | ||
#define LUAKIT_CLIB_SOUP_H | ||
|
||
#include "classes/soup/cookiejar.h" | ||
#include "classes/soup/auth.h" | ||
#include "clib/soup/cookiejar.h" | ||
#include "clib/soup/auth.h" | ||
#include "luah.h" | ||
|
||
#include <libsoup/soup-session.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* classes/sqlite3.c - luakit sqlite3 wrapper | ||
* clib/sqlite3.c - luakit sqlite3 wrapper | ||
* | ||
* Copyright (C) 2011 Mason Larobina <[email protected]> | ||
* | ||
|
@@ -21,7 +21,7 @@ | |
#include <sqlite3.h> | ||
#include <time.h> | ||
|
||
#include "classes/sqlite3.h" | ||
#include "clib/sqlite3.h" | ||
#include "common/luaobject.h" | ||
#include "common/luaclass.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* classes/sqlite3.h - luakit sqlite3 wrapper | ||
* clib/sqlite3.h - luakit sqlite3 wrapper | ||
* | ||
* Copyright (C) 2011 Mason Larobina <[email protected]> | ||
* | ||
|
@@ -19,8 +19,8 @@ | |
* | ||
*/ | ||
|
||
#ifndef LUAKIT_CLASSES_SQLITE3_H | ||
#define LUAKIT_CLASSES_SQLITE3_H | ||
#ifndef LUAKIT_CLIB_SQLITE3_H | ||
#define LUAKIT_CLIB_SQLITE3_H | ||
|
||
#include <lua.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* widget.c - widget managing | ||
* clib/widget.c - widget managing | ||
* | ||
* Copyright (C) 2010 Mason Larobina <[email protected]> | ||
* Copyright (C) 2007-2009 Julien Danjou <[email protected]> | ||
|
@@ -19,7 +19,7 @@ | |
* | ||
*/ | ||
|
||
#include "classes/widget.h" | ||
#include "clib/widget.h" | ||
|
||
widget_info_t widgets_list[] = { | ||
{ L_TK_ENTRY, "entry", widget_entry }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* widget.h - widget managing header | ||
* clib/widget.h - widget managing header | ||
* | ||
* Copyright (C) 2010 Mason Larobina <[email protected]> | ||
* Copyright (C) 2007-2009 Julien Danjou <[email protected]> | ||
|
@@ -19,8 +19,8 @@ | |
* | ||
*/ | ||
|
||
#ifndef LUAKIT_CLASSES_WIDGET_H | ||
#define LUAKIT_CLASSES_WIDGET_H | ||
#ifndef LUAKIT_CLIB_WIDGET_H | ||
#define LUAKIT_CLIB_WIDGET_H | ||
|
||
typedef struct widget_t widget_t; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters