summaryrefslogtreecommitdiff
path: root/src/glade-window.c
Commit message (Collapse)AuthorAgeFilesLines
* GladeWindow: Remove surveyJuan Pablo Ugarte2022-08-101-77/+0
| | | | We do not need to run the survey anymore since there is not plan for further development.
* Add new menu entry: User ManuelSabri Ünal2022-04-211-0/+10
|
* GladeWindow: disable survey if there is no TLS supportJuan Pablo Ugarte2020-10-211-0/+7
| | | | Closses issue #371 "Glade user survey not working (TLS error)"
* GladeWindow: use VCS version in development seriesJuan Pablo Ugarte2020-09-171-2/+6
| | | | Closes issue #472 "gnome-nightly: About dialog should display git commit rev"
* GladeWindow: move actions to topJuan Pablo Ugarte2020-07-291-38/+19
| | | | | | Give catalog actions a more prominent place than the bottom toolbar Fix issue #452 "GtkComboBox cell renderers editor is too hard to discover"
* GladeWindow: add CSS optimization for Quartz backendJuan Pablo Ugarte2020-07-081-0/+65
| | | | | Disable shadows and animations on OSX to improve performance. Add glade_window_get_gdk_backend()
* GladeWindow: startup cleanupJuan Pablo Ugarte2020-06-161-18/+6
| | | | | Clean up initialization of glade Deleted unused macros
* Build: use gtk-mac-integration only when creating bundleTom Schoonjans2020-05-071-5/+0
| | | | | | Gtk-mac-integration was used only when creating the bundle, So there's no need to drag it as a dependency just because the build occurs on a macOS with a Gtk installation with Quartz backend.
* Rename GWActionClass to GladeWidgetActionDef to use the right namespaceCorentin Noël2019-06-181-10/+10
|
* Create GladeSettings to hold the settings instead of using a Gtk widget for ↵Corentin Noël2019-06-091-24/+17
| | | | | | holding it Avoids having a GladePreferences around when it's not always necessary.
* Couple of fixes for memory leaks found with valgrindCorentin Noël2019-05-211-10/+11
| | | | Most of them are unfreed string and missed GList elements.
* GladeWindow: simplify pointer mode actionsJuan Pablo Ugarte2018-08-111-24/+10
| | | | | Replace all pointer mode actions (select, drag, margin and align) with a new action "pointer-mode" with a mode parameter
* GladeWindow: move actions to GtkApplicationJuan Pablo Ugarte2018-08-111-19/+43
|
* GladeWindow: port to GtkApplicationJuan Pablo Ugarte2018-08-021-15/+9
| | | | | This will let us export actions on DBus as an entry point for integration with other IDE like Builder.
* GladeWindow: hide intro button after its finished.Juan Pablo Ugarte2018-03-121-2/+20
|
* GladeWindow: replace tabs with spacesJuan Pablo Ugarte2018-03-031-50/+49
|
* GladeWindow: set label on toolbar actionsJuan Pablo Ugarte2018-03-031-5/+5
|
* glade-window.c: Fix typoRafael Fontenelle2018-02-161-1/+1
|
* Fix some typos in new stringsPiotr Drąg2018-01-081-8/+8
|
* Add UI interactive introductionmodern-uiJuan Pablo Ugarte2017-12-301-0/+179
|
* GladeWindow: port to GActionJuan Pablo Ugarte2017-12-301-391/+269
|
* GladeWindow: move all project actions to headerbarJuan Pablo Ugarte2017-12-301-152/+97
| | | | | - Use GtkStackSwitcher in headerbar to change project - Undo/Redo right click to activate command menu
* GladeWindow: remove unused project listJuan Pablo Ugarte2017-12-301-73/+2
|
* GladeWindow: add main stack with logoJuan Pablo Ugarte2017-12-301-11/+24
|
* GladeWindow: moved css to glade-window.css fileJuan Pablo Ugarte2017-12-301-38/+2
|
* GladeWindow: add GladeAdaptorChooserJuan Pablo Ugarte2017-12-301-1/+5
|
* GladeWindow: replace main notebook with stackJuan Pablo Ugarte2017-12-301-436/+189
| | | | Add popover button with a stack switcher to headerbar to replace notebook tabs
* GladeWindow: remove unused view actionsJuan Pablo Ugarte2017-12-301-144/+3
|
* GladeWindow: replace menubar with headerbarJuan Pablo Ugarte2017-12-301-164/+37
| | | | | | | Add headerbar with open, new, undo, redo and save buttons and a main dropdown menu. Simplified toolbar and moved under the inspector.
* GladeWindow: remove unused right_paned.Juan Pablo Ugarte2017-12-301-5/+0
| | | | Set minimun width/height for inspector, workspace and property editor
* GladeWindow: remove paletteJuan Pablo Ugarte2017-12-301-24/+3
| | | | | | Palette functionality will be replaced with some search functionality. In the mean time double click on the workspace/placeholder will be the only way to add widgets to a project.
* GladeWindow: remove palette related actions from view menuJuan Pablo Ugarte2017-12-301-79/+1
|
* GladeWindow: remove dock systemJuan Pablo Ugarte2017-12-301-281/+4
| | | | Remove palette, inspector and editor windows dock.
* GladeWindow: renamed gtk-key-bindings to -gtk-key-bindings in class custom cssJuan Pablo Ugarte2016-03-141-1/+1
|
* Bug 536840 - Save palette small icon preferenceTristan Van Berkom2016-01-291-1/+16
|
* Ugly hack to restore paned positionsTristan Van Berkom2016-01-291-1/+1
| | | | | | | | | | | When we maximize the window, usually an idle is enough until it's safe to start manipulating the stored paned window positions. Now, 200ms seems to be enough. This fixes restoring of paned window positions, if you exit Glade cleanly by quitting Glade, it should restore the app in the same state it was (undocked window positions and paned positions)
* osx: Use current gtk-mac-integration APIPhilip Chimento2014-10-121-18/+25
| | | | | | | | | | | The #ifdef'd block did not compile at all because it used the old API from gtk-mac-integration, and because it used GtkBuilder when the surrounding code had been ported to use widget templates. This fixes up the use of the API and adds a few widget variables to GladeWindowPrivate which have to be bound to the template. https://bugzilla.gnome.org/show_bug.cgi?id=738339
* style: Fix indentation of #ifdef block for OS XPhilip Chimento2014-10-121-30/+30
| | | | | | | There are no tabs in the rest of the file, so this matches the surrounding indentation. https://bugzilla.gnome.org/show_bug.cgi?id=738339
* Replaced deprecated stock items with its corresponding label strings.Juan Pablo Ugarte2014-05-151-4/+3
|
* Removed use of deprecated GtkMisc APIJuan Pablo Ugarte2014-05-151-2/+1
|
* Migrated from stock icons to icon namesJuan Pablo Ugarte2014-05-071-6/+6
| | | | | | | | | | GladeApp GladePointerMode icons and devhelp icon are now registered as icon names GladeWindow: replaced deprecated gtk_tool_button_new_from_stock() with gtk_tool_button_new() + gtk_image_new_from_icon_name() to create actions tool items GTK+ Catalog, glade.glade: replaced every stock icon with the corresponding icon name TODO: the only stock icon that does not seem to have a replacement is gtk-edit
* Replaced deprecated functionsJuan Pablo Ugarte2014-05-071-4/+4
| | | | | | | | | | | | | | | | gtk_button_new_from_stock() -> gtk_button_new_from_icon_name() gtk_widget_render_icon_pixbuf() -> gtk_icon_theme_load_icon() gtk_widget_set_margin_left() -> gtk_widget_set_margin_start() Stock images with icon names GTK_STOCK_ADD -> "list-add" GTK_STOCK_REMOVE -> "list-remove" GTK_STOCK_OPEN -> "document-open" GTK_STOCK_GO_DOWN -> "go-down" GTK_STOCK_DIALOG_WARNING -> "dialog-warning" GTK_STOCK_INFO -> "dialog-information" GTK_STOCK_SAVE -> "document-save" GTK_STOCK_REFRESH -> "view-refresh"
* Save palette appearance settingTingPing2014-04-161-0/+16
|
* Added few comments for translatorsJuan Pablo Ugarte2014-03-301-0/+3
|
* Add dialog to advertise user surveyJuan Pablo Ugarte2014-03-271-6/+56
|
* Revert "Mark every survey notification dialog string as translatable"Juan Pablo Ugarte2014-03-171-55/+6
| | | | | | | | This reverts commit 2d04be13169d95677332f49d43e81ed00bfb4e8d. Revert "Added message dialog at startup to advertise the user survey." This reverts commit 5716cbb64b281e2325d21bb4ae53a4ba7a07e906.
* Mark every survey notification dialog string as translatableJuan Pablo Ugarte2014-03-171-2/+2
|
* Added message dialog at startup to advertise the user survey.Juan Pablo Ugarte2014-03-171-6/+55
| | | | | The dialog will be shown until the user either completes the survey or checks the "Do not show this dialog again" check button
* Added Registration & User Survey Dialog in Help menuJuan Pablo Ugarte2014-02-171-5/+18
|
* GladeWindow: disable keybinding used by glade in every widget in the workspace.Juan Pablo Ugarte2013-11-291-0/+31
| | | | Now its posible to delete an GtkEntry with Delete again!