Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move single-include guards inside include guards | Matthias Clasen | 2012-12-28 | 325 | -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 translation | Arash Mousavi | 2012-12-28 | 1 | -211/+226 |
| | |||||
* | broadway: Handle NULL surface in update | Alexander Larsson | 2012-12-27 | 1 | -0/+3 |
| | | | | This happen if nothing has been drawn yet. | ||||
* | broadway: Rename gdkbroadway-server-client.c to gdkbroadway-server.c | Alexander Larsson | 2012-12-27 | 2 | -1/+1 |
| | |||||
* | broadway: Make resize grip work again | Alexander Larsson | 2012-12-27 | 3 | -10/+0 |
| | |||||
* | broadway: Stop default mouse button handling | Alexander Larsson | 2012-12-27 | 1 | -3/+6 |
| | | | | This makes it not possible to select the canvas objects, etc. | ||||
* | broadway: Add TODO.broadway | Alexander Larsson | 2012-12-27 | 2 | -9/+13 |
| | |||||
* | broadway: Move broadwayd to bin | Alexander Larsson | 2012-12-27 | 1 | -1/+1 |
| | |||||
* | broadway: During pointer grabs, send pointer events only to one client | Alexander Larsson | 2012-12-27 | 3 | -25/+61 |
| | |||||
* | broadway: Make daemon side server "gdk independent". | Alexander Larsson | 2012-12-27 | 4 | -125/+201 |
| | |||||
* | broadway: Proper handling of http port and display nr | Alexander Larsson | 2012-12-27 | 2 | -6/+47 |
| | |||||
* | broadway: Collect and document some TODOs | Alexander Larsson | 2012-12-27 | 1 | -6/+7 |
| | |||||
* | broadway: Track windows for client and kill on client exit | Alexander Larsson | 2012-12-27 | 1 | -2/+15 |
| | |||||
* | broadway: Rename gdkbroadway-server.c to broadway-server.c | Alexander Larsson | 2012-12-27 | 2 | -2/+2 |
| | | | | | This way the broadway-*.c namespace is for the daemon and gdk* for the gdk lib. | ||||
* | broadway: rename broadway-server to broadwayd | Alexander Larsson | 2012-12-27 | 2 | -4/+4 |
| | | | | The "server" part is too confusing, there are to many servers around. | ||||
* | broadway: Drop libbroadway.la | Alexander Larsson | 2012-12-27 | 1 | -10/+8 |
| | | | | This is not needed anymore, its just used by the server. | ||||
* | broadway: rename broadway.[ch] to broadway-output.[ch] | Alexander Larsson | 2012-12-27 | 6 | -7/+4 |
| | |||||
* | broadway: disconnect in idle when needed | Alexander Larsson | 2012-12-27 | 1 | -2/+27 |
| | | | | This makes the ownership cleaner | ||||
* | broadway: Initial version of separate broadway server | Alexander Larsson | 2012-12-27 | 9 | -23/+1271 |
| | | | | This kinda works but is very rudimentary | ||||
* | broadway: Add OPs top protocol | Alexander Larsson | 2012-12-27 | 2 | -12/+27 |
| | |||||
* | broadway: Add enum for even types | Alexander Larsson | 2012-12-27 | 3 | -39/+55 |
| | |||||
* | broadway: Break out broadway protocol in its own header | Alexander Larsson | 2012-12-27 | 3 | -76/+85 |
| | |||||
* | docs: Restart a Deprecated section | Matthias Clasen | 2012-12-27 | 1 | -23/+28 |
| | | | | | We've accumulated enough wholly-deprecated objects again that it makes sense to move them to their own section. | ||||
* | Another trivial sorting fix | Matthias Clasen | 2012-12-27 | 1 | -5/+5 |
| | |||||
* | Rename gtkcolorswatchaccessible.h | Matthias Clasen | 2012-12-27 | 4 | -3/+3 |
| | | | | | Call it gtkcolorswatchaccessibleprivate.h. This matches what we're doing for non-public widget headers in gtk/. | ||||
* | Drop separate scrollbar accessible implementation | Matthias Clasen | 2012-12-27 | 5 | -153/+1 |
| | | | | It didn't really add anything to the range accessible implementation. | ||||
* | Add a test for deriving accessible implementations | Matthias Clasen | 2012-12-27 | 2 | -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.h | Matthias Clasen | 2012-12-27 | 2 | -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 headers | Matthias Clasen | 2012-12-27 | 1 | -2/+5 |
| | | | | | We install the headers for the a11y implementations in /usr/include/gtk-3.0/gtk/a11y/. | ||||
* | Add single-include guards to a11y headers | Matthias Clasen | 2012-12-27 | 44 | -0/+176 |
| | | | | More preparation for installing these headers. | ||||
* | Fix inter-header includes | Matthias Clasen | 2012-12-27 | 50 | -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 removal | Matthias Clasen | 2012-12-27 | 4 | -31/+27 |
| | | | | Rename GailMisc to GtkMiscImpl. | ||||
* | Rename and clean up gailutil | Matthias Clasen | 2012-12-27 | 7 | -390/+356 |
| | |||||
* | Some renaming | Matthias Clasen | 2012-12-27 | 5 | -34/+33 |
| | | | | Move gail.h to gtkaccessibility.h, and libgail to libgtka11y. | ||||
* | Cosmetics | Matthias Clasen | 2012-12-27 | 100 | -104/+100 |
| | | | | Replace GAIL in top comments by 'GTK+ - accessibility implementations'. | ||||
* | Make accessible implementations public | Matthias Clasen | 2012-12-27 | 102 | -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 fix | Matthias Clasen | 2012-12-27 | 1 | -1/+1 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2012-12-24 | 2 | -840/+859 |
| | |||||
* | Paint GtkFrame background correctly when there is a label | Paolo Borelli | 2012-12-23 | 1 | -3/+11 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2012-12-22 | 1 | -7/+7 |
| | |||||
* | roundedbox: Fix copy-paste error | Benjamin Otte | 2012-12-21 | 1 | -1/+1 |
| | | | | y coordinates don't care about the right value, they want bottom. | ||||
* | testgtk: Remove GtkAlignment usage from progressbar test | Benjamin Otte | 2012-12-21 | 1 | -10/+6 |
| | | | | We can use gtk_widget_set_[hv]align here. | ||||
* | aboutdialog: ensure the credits page uses the "view" style class | Cosimo Cecchi | 2012-12-21 | 1 | -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 translation | Kjartan Maraas | 2012-12-21 | 1 | -88/+89 |
| | |||||
* | Paint GtkFrame background | Paolo Borelli | 2012-12-21 | 1 | -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 translation | Aurimas Černius | 2012-12-20 | 1 | -166/+174 |
| | |||||
* | broadway: Use SOURCE operator when scrolling | Alexander Larsson | 2012-12-20 | 1 | -0/+1 |
| | |||||
* | broadway: Allow reconnecting to a broadway page | Alexander Larsson | 2012-12-20 | 1 | -6/+7 |
| | |||||
* | broadway: Fix possible access-after-free | Alexander Larsson | 2012-12-20 | 1 | -4/+4 |
| | | | | We need to calculate the buf pointer after the realloc. | ||||
* | broadway: Remove separate browser windows hack | Alexander Larsson | 2012-12-20 | 1 | -236/+31 |
| | | | | | This never really worked well, we need to be able to fully handle sizes from the client. |