2010-07-21 |
Mason Larobina | Convert window class into window widget
|
commit | commitdiff | tree |
2010-07-21 |
Mason Larobina | Call `gtk_main_quit()` on `luakit.quit()`
|
commit | commitdiff | tree |
2010-07-21 |
Mason Larobina | Destroy webview widget correctly
|
commit | commitdiff | tree |
2010-07-21 |
Mason Larobina | Large refactor of widgets & data structures thereof.
|
commit | commitdiff | tree |
2010-07-20 |
Mason Larobina | Refactored the label widget to remove the need for...
|
commit | commitdiff | tree |
2010-07-20 |
Mason Larobina | Renamed textarea.c -> label.c
|
commit | commitdiff | tree |
2010-07-20 |
Mason Larobina | Added textarea get & set padding and alignment functions
|
commit | commitdiff | tree |
2010-07-18 |
Mason Larobina | Clean up widget destructors
|
commit | commitdiff | tree |
2010-07-18 |
Mason Larobina | Added textbutton widget (which is a gtk button with...
|
commit | commitdiff | tree |
2010-07-18 |
Mason Larobina | Handling webkit navigation decision signal & raise...
|
commit | commitdiff | tree |
2010-07-18 |
Mason Larobina | Remove window from windows list before raising destroy...
|
commit | commitdiff | tree |
2010-07-18 |
Mason Larobina | Removed duplicate signal handler lines causing the...
|
commit | commitdiff | tree |
2010-07-14 |
Mason Larobina | All windows are now added into the globalconf.windows...
|
commit | commitdiff | tree |
2010-06-29 |
Mason Larobina | STR_PROP_FUNC and INT_PROP_FUNC macros were overkill
|
commit | commitdiff | tree |
2010-06-28 |
Mason Larobina | Added useragent setting
|
commit | commitdiff | tree |
2010-06-27 |
Mason Larobina | Moved global config structure into `globalconf.h` ...
|
commit | commitdiff | tree |
2010-06-23 |
Mason Larobina | Incorrect type for zoom property
|
commit | commitdiff | tree |
2010-06-22 |
Mason Larobina | Renamed settings variable
|
commit | commitdiff | tree |
2010-06-22 |
Mason Larobina | Added more font, behaviour & appearance settings in...
|
commit | commitdiff | tree |
2010-06-22 |
Mason Larobina | Forgot switch cases for zoom properties in index function
|
commit | commitdiff | tree |
2010-06-22 |
Mason Larobina | Added link hovering callback
|
commit | commitdiff | tree |
2010-06-22 |
Mason Larobina | Add webview zoom settings
|
commit | commitdiff | tree |
2010-06-22 |
Mason Larobina | Added font properties to webview and modified property...
|
commit | commitdiff | tree |
2010-06-22 |
Mason Larobina | Removed old TARGETS variable from makefile
|
commit | commitdiff | tree |
2010-06-13 |
Mason Larobina | Added webview disable_plugins & disable_scripts properties
|
commit | commitdiff | tree |
2010-06-13 |
Mason Larobina | Use macros to generate property update funcs
|
commit | commitdiff | tree |
2010-06-13 |
Mason Larobina | Added key & focus signal handlers for webview, textarea...
|
commit | commitdiff | tree |
2010-06-13 |
Mason Larobina | Make the gtk windows catch all events
|
commit | commitdiff | tree |
2010-06-13 |
Mason Larobina | Move widget.c imports into header file
|
commit | commitdiff | tree |
2010-06-13 |
Mason Larobina | Fix lua_pop calls
|
commit | commitdiff | tree |
2010-06-13 |
Mason Larobina | Only adjust stack size from signal handlers if something...
|
commit | commitdiff | tree |
2010-06-13 |
Mason Larobina | Need to strdup node names or else they will be GC'd...
|
commit | commitdiff | tree |
2010-06-09 |
Mason Larobina | Reverted "can't find rc file" error message
|
commit | commitdiff | tree |
2010-06-09 |
Mason Larobina | Use g_assert for tok != L_TK_UNKNOWN and g_new0 instead...
|
commit | commitdiff | tree |
2010-06-09 |
Mason Larobina | Lua class signal handlers can now return values to C.
|
commit | commitdiff | tree |
2010-06-06 |
Mason Larobina | Using the $TARGETS variable in the Makefile was a stupid...
|
commit | commitdiff | tree |
2010-06-06 |
Mason Larobina | Refactored luakit.c
|
commit | commitdiff | tree |
2010-06-03 |
Mason Larobina | Added window icon setting functionality.
|
commit | commitdiff | tree |
2010-05-23 |
Mason Larobina | Use TARGETS variable in the makefile
|
commit | commitdiff | tree |
2010-05-18 |
Mason Larobina | Add some basic gtk notebook and window signal handlers...
|
commit | commitdiff | tree |
2010-05-17 |
Mason Larobina | Created webview, notebook, textarea and box widgets...
|
commit | commitdiff | tree |
2010-05-14 |
Mason Larobina | Import and use the awesomewm token system
|
commit | commitdiff | tree |
2010-05-14 |
Mason Larobina | Fix comment
|
commit | commitdiff | tree |
2010-05-14 |
Mason Larobina | Moved common files back into common/ & luafuncs ->...
|
commit | commitdiff | tree |
2010-05-12 |
Mason Larobina | Added load start, commit, finish and progress handlers
|
commit | commitdiff | tree |
2010-05-12 |
Mason Larobina | Add tab focus events and push table of start uris to...
|
commit | commitdiff | tree |
2010-05-12 |
Mason Larobina | Set the tab title when adding a tab to the notebook
|
commit | commitdiff | tree |
2010-05-12 |
Mason Larobina | Added title changed signal handling and tab title property...
|
commit | commitdiff | tree |
2010-05-11 |
Mason Larobina | Renamed `view` module to `tab`
|
commit | commitdiff | tree |
2010-05-11 |
Mason Larobina | Forgot to focus a widget on window creation, causing...
|
commit | commitdiff | tree |
2010-05-11 |
Mason Larobina | Added several tabs methods: insert, remove, current...
|
commit | commitdiff | tree |
2010-05-11 |
Mason Larobina | Tabs indexing now works and view objects now return...
|
commit | commitdiff | tree |
2010-05-09 |
Mason Larobina | Adding tabs.c which aims to control the root gtk notebook...
|
commit | commitdiff | tree |
2010-05-08 |
Mason Larobina | Fixed segfault issues with setting properties & signal...
|
commit | commitdiff | tree |
2010-05-04 |
Mason Larobina | Created view widget, now supports creation of webviews...
|
commit | commitdiff | tree |
2010-05-04 |
Mason Larobina | Rename README to enable markdown formatting
|
commit | commitdiff | tree |
2010-05-04 |
Mason Larobina | Adding readme.
|
commit | commitdiff | tree |
2010-05-04 |
Mason Larobina | Mass import of the awesomewm lua signal system
|
commit | commitdiff | tree |
2010-05-03 |
Mason Larobina | Add signal hash table constructor/destructor functions
|
commit | commitdiff | tree |
2010-05-03 |
Mason Larobina | Renamed lua functions file and added some debugging...
|
commit | commitdiff | tree |
2010-05-02 |
Mason Larobina | An update, now with working webviews!
|
commit | commitdiff | tree |
2010-05-02 |
Mason Larobina | Initial commit
|
commit | commitdiff | tree |