summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix comment.Michael Drake2011-03-021-1/+1
* Move clone to box flags.Michael Drake2011-03-025-9/+6
* Move strip_leading_newline to box flags.Michael Drake2011-03-023-12/+8
* Move printed to box flags.Michael Drake2011-03-023-6/+4
* Move style_owned to box flags.Michael Drake2011-03-022-5/+4
* Make box flags and move new line indicator to it.Michael Drake2011-03-024-5/+13
* More keyboard shortcuts: scroll down with space bar and go back with backspac...Sven Weidauer2011-03-021-2/+7
* Fix install-gtk some moreJohn Mark Bell2011-03-021-0/+1
* Fix install-gtkJohn Mark Bell2011-03-021-1/+3
* Allow ./test-nsgtk --gdb [http://blahblahblah/]Daniel Silverstone2011-03-021-0/+13
* When wrapping text, don't duplicate strings. Special case for text inside te...Michael Drake2011-03-011-5/+14
* More useful assert and remove box_dump call.Michael Drake2011-03-011-8/+2
* Don't trap RMB over gadgets if those gadgets are disabledChris Young2011-03-011-4/+4
* Copy our updated working libpng.so; this fixes the cyan boxes on WikipediaChris Young2011-03-011-1/+1
* Cache space widths.Michael Drake2011-03-017-64/+70
* Fixed missing draw of tiled bitmap which are completly outside of the clippin...Ole Loots2011-03-011-4/+11
* Adjusted clipping rect changes for atari fronted. Ole Loots2011-03-013-24/+24
* cosmeticOle Loots2011-03-011-5/+2
* Implemented OS detection routines provided by GSOle Loots2011-03-014-12/+90
* Brand new windows should not be cloning an existing browser_window or they pi...Chris Young2011-03-012-4/+4
* Update Haru info.Michael Drake2011-03-013-38/+10
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-019-97/+41
* Split splitting out into layout_text_box_split().Michael Drake2011-03-011-71/+63
* Limit context menu history items to 10Chris Young2011-02-282-0/+8
* Don't plot 0 size bitmapsChris Young2011-02-281-0/+2
* Add history context menu to the forward button tooChris Young2011-02-281-2/+38
* Right-click back button now gives list of history items.Chris Young2011-02-281-7/+37
* Memory leakChris Young2011-02-281-0/+6
* Avoid multiple duplicated menusChris Young2011-02-281-3/+10
* Purge CONTENT_STATUS_TYPE_UNKNOWNJohn Mark Bell2011-02-283-10/+4
* Remove bogus assertions: content handlers which spawn fetches may not transit...John Mark Bell2011-02-281-7/+0
* Unlock the content when transitioning into the READY state.John Mark Bell2011-02-281-5/+18
* Allow context menus in arbitrary positions outside the browsing area.Chris Young2011-02-284-166/+226
* Implemented menu for back and forward buttons.Sven Weidauer2011-02-285-242/+280
* Publishing 'history_go' function and creating API to enumerate all history it...Sven Weidauer2011-02-282-12/+63
* Adding tool tips and changing the cursor in the local history view.Sven Weidauer2011-02-282-3/+70
* Added API to enumerate entries in history tree.Sven Weidauer2011-02-282-0/+100
* Setting path for tree icons when tree class is initialized.Sven Weidauer2011-02-282-2/+8
* Optimise wrapped text layout.Michael Drake2011-02-281-4/+30
* Handling keyboard events for local history view.Sven Weidauer2011-02-273-1/+22
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-2718-32/+58
* Updated Cocoa build instructions.Sven Weidauer2011-02-271-18/+7
* Remove padding for scrollers in local history.Sven Weidauer2011-02-271-7/+1
* Fixing display/transparency of ArrowWindow for 10.5.Sven Weidauer2011-02-271-5/+0
* Fix pixel alignment for rendering paths with stroke_width == 0.Sven Weidauer2011-02-271-1/+1
* Adding icons for tree views.Sven Weidauer2011-02-276-4/+12
* Implementing path utility functions.Sven Weidauer2011-02-271-4/+6
* Resetting cursor when mouse moves out of browser view.Sven Weidauer2011-02-271-1/+6
* Using NSTrackingArea to get mouseMoved: events in the browser view.Sven Weidauer2011-02-272-3/+12
* Local history view now is responsible for hiding itself after selecting a web...Sven Weidauer2011-02-278-17/+34