Marc-Antoine Perennou
807c744c8d
gdk: fix headers installation path
...
https://bugzilla.gnome.org/show_bug.cgi?id=782981
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2017-08-14 22:26:59 +01:00
Emmanuele Bassi
17b7d6b149
Remove MAINTAINER file
...
The DOAP file is a better description of the maintainership of the
project.
2017-08-14 22:23:09 +01:00
Emmanuele Bassi
3e558b950d
Remove obsolete README for Windows
...
Using Meson we get Windows support, both via Ninja and Visual Studio.
2017-08-14 22:23:09 +01:00
Emmanuele Bassi
d2af823183
Rename 'HACKING' to 'CONTRIBUTING'
...
And remove redundant and obsolete information.
2017-08-14 22:23:09 +01:00
Emmanuele Bassi
0803ee2df4
docs: Update the 'building gtk' guide
...
Clean up for Meson.
2017-08-14 22:23:09 +01:00
Emmanuele Bassi
f82f0c7fbc
docs: Update the release instructions
2017-08-14 22:23:09 +01:00
Emmanuele Bassi
98ed797731
docs: Update the README
...
Let's bring it into this century, and drop outdated information.
2017-08-14 22:23:09 +01:00
Emmanuele Bassi
6240082e12
Drop old MSC makefiles
2017-08-14 22:23:09 +01:00
Emmanuele Bassi
391d1a04ec
Drop Autotools build
...
We are officially switching to Meson as the default build system for
GTK+.
2017-08-14 22:23:09 +01:00
Kukuh Syafaat
562e278bf8
Update Indonesian translation
2017-08-14 20:18:42 +00:00
Kukuh Syafaat
ad510927b7
Update Indonesian translation
2017-08-14 20:17:43 +00:00
Matthias Clasen
fdd5e9f61e
Redo emoji data slightly
...
No longer store variation sequences explicitly. Instead, put a 0
in the sequence where the modifiers will be inserted. This is more
compact, and it allows us to put variations directly into the
recent section.
Update the type of the recent-emoji setting to match these changes.
2017-08-14 15:46:02 -04:00
Timm Bäder
0fe396e516
popover: Remove double assignment
2017-08-14 21:29:18 +02:00
Daniel Mustieles
27f14920a3
Update Spanish translation
2017-08-14 16:06:32 +00:00
Timm Bäder
54c362bf48
gtkwindowprivate: Remove _gtk_window_keys_foreach
...
Unused outside of gtkwindow.c
2017-08-14 14:24:29 +02:00
Timm Bäder
c309def4f0
winodw: Remove _gtk_window_reposition prototype
...
It's never implemented.
2017-08-14 14:24:10 +02:00
Timm Bäder
2a49e08d6d
meson: Don't define G_ENABLE_CONSISTENCY_CHECKS unconditionally
...
We add it back later depending on the current buildtype.
2017-08-14 13:01:22 +02:00
Timm Bäder
9f3f640c0d
widget: Remove gtk_widget_get_border_allocation
2017-08-14 12:22:39 +02:00
Timm Bäder
5f859a1f24
widget: Remove gtk_widget_get_content_allocation
...
Replace it where we still need something similar, e.g. in
gtk_widget_translate_coordinates
2017-08-14 12:22:39 +02:00
Timm Bäder
9c7e089fc2
widget: Remove gtk_widget_get_margin_allocation
...
It's not needed anymore with get_outer_allocation (which will be
replaced by something more appropriately named).
2017-08-14 12:22:39 +02:00
Jordi Mas
c3aacbecdf
Update Catalan translation
2017-08-14 00:36:36 +02:00
Fran Dieguez
2755717740
Update Galician translation
2017-08-13 22:19:01 +00:00
Daniel Boles
4a6f5136ba
convert-emoji: Don’t pointlessly do rest of loop
...
skip can never become FALSE again, so break as soon as it becomes TRUE.
2017-08-13 17:39:13 +01:00
Muhammet Kara
f998360600
Update Turkish translation
...
(cherry picked from commit a6de59845a
)
2017-08-13 16:35:12 +00:00
Timm Bäder
1ee32d10ce
meson: Add emoji data
...
Otherwise we crash at runtime.
2017-08-13 18:08:41 +02:00
Timm Bäder
2eaf416062
gsk: Add color shader sources to meson build files
2017-08-13 18:01:58 +02:00
Matthias Clasen
82a24e7cf6
Don't update headings in an idle
...
It is not necessary since flow box invalidation is
all synchronous currently. If that ever changes,
this code will need adjustment.
2017-08-13 09:27:37 -04:00
Matthias Clasen
b52c1cb8dc
scrolled window: Don't leak timeout sources
...
We must only create a new source if there isn't one already,
otherwise we override the ID and leak the previous one.
2017-08-13 09:24:50 -04:00
Matthias Clasen
98089778df
Add names to more sources
...
This makes debugging mainloop-related issues more pleasant.
2017-08-13 09:03:40 -04:00
Matthias Clasen
5b23fd32f1
emoji: Fix a leak
...
We were leaking the list of recently used Emoji here.
Pointed out by Timm Bädert.
2017-08-13 07:51:33 -04:00
Matthias Clasen
fd4fa7be29
emoji: Start search on the first character
...
There is no need to wait for a longer prefix here.
We already display all the content anyway, it will
only get less.
2017-08-13 07:51:33 -04:00
Pawan Chitrakar
50453d44bc
Update Nepali translation
2017-08-13 08:30:09 +00:00
Pawan Chitrakar
8585b4a9f5
Update Nepali translation
2017-08-13 08:08:44 +00:00
Piotr Drąg
c77a188a02
Update Polish translation
2017-08-13 01:24:38 +02:00
Piotr Drąg
49671e7498
Update POTFILES.skip
2017-08-13 01:18:31 +02:00
Matthias Clasen
aa1fb13451
Fix the meson build
2017-08-12 19:06:00 -04:00
Matthias Clasen
f54aca20ee
widget-factory: Add a use of show-emoji-icon
...
This also serves as a testcase for nested popovers
that was missing in widget-factory so far.
2017-08-12 18:50:50 -04:00
Matthias Clasen
e24ffbbc21
Add a testcase for the new Emoji chooser
...
For now, add it in testentryicons.
2017-08-12 18:48:14 -04:00
Matthias Clasen
558aebfbc4
entry: Add support for an Emoji chooser
...
Add an "Insert Emoji" item to the context menu in entries.
We also add a show-emoji-icon property, which when set to
TRUE, will add an icon that can be clicked to bring up
the Emoji chooser.
2017-08-12 18:48:14 -04:00
Matthias Clasen
46f7804f3a
Fix a problem with focus handling in modal popovers
...
When the popover is dismissed, we return the focus to
where it came from. However, by using gtk_widget_grab_focus,
we were messing up the selection if that widget happens to
be an entry. Special-case GtkEntry and use
gtk_entry_grab_focus_without_selecting to avoid this issue.
2017-08-12 18:48:14 -04:00
Matthias Clasen
c6c1619646
Add an Emoji chooser widget
...
Add a popover that shows color Emoji, with a search entry.
The recently-used Emoji are stored in a GSetting.
2017-08-12 18:48:14 -04:00
Matthias Clasen
44999fa239
Add Emoji data
...
The json file is imported from the (MIT-licensed) emoji.json[0] node
module, which generates it from the emoji list published by the
Unicode Consortium.
This commit also adds a little tool to convert the data into
a compact GVariant, and the result of that conversion, which is
added to libgtk as a resource. The following commits will make use
of it.
[0] https://github.com/amio/emoji.json
2017-08-12 18:48:14 -04:00
Daniel Boles
a2768144f1
InfoBar: Fix wrong/uninit var use in code example
...
https://bugzilla.gnome.org/show_bug.cgi?id=786144
2017-08-12 21:08:24 +01:00
Daniel Boles
854bfb916c
Adwaita: Sync CSS files with current SASS
2017-08-12 16:02:18 +01:00
Daniel Boles
c8e2ccd7a1
LevelBar: Don’t pointlessly copy an allocation
...
now featuring the required comma :/
2017-08-12 15:13:36 +01:00
Timm Bäder
07d6c7817d
widget: Remove private _gtk_widget_set_has_focus
...
The css state here is now handled in gtk_widget_set_focus_child
2017-08-12 15:56:53 +02:00
Matthias Clasen
a5ba6dfe97
Revert "LevelBar: Avoid unnecessarily copying allocation"
...
This reverts commit d5e25be9bc
.
It doesn't build.
2017-08-12 09:46:06 -04:00
Matthias Clasen
124b790a77
Fix a bootstrapping problem without root windows
...
We create various windows during the initial creation of display
objects, which causes some bootstrapping issues when we try to
find the default screen to get its root window. To work around this,
pass the display object into gdk_window_new.
This is not an API change, since gdk_window_new is no longer public API.
2017-08-12 09:42:19 -04:00
Daniel Boles
d5e25be9bc
LevelBar: Avoid unnecessarily copying allocation
...
Just use the original allocation, instead of copying it and passing that
2017-08-12 14:23:55 +01:00
Matthias Clasen
342fdee0a1
Remove an unused field
...
Nothing uses bubble_window, so it can go.
2017-08-11 19:53:06 -04:00