summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move single-include guards inside include guardsMatthias Clasen2012-12-28325-1037/+1037
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* l10n: Updated Persian translationArash Mousavi2012-12-281-211/+226
|
* broadway: Handle NULL surface in updateAlexander Larsson2012-12-271-0/+3
| | | | This happen if nothing has been drawn yet.
* broadway: Rename gdkbroadway-server-client.c to gdkbroadway-server.cAlexander Larsson2012-12-272-1/+1
|
* broadway: Make resize grip work againAlexander Larsson2012-12-273-10/+0
|
* broadway: Stop default mouse button handlingAlexander Larsson2012-12-271-3/+6
| | | | This makes it not possible to select the canvas objects, etc.
* broadway: Add TODO.broadwayAlexander Larsson2012-12-272-9/+13
|
* broadway: Move broadwayd to binAlexander Larsson2012-12-271-1/+1
|
* broadway: During pointer grabs, send pointer events only to one clientAlexander Larsson2012-12-273-25/+61
|
* broadway: Make daemon side server "gdk independent".Alexander Larsson2012-12-274-125/+201
|
* broadway: Proper handling of http port and display nrAlexander Larsson2012-12-272-6/+47
|
* broadway: Collect and document some TODOsAlexander Larsson2012-12-271-6/+7
|
* broadway: Track windows for client and kill on client exitAlexander Larsson2012-12-271-2/+15
|
* broadway: Rename gdkbroadway-server.c to broadway-server.cAlexander Larsson2012-12-272-2/+2
| | | | | This way the broadway-*.c namespace is for the daemon and gdk* for the gdk lib.
* broadway: rename broadway-server to broadwaydAlexander Larsson2012-12-272-4/+4
| | | | The "server" part is too confusing, there are to many servers around.
* broadway: Drop libbroadway.laAlexander Larsson2012-12-271-10/+8
| | | | This is not needed anymore, its just used by the server.
* broadway: rename broadway.[ch] to broadway-output.[ch]Alexander Larsson2012-12-276-7/+4
|
* broadway: disconnect in idle when neededAlexander Larsson2012-12-271-2/+27
| | | | This makes the ownership cleaner
* broadway: Initial version of separate broadway serverAlexander Larsson2012-12-279-23/+1271
| | | | This kinda works but is very rudimentary
* broadway: Add OPs top protocolAlexander Larsson2012-12-272-12/+27
|
* broadway: Add enum for even typesAlexander Larsson2012-12-273-39/+55
|
* broadway: Break out broadway protocol in its own headerAlexander Larsson2012-12-273-76/+85
|
* docs: Restart a Deprecated sectionMatthias Clasen2012-12-271-23/+28
| | | | | We've accumulated enough wholly-deprecated objects again that it makes sense to move them to their own section.
* Another trivial sorting fixMatthias Clasen2012-12-271-5/+5
|
* Rename gtkcolorswatchaccessible.hMatthias Clasen2012-12-274-3/+3
| | | | | Call it gtkcolorswatchaccessibleprivate.h. This matches what we're doing for non-public widget headers in gtk/.
* Drop separate scrollbar accessible implementationMatthias Clasen2012-12-275-153/+1
| | | | It didn't really add anything to the range accessible implementation.
* Add a test for deriving accessible implementationsMatthias Clasen2012-12-272-0/+75
| | | | | | This is a trivial example. Just check that we can derive from GtkButtonAccessible, and have a GtkButton subclass use the derived accessible implementation.
* Install gtk-a11y.hMatthias Clasen2012-12-272-0/+79
| | | | | | | We add a separate gtk-a11y.h single-include header for them. This header will work much the same as gtkx.h. It will be installed in /usr/include/gtk-3.0/gtk, but you have to include it separately.
* Install a11y headersMatthias Clasen2012-12-271-2/+5
| | | | | We install the headers for the a11y implementations in /usr/include/gtk-3.0/gtk/a11y/.
* Add single-include guards to a11y headersMatthias Clasen2012-12-2744-0/+176
| | | | More preparation for installing these headers.
* Fix inter-header includesMatthias Clasen2012-12-2750-55/+54
| | | | | | | Since we are going to install these headers soon, we need to make their mutual includes work in the installed location as well. Also, avoid including individual gtk headers, to avoid trouble with single-include guards.
* More gail removalMatthias Clasen2012-12-274-31/+27
| | | | Rename GailMisc to GtkMiscImpl.
* Rename and clean up gailutilMatthias Clasen2012-12-277-390/+356
|
* Some renamingMatthias Clasen2012-12-275-34/+33
| | | | Move gail.h to gtkaccessibility.h, and libgail to libgtka11y.
* CosmeticsMatthias Clasen2012-12-27100-104/+100
| | | | Replace GAIL in top comments by 'GTK+ - accessibility implementations'.
* Make accessible implementations publicMatthias Clasen2012-12-27102-543/+760
| | | | | | | | | | | | | | This commit exposes the get_type() functions and standard headers for accessible implementations. This makes it possible to derive from the GTK accessible implementations without GType magic tricks. This is necessary, because we require the a11y type hierarchy to be parallel to the widget type hierarchy. So, if you derive a widget and need to adjust its a11y implementation, you have to be able to derive its accessible implementation. This commit probably exposes more than is absolutely necessary, it also exposes accessibles of widgets that are unlikely candidates for deriving from.
* Trivial sorting fixMatthias Clasen2012-12-271-1/+1
|
* Updated Galician translationsFran Diéguez2012-12-242-840/+859
|
* Paint GtkFrame background correctly when there is a labelPaolo Borelli2012-12-231-3/+11
|
* Updated Norwegian bokmål translationKjartan Maraas2012-12-221-7/+7
|
* roundedbox: Fix copy-paste errorBenjamin Otte2012-12-211-1/+1
| | | | y coordinates don't care about the right value, they want bottom.
* testgtk: Remove GtkAlignment usage from progressbar testBenjamin Otte2012-12-211-10/+6
| | | | We can use gtk_widget_set_[hv]align here.
* aboutdialog: ensure the credits page uses the "view" style classCosimo Cecchi2012-12-211-0/+2
| | | | | | Since not every theme renders a background for a GtkViewport (and Adwaita master doesn't), ensure the grid+viewport we use to emulate a text view here uses the "view" style class.
* Updated Norwegian bokmål translationKjartan Maraas2012-12-211-88/+89
|
* Paint GtkFrame backgroundPaolo Borelli2012-12-211-0/+2
| | | | | | It already paints the css border, so let's make it also honor css background. This is needed to have a box of a different color around some widgets (e.g. latest gnome-clocks design)
* Updated Lithuanian translationAurimas Černius2012-12-201-166/+174
|
* broadway: Use SOURCE operator when scrollingAlexander Larsson2012-12-201-0/+1
|
* broadway: Allow reconnecting to a broadway pageAlexander Larsson2012-12-201-6/+7
|
* broadway: Fix possible access-after-freeAlexander Larsson2012-12-201-4/+4
| | | | We need to calculate the buf pointer after the realloc.
* broadway: Remove separate browser windows hackAlexander Larsson2012-12-201-236/+31
| | | | | This never really worked well, we need to be able to fully handle sizes from the client.