]> spindle.queued.net Git - midori/shortlog
midori
2009-10-22 Christian DywanRegard data: and javascript: URIs as allowed when addin...
2009-10-22 Christian DywanInstall autosuggestcontrol.js/.css into res like the...
2009-10-21 Xu Meihongl10n: Updates to Chinese (China) (zh_CN) translation
2009-10-20 Christian DywanRevise loading data from the cache instead of the network
2009-10-20 Christian DywanLoad icons in the completion lazily to boost startup
2009-10-20 Alexander ButenkoCheck the non-existence of folders before creating...
2009-10-20 Christian DywanDon't check the status code when storing in the cache
2009-10-20 Christian DywanStore cached files in subfolders
2009-10-20 Christian DywanImplement a primitive web cache extension (unstable)
2009-10-19 Alexander ButenkoImplement an adblock info icon showing blocked URIs...
2009-10-19 Alexander ButenkoImplement div, a, ul and per domain element adblock...
2009-10-19 Christian DywanRefactor MidoriPreferences into KatzePreferences base...
2009-10-18 Christian DywanImplement combos for choosing applications
2009-10-16 Kim BoramUpdate Korean translation
2009-10-16 Stanley ZhangUpdate Simplified Chinese translation
2009-10-16 Christian DywanAdjust katze_(foo_)assign to work inside one-line if's
2009-10-16 Masato Hashimotol10n: Updates to Japanese (ja) translation
2009-10-15 Christian DywanBump version to 0.2.0
2009-10-15 Christian DywanOnly setup drag scrolling events if touchscreen mode...
2009-10-15 Christian DywanUpdate German translation
2009-10-14 Christian DywanFix conflicting mnemonic in link/ image context menu
2009-10-14 Christian DywanAdd entry for a filter list address and an explanation...
2009-10-14 Christian DywanSupport Adblock with earlier Webit versions
2009-10-14 Christian DywanKeep the thumbnail view around to avoid a WebKitGTK...
2009-10-14 Christian DywanImplement tick marks to enable/ disable adblock filters
2009-10-14 Christian DywanUse the correct counter when storing adblock filters
2009-10-13 Alexander ButenkoAdd unit test for prefetching that tests which URIs...
2009-10-13 Christian DywanImplement app menu and progress indicator on Hildon 2.2
2009-10-13 Christian DywanManually pack OK button for crash dialogue on Hildon 2.2
2009-10-13 Christian DywanImplement tap and hold with emulated motion and button...
2009-10-13 Christian DywanBail out of DNS prefetch if the host is NULL
2009-10-13 Christian DywanHide redundant items from the default context menu...
2009-10-13 Alexander ButenkoDon't prefetch IP addresses and bail out if the soup...
2009-10-12 Alexander ButenkoVoid Page Up/ Page down in the address entry
2009-10-12 Christian DywanRemove unused variable and MidoriLocationEntryItem...
2009-10-12 Christian DywanImplement Compact Add button, and readjust the Hildon...
2009-10-12 Christian DywanOmit any icons in the location in the Hildon version
2009-10-12 Alexander ButenkoInitialize hosts for prefetching with an empty string
2009-10-12 Christian DywanCheck the length of form fields to save only once
2009-10-12 Enrico TrögerOnly fetch form values when the message is accumulative
2009-10-12 Evaggelos Balaskasl10n: Updates to Greek (el) translation
2009-10-12 Robert Hartll10n: Updates to Slovak (sk) translation
2009-10-12 Masato Hashimotol10n: Updates to Japanese (ja) translation
2009-10-12 Christian DywanDon't advertise zooming when having an image open
2009-10-12 Christian DywanBe sure to focus the web view rather than the scrolled...
2009-10-12 Christian DywanUse compact menu as the main menu when building for...
2009-10-12 Christian DywanPass HILDON library (if used) when building extensions
2009-10-12 Christian DywanCache scriptcode generated by adblock instead of genera...
2009-10-10 Christian DywanAdd DNS prefetching and form history extensions to...
2009-10-10 Christian DywanRefactor IDN handling and related unit tests
2009-10-10 Christian DywanInitialize adblock unit tests with an empty pattern
2009-10-09 Christian DywanDon't leak blockcss but free it before replacing it
2009-10-09 Alexander ButenkoAdd a DNS prefetching extension which fetches hovered...
2009-10-09 Alexander ButenkoRe-use one hashtable instead of replacing it
2009-10-09 Christian DywanProperly pass external addresses with libSoup 2.27.90
2009-10-08 Christian DywanConditionalize restoring of the scrolling position
2009-10-07 Christian DywanDon't leak form suggestions and don't return from the...
2009-10-07 Alexander ButenkoInstall formhistory resources, don't fill in passwords
2009-10-06 Christian DywanFix display formatting of URIs and unit test it properly
2009-10-06 Christian DywanRegard file:// URIs as valid for bookmarks
2009-10-06 Alexander ButenkoInitial code for the form history extension
2009-10-05 Christian DywanEnable integrated page setup combo box for printing
2009-10-05 Christian DywanFormat addresses nicely, with no percents and no punycode
2009-10-04 Christian DywanRefactor location action to not use MidoriLocationEntryItem
2009-10-04 Christian DywanEncode IDN addresses passed externally
2009-10-04 Christian DywanRemember text typed in the location when switching...
2009-10-03 Christian DywanFix a leaked folder string when activating extensions
2009-10-03 Christian DywanFix a leaked URI string when injecting user scripts
2009-10-03 Christian DywanUse "orientation" property of the toolbar instead of...
2009-10-03 Alexander ButenkoMeasure the performance of adblock parsing with a unit...
2009-10-03 Alexander ButenkoGo back to the previous, faster pattern handling in...
2009-10-03 Enrico TrögerAdd a module.xml for cgit
2009-10-03 Christian DywanFix a crash caused by freeing the adblock filters in...
2009-10-03 Masato Hashimotol10n: Updates to Japanese (ja) translation
2009-10-03 Christian DywanUse MIDORI_NLSPATH instead of NLSPATH
2009-10-03 Christian DywanDisplay IDN hostnames decoded in address completion
2009-10-03 Christian DywanFix a memory leak in the address completion match handling
2009-10-03 Christian DywanCorrect memory handling leading to corruption in adblock
2009-10-02 Christian DywanProvide default adblock config with easylist
2009-10-02 Christian DywanLoad extension settings from global config folders
2009-10-02 Christian DywanDo not add history items for URIs that were visited...
2009-10-02 Christian DywanImplement katze_array_find_uri for finding duplicates
2009-10-01 Christian DywanAdd Copy to the refactored context menu
2009-10-01 Christian DywanDon't use gtk_action_get_tooltip since it is GTK+ 2...
2009-10-01 Christian DywanWhen hovering menu items, show descriptions in the...
2009-09-30 Christian DywanShow 'Send a message to <mail address>' when hovering...
2009-09-30 Christian DywanOffer 'Send message to <mail address>' for selections
2009-09-30 Christian DywanImplement 'Open last session' menu item
2009-09-30 Christian DywanBackup the old session when resetting it in the Crash...
2009-09-30 Christian DywanAdd Window > Focus Current Tab
2009-09-29 Christian DywanReduce the mount of casts in the browser
2009-09-29 Christian DywanUpdate tab panel selection when tabs are switched,...
2009-09-29 Christian DywanNotify MidoriBrowser::tab property properly
2009-09-28 Christian DywanCount font names added to the list, to fix font combo...
2009-09-28 Christian DywanDefault to Ctrl+Alt+U instead of Ctrl+U for View source
2009-09-28 Christian DywanOnly if a preriod follws is a typed number the start...
2009-09-28 Christian DywanImplement drag (finger) and kinetic scrolling with...
2009-09-27 Christian DywanApply the correct settings to source view tabs
2009-09-27 Christian DywanOpen source of local files directly with no temporary...
2009-09-26 Christian DywanShow "Menubar" menu in context menu if menubar and...
next