summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* listbox: Remove css box drawingTimm Bäder2017-07-191-61/+2
|
* headerbar: Remove css box drawingTimm Bäder2017-07-191-28/+1
|
* widget: Draw focus outlineTimm Bäder2017-07-191-0/+10
|
* progressbar: Remove css box drawingTimm Bäder2017-07-191-31/+4
|
* label: Remove css box drawingTimm Bäder2017-07-191-29/+14
|
* gtkgrid: Remove css box drawingTimm Bäder2017-07-191-23/+1
|
* gizmo: Remove css box drawingTimm Bäder2017-07-191-19/+3
|
* box: Remove css box drawingTimm Bäder2017-07-191-25/+1
|
* Widget: Disable css box drawing for GtkWindowTimm Bäder2017-07-191-8/+10
| | | | Until we know how we solve that.
* button: Remove css box drawingTimm Bäder2017-07-191-35/+1
|
* widget: Draw background and border for every widgetTimm Bäder2017-07-191-0/+66
|
* Bump versionMatthias Clasen2017-07-192-2/+2
|
* Avoid compiler warningsMatthias Clasen2017-07-191-2/+2
| | | | Initialize these variables, so gcc doesn't complain.
* 3.91.13.91.1Matthias Clasen2017-07-192-1/+55
|
* a11y tests: Update expected resultsMatthias Clasen2017-07-191-2/+2
| | | | The license urls in the about dialog changed.
* testsuite: Adjust gestures tests to gtk4 event deliveryCarlos Garnacho2017-07-191-40/+82
| | | | | | | Events that get to gtk_main_do_event() have the toplevel GdkWindow as event->any.window. Also, ensure that coordinates fall within sensible places of the windows, since those might have shadows, headerbars and whatnot on wayland.
* gtkwindow: Free pointer foci on disposeCarlos Garnacho2017-07-191-0/+3
| | | | | | That means the whole hierarchy is getting destroyed, leaving those behind incurs not only in a leak, but also on weak refs (and unintended repick) to happen in the wrong moment.
* gtkwindow: Do not leak GtkPointerFocusCarlos Garnacho2017-07-191-0/+1
| | | | | gtk_window_add_pointer_focus() increments the refcount, which means the caller should be dropping its own.
* Fix compile error in imquartz.c due to API change in GtkIMContext.John Ralls2017-07-181-4/+4
|
* Fix MacOS compiler warnings.John Ralls2017-07-181-3/+5
|
* Copy gtk_clipboard_get_default implementation to gtkclipboard-quartz.cJohn Ralls2017-07-181-6/+9
| | | | Fixes bug 784323.
* quartz: Implement gtk_clipboard_get_selectionPhilip Chimento2017-07-181-0/+14
| | | | | | This function is trivial and can be copied from the X11 implementation. https://bugzilla.gnome.org/show_bug.cgi?id=772281
* meson: Add missing source fileEmmanuele Bassi2017-07-181-0/+1
| | | | | The newly added gtkfilechoosererrorstack.c source needs to be included in the Meson build as well as the Autotools one.
* Update POTFILES.inPiotr Drąg2017-07-182-0/+2
|
* filechooserwidget: Add GtkFileChooserErrorStackTimm Bäder2017-07-185-46/+227
| | | | | | | | | | Showing all the different errors and warnings when renaming and creating files/folders without potentially resizing popovers on every keystroke requires us to know the size of the error messages beforehand, so pack all of the possible error messages and warnings in labels and those into a stack. This way we can also neatly crossfade transition between them. https://bugzilla.gnome.org/show_bug.cgi?id=775636
* filechooserwidget: Let the rename entry hexpandTimm Bäder2017-07-181-0/+1
| | | | | | | This makes a difference with other locals where error messages are longer than the standard width of entry+spacing+button. https://bugzilla.gnome.org/show_bug.cgi?id=775636
* Add nullable return annotation to gtk_text_mark_get_nameIñaki García Etxebarria2017-07-181-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=781936
* Add nullable return annotation to gtk_notebook_get_tab_labelIñaki García Etxebarria2017-07-181-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=781935
* Update the URLs of known licenses to HTTPSDaniel Aleksandersen2017-07-181-12/+12
| | | | | | Use HTTPS by default for security/privacy. Avoids slow redirects. https://bugzilla.gnome.org/show_bug.cgi?id=766517
* gtkapplication: Mark gtk_application_get_active_window() as nullableArun Raghavan2017-07-181-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=784888
* Update POTFILES.inPiotr Drąg2017-07-182-0/+2
|
* Add gtkfilechoosernativequart.c to meson buildMatthias Clasen2017-07-181-0/+1
| | | | We have two build systems now, for good measure.
* GtkFileChooserNativeWin32: add support for get_filter and set_filterTom Schoonjans2017-07-181-2/+40
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=784723
* testgtk.c: native file chooser filter changesTom Schoonjans2017-07-181-6/+22
| | | | | | | Set the filter before showing the dialog Afterwards, fetch the last active filter and display its name. https://bugzilla.gnome.org/show_bug.cgi?id=784723
* GtkFileChooserNativeQuartz: add support for get_filter and set_filterTom Schoonjans2017-07-183-3/+36
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=784723
* GtkFileChooserNative: documentation updatedTom Schoonjans2017-07-181-2/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=784723
* GtkFileChooserNativeQuartz: add support for filtersTom Schoonjans2017-07-183-18/+190
| | | | | | | | | Includes: * Simple glob patterns (*.ext, *.*,...) * MIME types * pixbuf formats https://bugzilla.gnome.org/show_bug.cgi?id=784723
* GtkFileChooserNativeQuartz: add partial support for extra widgetTom Schoonjans2017-07-181-8/+24
| | | | | | | When the extra widget is a GtkLabel, then its text will be displayed as a message in the NSSavePanel or NSOpenPanel https://bugzilla.gnome.org/show_bug.cgi?id=784723
* GtkFileChooserNativeQuartz: add support for ↵Tom Schoonjans2017-07-181-39/+51
| | | | | | | | GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER Which is via NSOpenPanel, not NSSavePanel... https://bugzilla.gnome.org/show_bug.cgi?id=784723
* GtkFilechooserNative: add macOS supportTom Schoonjans2017-07-184-0/+447
| | | | | | | | | | Based on the Win32 implementation, as well as the macOS file chooser from https://github.com/GNOME/gedit/blob/master/gedit/gedit-file-chooser-dialog-osx.[ch] Not fully tested yet, but working properly so far. TODO: filter support, extra widget (label), documentation... https://bugzilla.gnome.org/show_bug.cgi?id=784723
* Drop gtk-doc trigraphs on GtkTextView enumerationEmmanuele Bassi2017-07-161-2/+1
| | | | The glib-mkenums tool does not recognise these gtk-doc annotations.
* Fixes to Catalan translationJordi Mas2017-07-151-5/+7
|
* image: Warn when attempting to load pixdata GResourcesBastien Nocera2017-07-121-2/+40
| | | | | | | | GdkPixdata is deprecated. Warn when the application tries to load pixdata embedded resources. The application developer will have to remove the "to-pixdata" keyword from the GResource definition file. https://bugzilla.gnome.org/show_bug.cgi?id=781583
* Use newer glib-genmarshal to simplify build rulesEmmanuele Bassi2017-07-112-6/+9
| | | | | | | | | | The glib-genmarshal tool from GLib 2.54 added various command line arguments that allow us to remove a bunch of as hoc manipulations of the generated marshaller source files. The marshal generator tool can now include an header in the source, and undef the G_ENABLE_DEBUG pre-processor symbol for us. It can also generate the prototypes of the marshallers in the C source, and avoid a 'missing-prototypes' compiler warning.
* Updated Hebrew translationYosef Or Boczko2017-07-101-4335/+3896
|
* Updated Hebrew translationYosef Or Boczko2017-07-101-1453/+1441
|
* Avoid a race in the print portalMatthias Clasen2017-07-071-11/+44
| | | | | Same as the previous commit; use the new predictable request object path to connect to the Response signal early.
* Avoid a race in the file chooser portalMatthias Clasen2017-07-071-3/+36
| | | | | | | Use the new predictable request object path and connect to the Response signal before issuing the portal call. This avoids a race that is pretty unlikely to hit in the filechooser case.
* label: Remove extra quote in code exampleDaniel Boles2017-07-071-1/+1
|
* GdkRGBA: Fix misspelt parameter names in docsDaniel Boles2017-07-061-2/+2
|