summaryrefslogtreecommitdiff
path: root/src/nautilus-location-entry.c
AgeCommit message (Expand)Author
2026-07-26general: Use once variant of sourcesKhalid Abu Shawarib
2026-07-26general: Use g_set_object instead of unref, ref, reassignKhalid Abu Shawarib
2026-07-26general: Use Explicit default flagsKhalid Abu Shawarib
2026-04-09location-entry: Complete dirs with trailing slashPeter Eisenmann
2026-02-19location-entry: Fix prefix dimmingPeter Eisenmann
2026-02-19location-entry: Rework and fix completionsPeter Eisenmann
2026-02-19location-entry: Don't complete empty entryPeter Eisenmann
2026-02-19location-entry: Drop unused variablePeter Eisenmann
2026-02-19location-entry: Rename variable for typed textPeter Eisenmann
2026-02-19location-entry: Rename completion handle idPeter Eisenmann
2026-02-19location-entry: Drop array NULL terminationPeter Eisenmann
2026-01-31Apply 8 suggestion(s) to 1 file(s)Peter Eisenmann
2026-01-31Location-bar: Case insenstive autocompletionAbhinandan Thakur
2025-06-05location-entry: Don't try to access null current_directoryLukáš Tyrychtr
2024-06-15toolbar: Handle location entry signalsAntónio Fernandes
2024-06-05general: Stop importing nautilus-window.h where unnecessaryAntónio Fernandes
2024-03-01general: Add input hints and purpose properties to entriesKhalid Abu Shawarib
2024-02-02location-entry: clear entry on edit of internal pathPeter Eisenmann
2023-11-18general: simple un<>signed comparison fixesPeter Eisenmann
2023-08-09general: Remove unused eel-vfs-extensions.h includesAntónio Fernandes
2023-08-09scheme: Use shorter macro for search schemeAntónio Fernandes
2023-08-03location-entry: check uri scheme via GFilePeter Eisenmann
2023-05-09general: Add missing tooltips to some buttonssunflowerskater
2022-07-20location-entry: Remove rogue statementAntónio Fernandes
2022-07-20location-entry: Simplify contrived special text codeAntónio Fernandes
2022-07-20location-entry: Drop DnD codeCorey Berla
2022-07-20location-entry: Add helper for inserting prefix into completionCorey Berla
2022-07-20location-entry: Add helper for setting editable textCorey Berla
2022-07-20location-entry: Fix insert-text and delete-text signalsCorey Berla
2022-01-09location-entry: Don't crash on activationAntónio Fernandes
2022-01-09general: Drop parameter from GtkEntry::icon-* signalsAntónio Fernandes
2022-01-09general: Switch to GTK4António Fernandes
2021-12-31general: Disable Drag-and-dropAntónio Fernandes
2021-12-31location-entry: Pass drag data time properlyAntónio Fernandes
2021-12-28location-entry: Rework drag-and-drop dialog to be non blockingMatthew Jakeman
2021-12-28enums: Make OpenFlags more genericAntónio Fernandes
2021-12-24Stop using gtk_widget_new()António Fernandes
2021-12-22location-entry: Use event controller for key eventsAntónio Fernandes
2021-12-22location-entry: Track text changes through GtkEditableAntónio Fernandes
2021-12-22location-entry: Set :inline-completion to FALSEAntónio Fernandes
2021-12-22location-entry: Check position on idleAntónio Fernandes
2021-12-06general: Stop overriding GtkWidget.destroy()António Fernandes
2021-12-06Revert "general: Stop overriding GtkWidget.destroy()"António Fernandes
2021-12-06toolbar: Stop using custom max width containerAntónio Fernandes
2021-11-12general: Stop overriding GtkWidget.destroy()António Fernandes
2021-07-11general: Uniformize case code styleAntónio Fernandes
2021-02-12location-entry: Highlight basenames of completionsJames Westman
2021-02-12location-entry: Use relative completions for relative pathsJames Westman
2021-02-12location-entry: Use g_strstrip()James Westman
2021-02-12location-entry: Use GtkEntryCompletionJames Westman