summaryrefslogtreecommitdiff
path: root/gtk/login.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-232/+0
|
* remove unecessary header inclusionVincent Sanders2016-03-161-7/+1
|
* Clean up gtk login windowVincent Sanders2016-03-141-66/+116
| | | | | | | | | | | This fixes coverity ID 1316338 by dealing with memory and window creation errors properly. Previously such errors could seg fault or leave the browser navigation logic "stuck" waiting for user input to a window that never existed. The code was also refactored to remove forward declarations and add documentation comments.
* Change GTK UI builder handling to use resource APIVincent Sanders2015-06-171-11/+12
| | | | | | | | | | | | | | GTK UI builder resources have till now been exclusively stored on disc requiring netsurf to ship numerous additional resource files. This requires going to disc every time a UI action is performed which can become a lot of unwanted file handling. GLib/GTK has moved towards GResource handling for such resources instead. It now seems that migrating to this style of usage is expected and indeed the only portable way to include pixbufs. This introduces an API to hide the various implementation details of how resources are handled from the rest of the codebase.
* Update gtk frontend to cope with split operations table headersVincent Sanders2014-10-161-3/+3
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* move 401 login into operation tableVincent Sanders2014-01-161-1/+0
|
* Fix up ripples from urldb change.Michael Drake2012-10-111-15/+14
|
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-12/+19
| | | | svn path=/trunk/netsurf/; revision=13926
* reduce to a single global structure for glade file locationsVincent Sanders2011-09-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=12872
* fixup gtk source file namesVincent Sanders2011-01-291-0/+183
svn path=/trunk/netsurf/; revision=11529