summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Style guide formatting: indentation, 80 char width, 2 tabs after wrap.Michael Drake2008-10-091-26/+35
* Fix braino in previous commitRob Kendrick2008-10-091-1/+1
* Fix warning in gtk_about.c, reformatRob Kendrick2008-10-091-13/+25
* Fixed all but one "about dialog" related warnings. All credit strings are now...Mike Lester2008-10-092-14/+10
* Add header guard to reduce warning count marginallyDaniel Silverstone2008-10-091-0/+6
* Ensure we set the CSS DPI every time a window opens. For now, this will do. L...Daniel Silverstone2008-10-091-1/+4
* Add missing copyright on the version info for BeOS.François Revel2008-10-091-1/+1
* - fix for copying selection to clipboardFrançois Revel2008-10-095-32/+76
* Generate AmigaOS version string in correct format, taking:Chris Young2008-10-083-1/+54
* Override checking the mime type for known extensions. At least on my system, ...François Revel2008-10-081-0/+13
* Fix drawing the selection.François Revel2008-10-081-0/+2
* Add clipboard support. Works mostly.François Revel2008-10-082-2/+20
* -enlarge invalidate rect by 1x1 in gui_window_redraw, this fixes caret updates.François Revel2008-10-081-3/+66
* Fix multibyte character input.François Revel2008-10-081-3/+2
* Fix app signature for Haiku's StyledEdit.François Revel2008-10-071-1/+1
* Dereference symlinks on B_REFS_RECEIVED. This way dropping a symlink to an ht...François Revel2008-10-071-0/+10
* - fix using undefined fd_sets in case active was false. Looks like I was too ...François Revel2008-10-071-67/+4
* Snif local files entirely the BeOS way, using the mime db, this fixes taking ...François Revel2008-10-061-69/+55
* Uncomment the code to focus the view on mouse click, much better.François Revel2008-10-061-4/+3
* List traversing tidy-up.Chris Young2008-10-064-29/+26
* Full quit function and associated ARexx command (QUIT)Chris Young2008-10-065-12/+67
* Closing entire windows instead of just tabs is now possibleChris Young2008-10-063-3/+45
* - less debug outputFrançois Revel2008-10-062-19/+126
* - fix some coordinate handlingFrançois Revel2008-10-061-5/+9
* - Remove dead gtk codeFrançois Revel2008-10-061-53/+29
* Remove dead GTK code & (c)François Revel2008-10-061-36/+0
* Make gui_poll() a little better. Don't check for the event pipe fd if select ...François Revel2008-10-061-3/+6
* Fix plot_fill and plot_clip coords.François Revel2008-10-051-2/+71
* Add Aliases to resources for later use.François Revel2008-10-051-1/+2
* Fixed some problems with tabs, added a tab close gadget.Chris Young2008-10-052-16/+40
* Comment flush plotter.Michael Drake2008-10-051-1/+2
* Add Hubbub support, should work much better when actually initializing it.François Revel2008-10-052-0/+32
* Fix the white flickering and bad redraws (text too dark due to being drawn tw...François Revel2008-10-052-2/+22
* Fix build and opening source file in editor.François Revel2008-10-051-8/+10
* Kiosk mode (borderless window, no gadgets or menu etc)Chris Young2008-10-052-185/+254
* AmigaOS tabs implementation.Chris Young2008-10-059-60/+164
* Incomplete support for tabbed browsing.Chris Young2008-10-044-205/+311
* Dummy throbber (1x2 pixel grey PNG)Chris Young2008-10-041-0/+0
* Revert r5478, I didn't notice content struct had a mime_type field.François Revel2008-10-032-18/+0
* Add support for editting page source.François Revel2008-10-033-0/+97
* Add a function to tell the mime type for a content type.François Revel2008-10-032-0/+18
* Fix prototype to get it as C linkage.François Revel2008-10-031-1/+1
* - cleanup dead gtk code and copyrightsFrançois Revel2008-10-0211-221/+25
* Use find_directory() to find where to put settings instead of polluting ~/.François Revel2008-10-021-23/+42
* Make sure menu items all get the target set recursively.François Revel2008-10-021-10/+11
* Add window shortcuts for toolbar actions.François Revel2008-10-021-0/+22
* Partially fix menu shortcut handling, however I'm not sure how to set Functio...François Revel2008-10-021-1/+7
* Fix R5 BONE build.François Revel2008-10-022-0/+2
* Implemented the login dialog.François Revel2008-10-024-98/+161
* - Cleanup: remove dead gtk code and its copyrightsFrançois Revel2008-10-028-413/+24