summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* data/resources/prism: Rename * source files to *inPatrick McDermott2017-11-139-16/+22
|
* scripts/update-*.sh: Ensure directories existPatrick McDermott2017-11-132-0/+2
|
* scripts/update-prism.sh: Strip "in" from files in URLsPatrick McDermott2017-11-131-1/+1
|
* data/Makefile.am, data/resources/prism/local.mk: Copy/link Prism sources to ↵Patrick McDermott2017-11-132-13/+16
| | | | | | build directory And use copied/linked files to build prism.css and prism.js.
* data/Makefile.am: Don't clean resources/flexi-color-picker/README.mdPatrick McDermott2017-11-131-1/+1
|
* data/Makefile.am: Add to SUFFIXESPatrick McDermott2017-11-131-1/+1
|
* scripts/update-prism.sh: Factor out resource path into variablePatrick McDermott2017-11-131-1/+2
|
* scripts/update-prism.sh: Factor out URL base into variablePatrick McDermott2017-11-131-1/+3
|
* data/Makefile.am: Don't distribute built resourcesPatrick McDermott2017-11-131-3/+7
|
* data/Makefile.am: Install resources/flexi-color-picker/README.mdPatrick McDermott2017-11-131-2/+2
|
* data/Makefile.am: Distribute Prism sourcesPatrick McDermott2017-11-131-0/+2
|
* src/local.mk, src/*/local.mk, src/*/*/local.mk: Distribute headersPatrick McDermott2017-11-138-6/+36
|
* MqFindToolbar: Show message when wrappingPatrick McDermott2017-11-131-14/+53
|
* MqFindToolbar: Add a spinnerPatrick McDermott2017-11-121-0/+9
|
* MqFindToolbar: Remove a blank line at the end of a functionPatrick McDermott2017-11-121-1/+0
|
* MqFindToolbar: Disable relief on prev, next, and case buttonsPatrick McDermott2017-11-121-0/+3
|
* MqFindToolbar: Don't call webkit_find_controller_search_next()Patrick McDermott2017-11-121-20/+2
| | | | Or webkit_find_controller_search_previous().
* mq_application_new(): Add a couple blank linesPatrick McDermott2017-11-121-0/+2
|
* mq_config_new(): Use g_new0() instead of malloc()Patrick McDermott2017-11-121-1/+1
|
* mq_application_new(): Use g_new0() instead of malloc()Patrick McDermott2017-11-121-1/+1
|
* mq_application_new(): Get MqConfig from MqProfilePatrick McDermott2017-11-121-6/+2
|
* MqProfiles: Manage current profile's MqConfigPatrick McDermott2017-11-122-0/+19
| | | | And save it on profile re-insertion.
* MqProfiles: Handle only the changes done hintPatrick McDermott2017-11-121-0/+4
|
* about:profiles: Disable "Launch" button on new profilePatrick McDermott2017-11-111-1/+1
|
* about:profiles: Disable "Delete" button on current profilePatrick McDermott2017-11-111-1/+1
|
* mq_profiles_remove(): Don't remove the current profilePatrick McDermott2017-11-111-0/+4
| | | | | | | A process that removes its own running profile can't restore it. mq_profiles_remove() removes a profile's group from the key file. The file change handler then looks for the current profile's group in the key file. The group isn't found, and the profile can't be restored.
* MqProfiles: Only save if restored profile insertion succeedsPatrick McDermott2017-11-111-3/+5
|
* mq_profiles_remove(): Remove profile directoryPatrick McDermott2017-11-101-1/+34
|
* mq_profiles_new(): Monitor profiles file for changesPatrick McDermott2017-11-101-1/+50
|
* mq_profiles_insert(): Split out insertion into new static functionPatrick McDermott2017-11-101-13/+25
|
* mq_profiles_new(): Free a created GFilePatrick McDermott2017-11-101-0/+1
|
* mq_profiles_get_default(): Handle case of no profiles marked defaultPatrick McDermott2017-11-081-0/+6
|
* mq_svg_is_color_valid(): Avoid NULL pointer dereferencePatrick McDermott2017-11-081-1/+1
| | | | | | This shouldn't happen once the no-default case is handled and profiles that are in use but removed are re-inserted, but it's good to avoid a potential creash anyway.
* mq_web_view_normal_scheme_methods: Don't handle "about"/"mq-about" schemePatrick McDermott2017-11-081-20/+6
|
* mq_web_view_about_scheme_methods: New scheme methodsPatrick McDermott2017-11-084-0/+134
|
* about:profiles: Focus on name <input> on "Edit" button clickPatrick McDermott2017-11-081-1/+3
|
* about:profiles: Enable autofocus on name <input> if addingPatrick McDermott2017-11-081-1/+1
|
* about:preferences: Update mq_html_input_text() callsPatrick McDermott2017-11-081-2/+2
|
* mq_html_input_text(): Add autofocus parameterPatrick McDermott2017-11-082-6/+10
|
* mq_config_deref(): Rename to mq_config_free()Patrick McDermott2017-11-083-4/+4
|
* main(): Initialize GError pointer to NULLPatrick McDermott2017-11-071-0/+1
|
* about:profiles: Free "color_" stringPatrick McDermott2017-11-071-0/+1
|
* about:profiles: Add "Launch" buttonsPatrick McDermott2017-11-071-0/+4
|
* about:profiles: Handle "launch_" query keysPatrick McDermott2017-11-071-0/+4
|
* about:profiles: Move mq_profiles_save() into query key branchesPatrick McDermott2017-11-071-2/+3
|
* about:profiles: Break from query keys loop after editingPatrick McDermott2017-11-071-0/+3
| | | | Each request performs only one editing action.
* mq_profile_launch(): New functionPatrick McDermott2017-11-072-0/+35
|
* Makefile.am: Define BINDIR and PROGRAM_NAME macrosPatrick McDermott2017-11-071-0/+2
|
* mq_profiles_new(): Save created configsPatrick McDermott2017-11-061-4/+9
|
* mq_profiles_new(): Close file creation output streamPatrick McDermott2017-11-061-0/+1
|