- 12 Ock, 2018 4 kayıt (commit)
-
-
elextr yazdı
Returning large aggregates as values is a potential performance problem, but preventing all aggregate returns is inappropriate because: 1. returning small aggregates that are mostly handled as complete objects as return values often makes code clearer. 2. Modern (well not so modern actually) ABIs allow for small aggregates to be returned in registers, so forcing all returns to memory is actually likely to be slower. 3. if code review does not notice a large aggregate return and nobody notices a performance issue then it doesn't matter
-
Matthew Brush yazdı
For some reason the TravisCI build has `-Waggregate-return` enabled as an error even though it's completely valid code. Also constify the input `color_name` argument to `load_color` function.
-
Matthew Brush yazdı
* Improve GTK+3 theme loading - Merge geany-3.0.css into geany.css - Load geany-3.20.css to override if runtime version dictates - Load geany.css from app->configdir if it exists. * Add initial documentation for GTK+ CSS theming * Add geany.css file to the `Tools->Configuration Files` menu Also mark such config files as changed if they don't already exist to force the user to save or discard any newly created config files. * Allow customizing message window using GTK+ themes * Improve GTK+3 CSS docs a bit State which classes are meant to be overridden by themes. * Go back to conditionally loading geany-3.0.css It can't be merged into geany.css since GTK+ CSS parser doesn't ignore invalid properties when prefixed with vendor extension (ie. -Gtk). * Don't mark unedited config files as changed They probably should be marked as changed since they don't exist on disk yet, but for the time being leave it how it was. * Fix misuse of CSS ID vs class in manual * Minor colour value tweaks Based on feedback from @b4n
-
Colomban Wendling yazdı
Show status message on attempt to execute empty context action.
-
- 05 Ock, 2018 1 kayıt (commit)
-
-
LarsDW223 yazdı
If a user selects "context action" from the context menu then now the status message 'No context action set.' will be shown. Closes #1641.
-
- 22 Ara, 2017 1 kayıt (commit)
-
-
Matthew Brush yazdı
-
- 21 Ara, 2017 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Add a note for applying the indent settings in the project preferences
-
Colomban Wendling yazdı
Fix the symbols tree hierarchy when several tags have the same name
-
- 19 Ara, 2017 1 kayıt (commit)
-
-
Piotr Orzechowski yazdı
-
- 17 Ara, 2017 1 kayıt (commit)
-
-
Piotr Orzechowski yazdı
-
- 04 Ara, 2017 4 kayıt (commit)
-
-
Matthew Brush yazdı
-
Colomban Wendling yazdı
Add a tooltip showing the full path on menu items representing documents
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 03 Ara, 2017 1 kayıt (commit)
-
- 19 Kas, 2017 4 kayıt (commit)
-
-
Enrico Tröger yazdı
Say hello to Geany 1.33 "Gorgon"!
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
- 16 Kas, 2017 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 14 Kas, 2017 3 kayıt (commit)
-
-
Colomban Wendling yazdı
Keep the previous behavior if the user had disabled saving window position and geometry, by using the existing setting as default for the new one.
-
Colomban Wendling yazdı
-
LarsGit223 yazdı
Cancel 'MSG_TYPE_RESAVE' info bar if still open in function 'document_reload_force'. This closes the "Deleted from Disk" message if the user clicks on the reload button. Fixes #1330.
-
- 13 Kas, 2017 2 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Enrico Tröger yazdı
Including typo fixes.
-
- 09 Kas, 2017 2 kayıt (commit)
- 07 Kas, 2017 4 kayıt (commit)
-
-
Frank Lanitz yazdı
to reflect latest translations updates
-
gymka yazdı
* updated lithuanian translation * Revert "updated lithuanian translation" This reverts commit e45985679464ed2e495bef6bf16383a472a237c4. * updated lithuanian translation
-
柳东原 LIU Dongyuan yazdı
* Update zh_CN.po * Update metadata
-
Peter C. S. Scholtens yazdı
-
- 06 Kas, 2017 5 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
This is based upon a suggestion by Andrea on i18n mailing list
-
Andrej Herceg yazdı
-
- 05 Kas, 2017 3 kayıt (commit)
-
-
Enrico Tröger yazdı
Use utils_get_uri_file_prefix() as file URI prefix
-
Frank Lanitz yazdı
-
Frank Lanitz yazdı
-
- 04 Kas, 2017 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-