[gnome-latex] (205 commits) ...Remove old-repository/



Summary of changes:

  683ec67... First commit. Some files is in French because I am lazy. If
  080357c... GUI: menubar and toolbar
  65d43e5... GUI: statusbar cleaning of the code : 80 columns max, space
  83ad656... GUI: source view and log/message zone with a vertical pane 
  7bb9791... Translation with gettext
  4b787d3... todo for week 2
  30dfa69... About dialog
  b2aa325... Better organistation: - the callbacks are in a separated fi
  9cd973b... Open file (without tabs) each document will be represented 
  5394e3e... save and save as
  7b6cfd2... new file
  f36ae0b... Files with tabs, close a file. The main window is now acces
  4d76e22... change title of tabs
  cb3bb66... syntaxic color with GtkSourceView
  198c084... show/hide line numbers
  14caf78... undo/redo
  378a242... font for the source view: Monospace
  f61b4aa... compile (pdflatex) and view PDF
  c3246ac... compile latex and view DVI
  5d88733... tabs with close button
  84a9bce... log zone:  - horizontal pane with an action list and a text
  ef320c4... log zone: view the previous actions The actions are not sto
  be2f2cc... files recently opened
  cabae3b... - personal icons for compiling and viewing actions - close 
  6fbf90b... - DVI to PDF - DVI to PS - view PS
  e0b40c9... source view: text wrapping bug correction: bad title when s
  76cd6f5... statusbar: - print some text - show the row and the column 
  8c07587... log zone: command output in red when it's an error
  07b655a... - find and replace - cleaning of the code
  822811c... search and replace: - options - button replace sensitivity 
  1e82be4... copy, cut, paste, delete and select all
  1ab4849... - zoom in, zoom out, zoom reset - take into account the lin
  715356e... open a file from the command line exemple: ./latexila test.
  ba9ab95... CMake
  f5fd247... French translation
  bfedaec... Apply the GPL
  f965bdc... Preferences with a key file
  5ba26ee... Release 0.0.1
  f8ada1c... Open files from the command line with relative path
  454c768... About dialog: add the Kile Team in the artists list
  eb63612... Symbol table: Greek alphabet
  8d39b93... Support older versions of GTK+ than the 2.14
  2f38702... Symbols: arrows
  f9f4317... Show/hide symbol tables
  7a2ad45... Change the simple install procedure
  03e980d... Add the (almost) empty directory "build"
  4c4cb3d... Symbols: relations, operators, delimiters, misc
  0cbcaef... Command line options: --version, --help, etc
  608e721... Conversion to UTF-8 of the command output for the compilati
  3e6467f... Show output command of the compilation progressively
  653e461... Cleaning of the code
  24e700f... Notebook scrollable
  f936bfc... Save and load preferences
  aa59030... Optimisation of traversals of GList
  b4f4442... Menu and toolbar in ui.c
  52f8f52... Take into account the N_ macro for the translation
  d9b6dc1... Improvement of closing and saving files
  fbda8a9... Avoid some memory leaks
  4332d13... Take into account the show_side_pane key in the preferences
  a584e0f... Improve first unmaximisation if key window_maximized=true
  504bd1b... Unmaximization: best method
  9829acd... Edit toolbar: bold, italic, typewriter, underline
  3648cbb... Recent manager: save as
  6535fee... Menu: LaTeX: Font Styles
  8b70926... Menu: LaTeX: environments
  7c1f42b... Menu: LaTeX: Sectioning
  8c001e7... GTK+2.0 version 2.16 minimum required
  bb3250a... Menu: LaTeX: Characters Sizes
  e3c228d... Menu: LaTeX: list environments
  fd6ffc0... Menu: LaTeX: References
  8d95cac... About dialog: add Gedit LaTeX Plugin in the artists list
  d7d4eb8... Icons: 30x30 -> 24x24 (more beautiful)
  83d7a24... Show/hide edit toolbar
  148b54b... Things added to the todo-list
  bc37b0f... Cleaning of the code
  0ae67e8... CMake: use FindLATEX module
  0ab07db... Optimisation + avoid memory leaks
  4f1dbe2... Preferences: latex, pdflatex, ... commands
  8770dd8... Symbols tables: the categories take less place
  f7a149d... Bug correction: changing preferences if no document opened
  5a3996d... Command line option: new document
  729e2b4... Possibility to reorder the document tabs
  6a95b75... Execution of the actions: optimization
  8ab3f00... Other method for the log zone
  679feac... execution of the actions: convert document
  b61da24... TODO update
  8479c33... symbols: add a space after the symbol
  76a6169... symbols: set the focus on the text after inserting a symbol
  2fb45be... TODO update
  ac748bd... external commands: if the file path contains spaces
  2b9c2a6... save document before a compilation
  ab3edd2... Use less pointers to structures in latexila_t
  a62646c... Sensitivity of the actions when an action is running
  e22f878... Log zone: keep only the 5 last actions
  0b4cbda... symbol tables: mathematical sets in misc math
  752e74a... Save as: confirmation before replacing a file
  dc68597... Use GtkMessageDialog instead of GtkDialog
  92abfb7... Icon for the references (label, ref, ...)
  6dd5c33... Update French translation
  7ac8a40... Show a warning message with GtkMessageDialog
  2a5e09d... File choosers: save the folder
  d423096... Release 0.0.2
  148840b... Side bar: tabs with icons
  478ad7f... File browser integrated
  a23a3b5... File browser: sort the files in alphabetical order
  b4e3501... Static functions for callbacks in symbols.c
  a1f3650... Delete latexila.prefs.file_chooser_dir_is_empty
  24b7af7... File browser: save the current folder in the prefs
  074e946... Logo in the about dialog
  496b82b... Move some struct and enum from main.h to symbols.h
  12483fa... File browser: two buttons (home and up)
  3ea288f... File browser: memory problems correction
  398efe5... File browser: best method for getting the parent dir
  0670de8... File browser: different pixbuf for *.tex, *.pdf, etc
  8b2cbc0... File browser: refresh button
  88611a0... File browser: tooltips for the buttons
  7084ec9... Open document: verify if the doc is not already opened
  6532e5e... File browser: view document
  86380ce... Remember the files opened at exit and reopen them at starti
  1d2adb3... Reopen files on startup: option in prefs
  22d18d2... New function open_new_document_without_uri ()
  18fb717... Reopen files on startup: use GPtrArray
  d38ca7c... File browser: option: show all files
  c794a0c... File browser: jump button
  6d0df16... Clean-up auxiliaries files after close
  5062825... PO files updated
  c8fa3d9... Documents menu
  f03255d... Search: Goto Line
  5e6e2ce... Undo/redo: check if the buffer is saved
  886db3a... Style scheme support (GtkSourceView)
  51e54d1... Find: under the source view instead of a dialog
  917887f... Some various improvements
  f8a699f... Replace: under the source view instead of a dialog
  7e75d79... Templates: create a few default templates
  895a827... Icons for the templates (from Kile)
  4f1fc20... New file: select a template
  2cf7dfe... Possibility to create new templates
  d6305b5... Other icons for the compilation
  8fa1e3e... Possibility to delete personnal templates
  cf794c4... Save a "New document" open the dialog to save as
  c539050... More preferences for the source view
  66f1f23... Toolbars: show the toolbars on the same line
  566dd49... Delete templates: save only if template(s) deleted
  21ed5f3... Comment/uncomment selected lines
  679a6fd... Indent/unindent lines
  a57fce1... Side pane: remember the current page of the notebook
  e5bfb61... Documentation: LaTeX reference from Kile
  beb9100... Open Recent: show the most recently used items
  287adec... Icons updated
  9f582c5... Edit toolbar: math
  348b569... Preferences: nicer presentation
  5d2144d... Bug correction in cb_save_as()
  22a5a98... BibTeX and MakeIndex support
  7745952... File *.desktop
  67c4a98... Underscores in the menu
  31a9807... file HACKING
  6b29c2d... Prefs: style scheme without scrollbar
  9ed7885... Update French translation
  6509175... Icons for the delimiters
  2a7a89e... Release 0.1
  4932cd7... New logo
  5b71190... Logo update and new icons
  0b2fd2f... Compil output: filter the messages
  8ad1d76... Clean the code of external_commands.c
  62040e1... Compil output: show the exit code
  15b3d35... New action: clean-up build files
  29934f2... External commands: stop execution
  fbb775a... Document Compilation: new options
  5e09110... Output filter: extract info and show stats
  d3ca065... Clean-up #include's
  6461b29... Log zone: GtkListStore instead of GtkTextBuffer
  bb274b2... Log output: jump to lines and files
  9fedc06... Some default preferences changed (sizes)
  d898406... Tooltip on document tabs: filename
  a7dad08... Set window title with the filename of current doc
  5c82df1... Go to previous or next error/warning/badbox
  92c86c4... Output filter: file size in KB or MB
  b5eb528... Log output: background colors for selected rows
  5370c90... Bug fix in jump_to_file()
  2e6f14c... Output view: one column with 3 cell renderers
  577fff9... Sensitivity of previous/next latex messages actions
  cb0a7b6... Use GDestroyNotify instead of manually free memory
  88c6f25... Bug fix: --new-document
  150c2d4... File browser: use stock-id property for pixbuf
  4696f65... Delete latexila.file_browser
  8178908... File browser option: show hidden files
  3b0c8fb... File browser: bug fix (permissions to open dir)
  996556e... File browser: combobox with all parent dirs
  57f2131... Create a backup copy of files before saving
  f3c5f13... Autosave files every X minutes
  83ac237... New default template: beamer presentation
  35cc3d4... Create personnal templates: choose an icon
  bad3a29... Output log: delete fg-set and bg-set properties
  c848867... Release 0.2
  048df2f... Release 0.2
  b747fd2... Icons: new sizes
  ba83244... vertical paned: pack widgets differently
  0df382a... Show version information: only latexila
  f42227a... Remove deprecated field in .desktop
  7a98ce0... Added a manpage.
  5c3bacc... Install the desktop entry and icons.
  72b4362... CMake: allow deprecated stuff
  eafd2f2... Move everything to old-repository/
  2949593... Merge old Git repository
  38b1f89... Remove old-repository/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]