commit df39d840b9768221f89a06ed48f5b5f9cc3ebf13 Author: Jesse van den Kieboom Date: 2011-04-13 Release 3.0.1 M NEWS M README M configure.ac commit 87389723355dd43f4759a0e80c754bfaf694a368 Author: Jesse van den Kieboom Date: 2011-04-13 Only activate ViewActivatable once M gedit/gedit-view.c commit a4290fbed608dd604b71c922578b19d6dc773d78 Author: Jesse van den Kieboom Date: 2011-04-13 Initialize gtk for document-saver test M tests/document-saver.c commit c2fbbed25740d45426b9de17d9a2aeec6c350152 Author: Jesse van den Kieboom Date: 2011-04-12 Use css stylesheet file instead of inline styles M data/Makefile.am A data/gedit.css M gedit/gedit-close-button.c M gedit/gedit-close-button.h M gedit/gedit-multi-notebook.c M gedit/gedit-multi-notebook.h M gedit/gedit-notebook.c M gedit/gedit-notebook.h M gedit/gedit-status-combo-box.c M gedit/gedit-status-combo-box.h M gedit/gedit-window.c M gedit/gedit.c commit 1d094b509ee6dd10a6b871aeb216cb9d4dee7bec Author: Jesse van den Kieboom Date: 2011-04-12 Remove shadow from text view scrolled window M gedit/gedit-view-frame.c commit 2991f60d5a299ba1e0f25ff216e85003150ed5d5 Author: Ignacio Casal Quinteiro Date: 2011-04-12 [docs] Fix indentation M help/C/gedit-view-open-files-in-sidepane.page commit 6d29e93151bda6f1b31d4ff6aae1f84b936305e0 Author: Ignacio Casal Quinteiro Date: 2011-04-12 [docs] Fix typo M help/C/gedit-open-on-server.page commit 78a90f3019b36b6e001a505dcc16a62769c92b9a Author: Ignacio Casal Quinteiro Date: 2011-04-12 Select text in the search popup entry. Pressing control+f when the search popup is visible it selects the text in the entry. M gedit/gedit-view-frame.c commit f0bd64c20328fca5339b9d40c67b566a039e3704 Author: Ignacio Casal Quinteiro Date: 2011-04-11 Do not composite widgets not visible M gedit/gedit-overlay.c commit 2ab3b119b634d97c73a59cb77e4fe2f64c068dba Author: Ignacio Casal Quinteiro Date: 2011-04-11 Do not set it as app_paintable and remove the set_has_window By default it doesn't have a window anyway so it is safe to remove. M gedit/gedit-rounded-frame.c commit 5d59a4cfe09ecb8e5bc1a511d3b1191bf1c7df8b Author: Ignacio Casal Quinteiro Date: 2011-04-10 Cleanup in the GeditRoundedFrame widget. Fix a lot of size allocation problems and make it more similar to GtkFrame. Also make it take the settings from the GtkFrame style. M gedit/gedit-rounded-frame.c commit 2ebeadc30a0a124bc886efa4345461b55e747df5 Author: Paolo Borelli Date: 2011-04-10 Sync smclient with latest libegg version. M gedit/smclient/eggdesktopfile.c M gedit/smclient/eggdesktopfile.h M gedit/smclient/eggsmclient-osx.c M gedit/smclient/eggsmclient-win32.c M gedit/smclient/eggsmclient-xsmp.c M gedit/smclient/eggsmclient.c M gedit/smclient/eggsmclient.h commit 4029230e9166c3431652723c7b655acd47d07240 Author: Jesse van den Kieboom Date: 2011-04-09 Simpler GeditApp singleton implementation M gedit/gedit-app.c M gedit/gedit-app.h commit fd3d8a3224a9cd323067c6e59f9d9ebf95756cea Author: Paolo Borelli Date: 2011-04-09 Leave some right padding on the statusbar Some changes in gtk3 seem to have affected how labels inside our statusbar are sized. With this change we at least leave some right padding so that INS does not end up at the screen edge when the window is maximized. M gedit/gedit-statusbar.c commit cbde9d73dd00e25ca3851d33902d9535fb70a612 Author: Paolo Borelli Date: 2011-04-09 Remove GeditStatus which is a leftover from the past. M docs/reference/gedit-sections.txt M gedit/gedit-statusbar.h commit 5f1dcdd6df62918b465c3e3cf16b9df2cfccdc45 Author: Paolo Borelli Date: 2011-04-09 Add missing new-line. M gedit/gedit-command-line.c commit 597f1133c2bc6df83773f5a0dd97f63a19b7ae36 Author: Paolo Borelli Date: 2011-04-09 Fix the parent in gedit-app class struct. M gedit/gedit-app.h commit cf3eaa0c3475e223bde1fc807afe7f9b73c012b8 Author: Paolo Borelli Date: 2011-04-09 Revert "Simplify app and command-line singletons" This reverts commit 6868673dfc1236cf4d711ab7f3f9f38a56585f02. M gedit/gedit-app.c M gedit/gedit-app.h M gedit/gedit-command-line.c M gedit/gedit-command-line.h commit 10c4486b620ce2d3b494738f8ac1bfc34e1c1e5c Author: Paolo Borelli Date: 2011-04-09 Revert "Fix warning." This reverts commit afd80ac7d0b7a33aefbb7994ad960479eb97d345. M gedit/gedit-app.c commit afd80ac7d0b7a33aefbb7994ad960479eb97d345 Author: Paolo Borelli Date: 2011-04-09 Fix warning. M gedit/gedit-app.c commit 6868673dfc1236cf4d711ab7f3f9f38a56585f02 Author: Paolo Borelli Date: 2011-04-08 Simplify app and command-line singletons GeditApp had the wrong parent class in the class struct, but we may as well make it a normal gobject instead of an initially-unowned since we were ref-sinking it immediately. M gedit/gedit-app.c M gedit/gedit-app.h M gedit/gedit-command-line.c M gedit/gedit-command-line.h commit ab64e914fb7e9cd198c30437b030eef440fd774e Author: Jesse van den Kieboom Date: 2011-04-09 Fix removing widgets from overlay This also stores both a wrapped and the original widget if needed. This makes the code to look for and remove widgets easier. Also properly disconnect destroy handler when removing a wrapped widget and destroying the wrapper. M gedit/gedit-overlay.c commit 63f13103ea314499aa6f753dccb83bede2c9f1e9 Author: Jesse van den Kieboom Date: 2011-04-09 Implement compositing support for GeditOverlay https://bugzilla.gnome.org/show_bug.cgi?id=642091 M gedit/gedit-overlay-child.c M gedit/gedit-overlay.c M gedit/gedit-overlay.h M gedit/gedit-rounded-frame.c M gedit/gedit-view-frame.c commit afdd4dece750c8b5c086b810a7c054c6cf516a9f Author: Ignacio Casal Quinteiro Date: 2011-04-06 Manage the selection of text correctly. M gedit/gedit-view-frame.c commit 9f358290fa28c6853073654d212fd29f3924850b Author: Ignacio Casal Quinteiro Date: 2011-04-07 When searching get the right iter as first iter when there is a selection M gedit/gedit-view-frame.c commit 91181738f08d2e52c2e344b28f4dab95bba0096b Author: Ignacio Casal Quinteiro Date: 2011-04-07 Update the search when a search option has changed. M gedit/gedit-view-frame.c commit 0df96d8ec7fbcaec441a990474f748ed7aace629 Author: Ignacio Casal Quinteiro Date: 2011-04-07 Control+scroll to move between search occurrences instead of just scroll. M gedit/gedit-view-frame.c commit dd9c0229be8a45d0f63e84fc07705596aeef92b6 Author: Inaki Larranaga Murgoitio Date: 2011-04-06 Updated Basque language M po/eu.po commit 75b88406ae15c53b8f730133825ac86e34403380 Author: Inaki Larranaga Murgoitio Date: 2011-04-06 Updated Basque language M po/eu.po commit a5bb22e94ef09fabd1391914e0e50fa4b2a86f1c Author: Inaki Larranaga Murgoitio Date: 2011-04-06 Updated Basque language M po/eu.po commit 65f38face0b393c227b0077c03bd173dba4f4aed Author: Ignacio Casal Quinteiro Date: 2011-04-06 Avoid crash when removing the highlighted text. We must block the changed signal when setting "" in the entry to avoid an useless search and a crash as the text mark for the start of the text is deleted when the popup is hidden. M gedit/gedit-view-frame.c commit db0a51785352892d1bb1abe4487d91d66f21f803 Author: Paolo Borelli Date: 2011-04-06 Free the scheme string when it is the same as the old one. M gedit/gedit-settings.c commit 611fe56ae2d75e3f4697ea9ea4f70dc3be12f7bf Author: Paolo Borelli Date: 2011-04-06 Small cleanup I had locally on top of the recent ctrl+delete commit. M plugins/filebrowser/gedit-file-browser-widget.c commit ccaf8ae4ead63e9a25773cff23ae9ae33f13ee34 Author: Kjartan Maraas Date: 2011-03-29 Fix up #include to make translations work M gedit/gedit-command-line.c M gedit/gedit-panel.c M gedit/gedit-style-scheme-manager.c M gedit/gedit-ui.h M gedit/gedit-view-frame.c commit 52f3675e9b4cc8770702f752c3473ece69443be4 Author: Ignacio Casal Quinteiro Date: 2011-04-04 Get the right file or dir for iso-codes depending on the OS. M plugins/spell/gedit-spell-checker-language.c commit 3c289c092c00425cec4302f0025a7f974a47dc4f Author: Ignacio Casal Quinteiro Date: 2011-04-04 Get the nautilus value as an enum instaed of a string and avoid a conversion. M plugins/filebrowser/gedit-file-browser-plugin.c M plugins/filebrowser/gedit-file-browser-view.h M plugins/filebrowser/org.gnome.gedit.plugins.filebrowser.gschema.xml.in.in commit 9f30645e269cce029ceffaf13798ac72cc9a88c3 Author: Ignacio Casal Quinteiro Date: 2011-04-04 Control+Delete to send files to the trash. Same as in nautilus. M plugins/filebrowser/gedit-file-browser-widget.c commit 8d2c4b76b8834c801f0ee81fa239c2bc9b3cd329 Author: Ignacio Casal Quinteiro Date: 2011-04-04 Release 3.0.0 M NEWS M README M configure.ac