2010-08-06 |
Mason Larobina | Add "show_scrollbars" webview widget property
|
commit | commitdiff | tree |
2010-08-06 |
Mason Larobina | Add "./lib/?.lua;./lib/?/init.lua" to lua path
|
commit | commitdiff | tree |
2010-08-06 |
Mason Larobina | Added "clicked" signal to event box widget.
|
commit | commitdiff | tree |
2010-08-06 |
Mason Larobina | Add destroy method to all widgets which triggers its...
|
commit | commitdiff | tree |
2010-08-05 |
Mason Larobina | Huge refactor of rc.lua & added vim-like buffer bindings
|
commit | commitdiff | tree |
2010-08-05 |
Mason Larobina | Add simple cookies support
|
commit | commitdiff | tree |
2010-08-05 |
Mason Larobina | Add history navigation to webview widget & switch to...
|
commit | commitdiff | tree |
2010-08-04 |
Mason Larobina | Add simple key binding system
|
commit | commitdiff | tree |
2010-08-04 |
Mason Larobina | Emit signal on parent set
|
commit | commitdiff | tree |
2010-08-04 |
Mason Larobina | Re-add "key-press-event" handling on the window widget.
|
commit | commitdiff | tree |
2010-08-02 |
Mason Larobina | Write error messages to stderr in mode.lua
|
commit | commitdiff | tree |
2010-08-02 |
Mason Larobina | Refactor scrolling code in webview widget & add set...
|
commit | commitdiff | tree |
2010-08-01 |
Mason Larobina | Set mode module call method to the local set function
|
commit | commitdiff | tree |
2010-08-01 |
Mason Larobina | Move MODKEY macro inside function
|
commit | commitdiff | tree |
2010-08-01 |
Mason Larobina | Created mode library & made rc.lua mode aware
|
commit | commitdiff | tree |
2010-08-01 |
Mason Larobina | Added focus method to several widgets
|
commit | commitdiff | tree |
2010-08-01 |
Mason Larobina | Added install and uninstall make targets
|
commit | commitdiff | tree |
2010-07-20 |
Mason Larobina | Refactor luaH_classes code which fix segfault issues...
|
commit | commitdiff | tree |
2010-07-20 |
Mason Larobina | Display "luakit" as title if uri & title are nil
|
commit | commitdiff | tree |
2010-07-20 |
Mason Larobina | Labels don't have a bg property
|
commit | commitdiff | tree |
2010-07-20 |
Mason Larobina | Re-add autohide function which hides notebook tabs...
|
commit | commitdiff | tree |
2010-07-20 |
Mason Larobina | Refactor to silence gcc uninit errors
|
commit | commitdiff | tree |
2010-07-20 |
Mason Larobina | inline keyword goes before the function definition
|
commit | commitdiff | tree |
2010-07-20 |
Mason Larobina | Unnecessary luaH_classes declaration
|
commit | commitdiff | tree |
2010-07-25 |
Mason Larobina | Raise "form-active" when clicking on form fields else...
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Put the right-most statusbar labels in an ebox (to...
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Added webview loading check method
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Added gtk label selectable property
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Add hide & show methods to all widgets
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | rc.lua update to something more resembling a browser
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | These functions are static
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Check if the uri changes on load commit/finish & other...
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | These are static functions
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Fixed & modified several notebook widget functions...
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Added notebook get_title widget method
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Added eventbox widget bg colour property
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Added label widget font & fg colour properties
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Entry widget: has_frame -> show_frame & font settings
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Set lua error handling function (and thus see lua error...
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Removed key-release signal handlers
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Added entry activate and changed signal callbacks
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Fixed debug define
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | Added entry position, color and frame settings & append...
|
commit | commitdiff | tree |
2010-07-22 |
Mason Larobina | New entry widget for text input
|
commit | commitdiff | tree |
2010-07-21 |
Mason Larobina | Made the hovered uri accessible through the `view.hovered_ur...
|
commit | commitdiff | tree |
2010-07-21 |
Mason Larobina | The progress & title values are no longer class instance...
|
commit | commitdiff | tree |
2010-07-21 |
Mason Larobina | Forgot return statement
|
commit | commitdiff | tree |
2010-07-21 |
Mason Larobina | Removed un-used tokens
|
commit | commitdiff | tree |
2010-07-21 |
Mason Larobina | Increase widgets reference count before removing to...
|
commit | commitdiff | tree |
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 |