Commit Graph

12 Commits

Author SHA1 Message Date
Sergio Durigan Junior ccd28b22eb Imported Upstream version 0.5.11 2015-09-11 20:47:06 -04:00
Christian Dywan adf1f3c25b Correct typo 'registerS' in HACKING 2011-01-30 21:35:39 +01:00
Christian Dywan 07ffc279b2 Refer to Launchpad rather than Flyspray for bug tracking
Fixes: https://bugs.launchpad.net/midori/+bug/706241
2011-01-30 18:58:00 +01:00
Christian Dywan 1802d577b1 Add table of contents and intro to file HACKING 2010-04-20 18:15:22 +02:00
Christian Dywan 9b468c5654 Add notes about variable ordering and prefixes to HACKING file 2010-02-06 17:32:09 +01:00
Christian Dywan 1b70dc9520 Elaborate declarations, comments and curly brackets in HACKING file 2010-01-29 23:21:36 +01:00
Christian Dywan e2bb41b1f2 Elaborate coding guidelines in the HACKING file 2010-01-27 22:46:08 +01:00
Christian Dywan c1aff9030f Add license note to lots of files and add EXPAT file. 2008-10-11 07:27:52 +02:00
Christian Dywan d5341ec07c Update the different informative text files 2008-07-27 07:43:30 +02:00
Christian Dywan 74b300ef33 Correct the example of a function definition 2008-04-17 01:39:07 +02:00
Christian Dywan e1f62329f1 Initial refactoring work, regressions expected
The 'browser' struct is superseded by MidoriBrowser, which actually
represents a window that holds pages, i.e. tabs. The tabs are currently
of the type MidoriWebView, which is a slightly enhanced WebView. Also
MidoriWebSettings is introduced to hold additional settings that Midori
needs.

The other two new classes are MidoriTrash, representing closed tabs and
windows and MidoriPanel, representing the side panel.

The refactoring allows for several features to be much more easily
implemented, such as full support for multiple windows and instant
saving of modified files, such as bookmarks or the session. Regressions
are expected and not everything is done yet.
2008-03-10 22:26:09 +01:00
Christian Dywan 3bbd273a4f Initial commit 2007-12-16 23:20:24 +01:00