| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
And remove them from the existing menubar.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Factor the logic that fakes clicks from a middle click in
EphyMiddleClick(Tool)Button by forwarding a left click to GTK+ when we
receive a middle click. Since ephy_gui_is_middle_click stops working
in this case, add the minimal logic in EphyLinkAction to make it work
again (basically, cache the button that activated the action inside
the action itself).
The EphyMiddleClickable(Tool)Button classes were written by Alexandre
Mazari.
https://bugzilla.gnome.org/show_bug.cgi?id=628364
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Now we can remove our internal implementation.
|
|
|
|
|
|
|
|
|
|
|
| |
In some cases trying to get the content-type of a download right at the
start of the transfer won't give us useful information.
To handle this case we query for the content-type and a proper icon
every 10%, hoping that GIO/Soup will make a smarter guess. This is an
arbitrary number that hopes to work with most cases.
Bug #662059
|
|
|
|
|
|
|
| |
GtkImage works fine with GIcon, this saves us some lines of code and
allocating a GdkPixbuf.
Bug #662059
|
|
|
|
|
|
|
|
|
|
| |
This new API gets the content-type of a download using GIO, or Soup if
GIO is still not available for the download.
GIO is our first option since its local guesses are more reliable. Soup
can be cheated by servers or confused by still too incomplete downloads.
Bug #662059
|
| |
|
| |
|
|
|
|
|
|
|
| |
Instead of escaping the cursor, we align the overlay at the opposite side
of the window. This is consistent with nautilus.
https://bugzilla.gnome.org/show_bug.cgi?id=653996
|
|
|
|
|
|
|
|
| |
Hardcode it to be "about:blank". The final step could be completely
remove the rest of the code, but it might be useful for the future
Overview page (if we consider it the new "homepage").
https://bugzilla.gnome.org/show_bug.cgi?id=665469
|
|
|
|
|
|
|
| |
The UI is gone, but the infrastructure still persists
(EggToolbarModel, etc). Further cleanups are possible.
https://bugzilla.gnome.org/show_bug.cgi?id=664260
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=664120
|
|
|
|
|
|
| |
We can now get rid of the NetworkManager custom code.
https://bugzilla.gnome.org/show_bug.cgi?id=664096
|
| |
|
|
|
|
| |
Drop GtkTable usage, sync our changes upstream.
|
| |
|
|
|
|
| |
We'll need to access embed/ data for about:applications.
|
|
|
|
|
|
|
|
|
|
| |
Move the implementation from ephy-web-app-utils.c to
ephy-file-helpers.c.
The current one was not doing recursive delete, this caused the bug of
private instances leaving their profile directories behind in /tmp.
Bug #658201
|
|
|
|
| |
We'll use it from src/ for a bit of a gross hack...
|
|
|
|
| |
We don't always need them.
|
|
|
|
|
|
|
| |
This covers GtkInfoBar in ephy-web-view.c, ephy-download-widget.c and
also tooltips and labels in ephy-download-widget.c
Bug #649164
|
|
|
|
|
|
|
| |
You can now call nautilus on a full path and it will highlight the file in its
parent directory.
Bug #654763
|
|
|
|
|
|
| |
Otherwise "Browse to" feature fails because we are using an obsolete mime type.
Bug #651699
|
|
|
|
|
|
|
| |
In ae374ca97044684d6a33bb11ae8bccac06a85b9f we forgot about the
tooltip.
Bug #653690
|
|
|
|
| |
Bug #650789
|
| |
|
|
|
|
| |
We can now get rid of the EphyFileHelpers method.
|
|
|
|
|
|
|
|
|
| |
If the 'window-dragging' property of GtkToolbar is set (as it is in adwaita)
then the Toolbar starts the drag of the window on 'button-press' event.
We prevent this by connecting a handler for 'button-press' which prevents
the handler of the toolbar to be run while in edit mode.
Fixes bug #647265
|
|
|
|
|
| |
Gives an estimate of how much memory the browser process is using,
extracted from /proc/$PID/smaps. Only works in GNU/Linux systems.
|
| |
|
|
|
|
|
| |
This way we don't need a compile-time dependency on NetworkManager,
since we use it through the DBus APIs.
|
|
|
|
| |
Bug #651030
|
| |
|
| |
|
|
|
|
| |
Just enough to get rid of ephy-marshal.h
|
| |
|
|
|
|
| |
This is somewhat hacky, but we'll switch to GtkOverlay soon anyway.
|
|
|
|
| |
I don't think this is useful anymore?
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Gtk[HV]Box, Gtk[HV]Separator, Gtk[HV]Paned are deprecated in GTK+ 3.2,
so let's use the GtkOrientable interface instead.
GtkBox is likely to dissapear soon too, so a migration to GtkGrid
might be necessary at some point.
https://bugzilla.gnome.org/show_bug.cgi?id=652201
|
|
|
|
|
|
| |
No need to use realpath(3), we're in 2011 now.
https://bugzilla.gnome.org/show_bug.cgi?id=652120
|
|
|
|
|
|
| |
Second patch in an attempt to clean up ephy-main.c
https://bugzilla.gnome.org/show_bug.cgi?id=652119
|
|
|
|
|
|
|
| |
This is the first patch in an attempt to simplify epiphany's main()
method, which is quite bulky by now.
https://bugzilla.gnome.org/show_bug.cgi?id=652119
|
| |
|
|
|
|
|
|
| |
We are now able to show a page with the list of installed plugins.
Bug #575498
|
|
|
|
|
|
|
| |
Depends on WebKitGTK+ being built with spell check support, otherwise
it won't do anything.
Based on a patch by Diego Escalante.
|
|
|
|
|
| |
The set_stock_id method is called initially with NULL to set things
up.
|
|
|
|
|
| |
The code should probably be cleaned up to stop using the stock-id
defines, which don't make much sense anymore.
|
|
|
|
|
| |
Adds unneeded clutter to the entry, we'll just rely on a visible
symbolic lock icon when needed.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This introduces a GeditOverlayChild subclass, listening to parent
overlay mouse events to define the escaping policy.
The distance from which the widget "escapes" the mouse pointer
can be set at construction time.
https://bugzilla.gnome.org/show_bug.cgi?id=643909
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Using the view-source feature provided by WebKitGTK+ can be handier than
opening gedit or the default text/html application in your system.
This adds "internal-view-source" to org.gnome.Epiphany to force the
internal-viewer always.
Based on Ole Laursen's patch.
Bug #597156
|
|
|
|
| |
Otherwise we'll crash inside GTK+.
|
|
|
|
|
|
|
|
| |
'Desktop' should be the desktop dir, 'Downloads' the downloads dir. If
the key is an actual path we'll use it, if all else fails default to
Desktop directory.
Bug #644641
|
|
|
|
|
|
| |
Instead of the low res version shipped internally.
https://bugzilla.gnome.org/show_bug.cgi?id=645713
|
| |
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=644261
|
|
|
|
| |
Avoid having %20 and similar things in the widget labels.
|
|
|
|
|
|
|
|
| |
A widget showing the progress of an EphyDownload and offering the default set
of actions to take on it: Open, Browse to, Cancel.
It keeps a ref to the EphyDownload its showing.
Bug #618443
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
EphyDownload is a wrapper object around WebKitDownload that handles common
behavior in downloads: auto-destination, default action for the MIME type.
It can be used to wrap a WebKitDownload coming from a WebKitView or to download
a url: ephy_download_new_for_uri and ephy_download_new_for_download are
provided.
Its lifetime is not automagic like EphyEmbedPersist, so you have to unref it
when you no longer need it.
This new object replaces EphyEmbedPersist and enables us to use a single
codepath for downloads in all Epiphany.
Bug #618443
|
|
|
|
|
|
|
|
| |
Nautilus doesn't draw the desktop as always anymore. It's not visible unless
you browse there, so the reason to not allow browse_to desktop is not valid
anymore.
Bug #618443
|
|
|
|
|
|
|
| |
Remove all the ambiguity, we always throw downloads to the same place or the
Desktop.
Bug #618443
|
|
|
|
| |
Bug #618443
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Proactively perform DNS lookups when the user sets the cursor over an
autocompleted entry in the location bar. This way the prefetching is likely to
already have been resolved by the time the user actually clicks on the entry.
https://bugzilla.gnome.org/show_bug.cgi?id=606087
|
|
|
|
|
| |
That way user can hide the inner widget and the overlay child
container will be hidden automatically.
|
| |
|
|
|
|
|
|
|
| |
We don't want for the children to be able to overflow the main widget,
it makes sense to keep them contained in the overlay.
Bug #642451
|
|
|
|
| |
And adapt to the new API.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Works correctly in framed pages, and fixes a few bugs along the way
(not to mention it should be more efficient since it does not redraw
needlessly).
The gedit code has been modified to get rid of the animation stuff we
don't really need atm; we have coordinated with the gedit developers
and hopefully both versions will be in sync again really soon.
|
|
|
|
|
|
|
| |
Until 2.99.0 GtkStyleContext didn't have a "normal" flag, the closest thing was
GTK_STATE_FLAG_ACTIVE, but it is not necessarily correct.
Bug #636501
|
|
|
|
| |
Bug #636501
|
| |
|
| |
|
|
|
|
|
| |
It's deprecated since GdkCursor is a GObject now. The stuff in egg/
still needs fixing, but we'll just sync from upstream.
|
|
|
|
|
|
|
| |
Updates all our uses of GtkStyle stuff to the newer GtkStyleContext API.
ephy-web-view porting done by Matthias Clasen <mclasen@redhat.com>
Bug #636501
|
|
|
|
| |
Bug #636501
|
|
|
|
|
|
| |
WebKitGTK+ implements this for us.
Bug #637021
|
|
|
|
|
|
| |
Show nice error pages instead of WebKitGTK+'s defaults.
Bug #592667
|
|
|
|
| |
Bug #636790
|
|
|
|
|
|
| |
Free the lock_stock_id before setting a new one.
https://bugzilla.gnome.org/show_bug.cgi?id=636742
|
|
|
|
|
|
|
|
| |
Allow users to set custom sans, serif and monospace fonts if they don't want
the defaults, which are the desktop wide settings in the
org.gnome.desktop.interface schema.
Bug #636761
|
|
|
|
|
| |
This patch prioritizes uninstalled files so modified files in your epiphany
checkout are used, avoiding the need to install them to see your changes.
|
|
|
|
|
| |
When .gnome2/epiphany/.migrated file is unreadable we can hit a crasher due to
sscanf. We now check for NULL before feeding sscanf.
|
|
|
|
|
|
|
|
|
|
|
| |
The migration code is now in the ephy-profile-migrator binary, this means:
- epiphany is not linking to NSS anymore
- lib/ephy-profile-migration.c was split into:
+ lib/ephy-profile-migrator.c: the new ephy-profile-migrator binary
+ lib/ephy-profile-utils.c: convenience _ephy_profile_*_form_auth_data functions.
- testing for migration is done without running ephy-profile-migrator
Bug #636685
|
|
|
|
|
| |
I don't think it makes any sense to make this optional, much less to
have a UI preference for it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We get rid of the spinner in the toolbar, since load information is
already given by the floating status indicator inside the WebView.
The only remaining spinner is the one in the tabs, which has been
ported to use GtkSpinner.
Get rid of EphySpinner.
Fixes:
https://bugzilla.gnome.org/show_bug.cgi?id=524809 (again)
https://bugzilla.gnome.org/show_bug.cgi?id=598442
|
| |
|
|
|
|
| |
Signed-off-by: Xan Lopez <xan@gnome.org>
|
| |
|
| |
|
|
|
|
|
|
| |
This reverts commit 98811918bc8c5065eb4b21feb35c9f4def67341f.
Accidentally committed.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=598442
|
|
|
|
| |
Was using a no longer calculated rect for the drawing coordinates.
|
|
|
|
|
|
| |
Adds our own schemas, a migration file and removes old gconf API and files.
Bug #624485
|
| |
|
|
|
|
|
| |
Mostly moving from ::expose-event to ::draw, and adapting to the
changes in the paint functions.
|
| |
|
|
|
|
| |
Bug #624485
|
|
|
|
| |
Bug #580557
|
|
|
|
| |
Bug #580557
|
| |
|
|
|
|
|
|
| |
Drop deprecated gdk_* drawing functions.
Bug #627450
|
|
|
|
|
|
|
| |
It's functionality can be replaced by GSettings API, plus it's not being used
anywhere.
Bug #625921
|
| |
|
| |
|
|
|
|
|
|
| |
This allows the "XXXXXX" token to be anywhere in the tmpl string.
Bug #302986
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Favicons in the completion popup were hidden because of an ugly flashing. It
turns out it is caused by gtk_entry_set_icon_from_* functions. They queue a
resize if the GtkEntry is visible, hence we see this ugly flash which is
actually the completion obeying to the resize.
The side effect is that when you start typying a new address in the location
entry, the favicon of the current location will still be displayed. The
previous behaviour was to set a 'text/html' icon when the user edited the
location entry. Note that such icon will disappear as soon as you activate the
location entry.
Bug #616345
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This means we store/retrieve "http://www.gnome.org/" instead of
"http://www.gnome.org/login/". User+passwords are site-wide as long as the form
elements match. This also makes migrated gecko passwords work.
Bug #613065
|
|
|
|
|
|
|
| |
Make sure we don't confuse form passwords with HTTP auth passwords. And also
check that username is not empty (at least that). Sometimes decryption fails
(not even nss tools work) and we get empty usernames. As you can see, we are
assuming here that usernames are always mandatory but passwords might not be.
|
|
|
|
|
|
|
|
| |
Password form fields are marked with a *, but this * was not removed when
storing the field name so this led to all the passwords field names to be
migrated with the leading *.
Bug #608687
|
|
|
|
| |
_ephy_profile_query_form_auth_data is async, doesn't return anything.
|
|
|
|
|
|
| |
Realms where exported as "realm)" because of a missing -1.
Bug #608687
|
|
|
|
|
|
|
|
|
|
| |
Otherwise preferences gets confused and also some other parts of our code put
files where they shouldn't be. This was causing the default downloads
destination to reset everytime the preferences dialog was opened and also
causing some downloads (when "Open" is selected) to end up where they
shouldn't.
Bug #610721
|
|
|
|
|
|
|
| |
Substitute GTK_WIDGET_MAPPED() and GTK_WIDGET_REALIZED()
GTK+ required version bumped to 2.19.5
https://bugzilla.gnome.org/show_bug.cgi?id=595791
|
|
|
|
| |
Bug #582035
|
|
|
|
|
|
| |
Sort variable names a bit in ephy_file_switch_temp_file.
Bug #608749
|
|
|
|
| |
Bug #608749
|
|
|
|
|
|
|
| |
This API is public but we are not really good checking we get valid EphyDialog
objects when called, add some checks.
Bug #607802
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Otherwise we rely on the ordering of the property notifications to get
a proper id instead of garbage (!).
Bug #606995
|
|
|
|
|
|
|
| |
This ensures that if .gnome2/ doesn't exist, we don't fail instead of just
creating the dir.
Bug #605860
|
|
|
|
|
| |
SoupURI creation may fail for invalid URIs, and we would crash trying
to work with the NULL pointers.
|
|
|
|
|
|
|
| |
We were doing some ugly path searching for this. The correct method is to use
gtk_show_uri.
Bug #604024
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is used to make all policy regarding what and how we save data be
in one place.
|
|
|
|
|
| |
Otherwise we need to query keyring all the time to figure out if we
have to prefill forms.
|
|
|
|
|
| |
We store the login/password pairs used in forms in the keyring, like
the HTTP auth data.
|
|
|
|
|
| |
We'll use them from embed/ for form password saving, and embed/ can't
use code from src/
|
| |
|
|
|
|
|
|
|
|
| |
Defaults to Google, like it used to.
Bug #604087
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
|
|
|
|
|
|
|
| |
EphyLocationEntry, EphyLocationAction and EphyToolbar take an @adress and
@typed_address parameter, while both are useful we only end up using one so we
can easily decide which one to use in ephy-window.c instead of carrying both
around until ephy-location-entry.c
Bonus: make ephy_location_entry_set_location accept NULL as @address safely.
Bug #603651
|
|
|
|
| |
Bug #503852
|
|
|
|
| |
Bug #503852
|
|
|
|
|
|
| |
Also disable incomplete documentation.
Bug #503852
|
|
|
|
| |
Bug #503852
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
bonus nitpick in ephy-zoom (just a line break)
|
| |
|
|
|
|
|
|
| |
Partial fix for bug #599757.
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
|
|
| |
Partial fix for bug #599757.
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've used all the GTK+ 2.17.11 api available, still missing:
GTK_WIDGET_REALIZED (GTK_WIDGET ())
GTK_WIDGET_MAPPED (GTK_WIDGET ())
GTK_ENTRY->im_context
GTK_STATUSBAR->frame
GTK_STATUSBAR->label
GTK_MESSAGE_DIALOG->label
https://bugzilla.gnome.org/show_bug.cgi?id=595791
Signed-off-by: Xan Lopez <xan@gnome.org>
|
| |
|
|
|
|
| |
Bug 587470 - Smooth scrolling preference doesn't work
|
|
|
|
|
| |
It does not make sense for the location entry to unref the model it
gets as parameter.
|
|
|
|
|
| |
To know whether or not we are using a private profile different from
the default one.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
We need some indication in the UI of network activity when there are
no tabs opened and the progress bar hasn't appeared yet in the URL
entry. Re-add the spinner for now, we'll think of a better solution
later.
Bug #585035
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The text cell renderer in use by the url autocompletion is the only
renderer that expands. As the width of the entry completion is known in
advance (as big as the entry you are completing on), we can set a fixed
width. Since the height of the cell renderer is hardcoded, too, the
complete size of the cell renderer is known in advance and Gtk skips
layouting the text to compute the size.
This is a noticable performance improvement, expecially when the
completion contains lots of visible entries.
|
|
|
|
|
| |
When the url is NULL, the title was freed twice - once after
giving to the GValue via ctext, once with g_free().
|
| |
|
|
|
|
|
|
| |
than me can update from libegg
svn path=/trunk/; revision=8953
|
|
|
|
| |
svn path=/trunk/; revision=8952
|
|
|
|
| |
svn path=/trunk/; revision=8944
|
|
|
|
| |
svn path=/trunk/; revision=8941
|
|
|
|
| |
svn path=/trunk/; revision=8940
|
|
|
|
| |
svn path=/trunk/; revision=8934
|
|
|
|
|
|
|
| |
It makes the text in the completion jump like crazy, so disable until
we figure out what's going on.
svn path=/trunk/; revision=8866
|
|
|
|
| |
svn path=/trunk/; revision=8865
|
|
|
|
| |
svn path=/trunk/; revision=8857
|
|
|
|
| |
svn path=/trunk/; revision=8829
|
|
|
|
| |
svn path=/trunk/; revision=8828
|
|
|
|
| |
svn path=/trunk/; revision=8827
|
|
|
|
| |
svn path=/trunk/; revision=8809
|
|
|
|
| |
svn path=/trunk/; revision=8808
|
|
|
|
| |
svn path=/trunk/; revision=8807
|
|
|
|
| |
svn path=/trunk/; revision=8806
|
|
|
|
| |
svn path=/trunk/; revision=8803
|
|
|
|
|
|
|
|
|
| |
GtkEntry has no distinction between the visibility of the icons and
the icon to be used, meaning that the way to make them invisible is to
unset them. Keep a private boolean with the visibility status so we
can update our icon type without altering its visibility.
svn path=/trunk/; revision=8802
|
|
|
|
|
|
|
|
|
|
|
| |
Only available as a gconf key for now,
/apps/epiphany/general/open_new_windows_in_tab.
Patch by Alejandro G. Castro.
Bug #571593
svn path=/trunk/; revision=8783
|
|
|
|
| |
svn path=/trunk/; revision=8770
|
|
|
|
| |
svn path=/trunk/; revision=8731
|
|
|
|
| |
svn path=/trunk/; revision=8726
|
|
|
|
| |
svn path=/trunk/; revision=8715
|
|
|
|
|
|
|
| |
Adding spaces to the end of the location bar was adding bad search
terms. This fixes it.
svn path=/trunk/; revision=8709
|
|
|
|
|
|
|
| |
This change fixes the last character of the last search term being cut
off by special casing the end of the line.
svn path=/trunk/; revision=8708
|
|
|
|
|
|
| |
Bug #568101
svn path=/trunk/; revision=8706
|
|
|
|
| |
svn path=/trunk/; revision=8695
|
|
|
|
| |
svn path=/trunk/; revision=8694
|
|
|
|
|
|
|
| |
If the result shown in the row is a bookmark, the epiphany bookmark icon will
be drawn to the right of it.
svn path=/trunk/; revision=8693
|
|
|
|
|
|
|
|
| |
Enhance the completion popup by showing a two line cell containing the favicon,
the title of the page and the url. On top of this, there's a bookmark
indication patch.
svn path=/trunk/; revision=8692
|
|
|
|
|
|
|
|
|
|
| |
Bug #567490
We keep the old glade files as master source and convert them to
GtkBuilder format at compile-time because glade-3 is not ready yet for
day-to-day edition of GtkBuilder files.
svn path=/trunk/; revision=8678
|
|
|
|
| |
svn path=/trunk/; revision=8659
|
|
|
|
|
|
| |
pixmap that GtkEntry sets in DnD.
svn path=/trunk/; revision=8658
|
|
|
|
| |
svn path=/trunk/; revision=8655
|
|
|
|
|
|
|
| |
Also fold into the widget the 'clear' icon instead of creating it
twice outside.
svn path=/trunk/; revision=8653
|
|
|
|
| |
svn path=/trunk/; revision=8652
|
|
|
|
| |
svn path=/trunk/; revision=8649
|
|
|
|
| |
svn path=/trunk/; revision=8648
|
|
|
|
| |
svn path=/trunk/; revision=8647
|
|
|
|
| |
svn path=/trunk/; revision=8623
|
|
|
|
| |
svn path=/trunk/; revision=8622
|
|
|
|
| |
svn path=/trunk/; revision=8616
|
|
|
|
| |
svn path=/trunk/; revision=8607
|
|
|
|
| |
svn path=/trunk/; revision=8584
|
|
|
|
| |
svn path=/trunk/; revision=8565
|
|
|
|
| |
svn path=/trunk/; revision=8563
|
|
|
|
| |
svn path=/trunk/; revision=8560
|
|
|
|
| |
svn path=/trunk/; revision=8559
|
|
|
|
|
|
|
|
|
| |
There were inconsistencies between the .h file and the .c file. Now all the
arguments are named 'entry'.
Also add documentation for ephy_location_entry_set_match_func and
ephy_location_entry_set_completion.
svn path=/trunk/; revision=8557
|
|
|
|
| |
svn path=/trunk/; revision=8556
|
|
|
|
|
|
|
|
|
| |
Functions ephy_icon_entry_pack_widget and ephy_icon_entry_get_entry. Not sure
how to extract that to proper gtk-docs and stuff.
Document lib/widgets/ephy-search-entry.c
svn path=/trunk/; revision=8555
|
|
|
|
| |
svn path=/trunk/; revision=8550
|
|
|
|
|
|
| |
GnomeClient.
svn path=/trunk/; revision=8541
|
|
|
|
|
|
| |
Bug #550883.
svn path=/trunk/; revision=8457
|
|
|
|
| |
svn path=/trunk/; revision=8452
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use a simple regex matching the input text, implements the same behaviour of
the current bar, plus:
- substring suggestions (closes: #151932)
- unicode support (closes: #343906)
- diacritics in topic keywords (closes: #328162)
- completion on history items titles (closes: #534218)
Also, of course, closes: #517960 - port the url bar to GRegex.
svn path=/trunk/; revision=8419
|
|
|
|
|
|
|
| |
It is not really needed, since the values in comparison are simple numbers that
don't need any thought on top.
svn path=/trunk/; revision=8416
|
|
|
|
|
|
|
| |
Just a minor reordering of *_col variables, no code changed.
svn path=/trunk/; revision=8414
|
|
|
|
|
|
|
|
| |
There's an uneeded GUINT_TO_POINTER in gtk_cell_layout_set_cell_data_func for
extracell_data_func. We can use the le pointer to get the cols we want.
svn path=/trunk/; revision=8412
|
|
|
|
| |
svn path=/trunk/; revision=8316
|
|
|
|
| |
svn path=/trunk/; revision=8278
|
|
|
|
| |
svn path=/trunk/; revision=8274
|
|
|
|
| |
svn path=/trunk/; revision=8271
|
|
|
|
| |
svn path=/trunk/; revision=8268
|
|
|
|
| |
svn path=/trunk/; revision=8267
|
|
|
|
| |
svn path=/trunk/; revision=8211
|
|
|
|
|
|
| |
other column expands. This makes bookmarks take up all the space instead of being truncated at the half.
svn path=/trunk/; revision=8173
|
|
|
|
|
|
| |
with the spinners in the tabs and the progress bar. (#524809)
svn path=/trunk/; revision=8166
|
|
|
|
| |
svn path=/trunk/; revision=8030
|
|
|
|
|
|
| |
compilers that only understand C89. Bug #518890.
svn path=/trunk/; revision=7991
|
|
|
|
|
|
| |
requested password quality allows it. Bug #515096, patch by Thomas Wendt.
svn path=/trunk/; revision=7982
|
|
|
|
|
|
| |
and linked to the main window commands. Bug #171179.
svn path=/trunk/; revision=7945
|
|
|
|
|
|
|
|
|
| |
Left undocumented on schema because we are in string freeze, will document
for 2.24.
Patch by Jake Nelson
svn path=/trunk/; revision=7944
|