2007-01-07 |
John Darrington | Applied patch #5661 |
tree | commitdiff |
2007-01-04 |
John Darrington | Added psppire-dialog and psppire-buttonbox widgets. |
tree | commitdiff |
2007-01-03 |
John Darrington | Added callback for when the weights on a dictionary... |
tree | commitdiff |
2007-01-01 |
John Darrington | Applied patch #5653, which adds callbacks to dataset... |
tree | commitdiff |
2006-12-30 |
John Darrington | Updated the about box to work properly with Gtk+2.10 |
tree | commitdiff |
2006-12-30 |
John Darrington | Updated names of widgets in menubar |
tree | commitdiff |
2006-12-29 |
John Darrington | Replaced GtkStatusBar with a custom one more suited... |
tree | commitdiff |
2006-12-28 |
John Darrington | Re-added Data->Insert_Variable menu item |
tree | commitdiff |
2006-12-28 |
John Darrington | Added a "Windows" menu, and a "minimise all windows... |
tree | commitdiff |
2006-12-27 |
John Darrington | Added menuitem to display the PSPP reference manual. |
tree | commitdiff |
2006-12-27 |
John Darrington | Re-added the help button callbacks |
tree | commitdiff |
2006-12-27 |
John Darrington | Replaced the value labels icon with a better one. |
tree | commitdiff |
2006-12-26 |
John Darrington | Enabled Edit->Clear in variable sheet |
tree | commitdiff |
2006-12-26 |
John Darrington | Re-enabled Save/Save As in syntax editor |
tree | commitdiff |
2006-12-25 |
John Darrington | Removed signal emissions from psppire-dict.c |
tree | commitdiff |
2006-12-24 |
John Darrington | Fixed bug in value labels dialog box |
tree | commitdiff |
2006-12-24 |
John Darrington | Whitespace changes only. |
tree | commitdiff |
2006-12-24 |
John Darrington | Fixed some warnings |
tree | commitdiff |
2006-12-24 |
John Darrington | Whitespace changes only. |
tree | commitdiff |
2006-12-24 |
John Darrington | Whitespace changes only |
tree | commitdiff |
2006-12-24 |
John Darrington | Updated AUTHORS |
tree | commitdiff |
2006-12-24 |
John Darrington | Added some extraneous crud to .cvsignore files |
tree | commitdiff |
2006-12-23 |
John Darrington | Enabled remaining items in syntax editor's Run menu. |
tree | commitdiff |
2006-12-23 |
John Darrington | Cleaned up GUI, by objectifying the data editor. Remov... |
tree | commitdiff |
2006-12-23 |
Ben Pfaff | Make the missing value code do more work, so that its... |
tree | commitdiff |
2006-12-22 |
John Darrington | Added abstract factory to create casefiles. Updated... |
tree | commitdiff |
2006-12-22 |
John Darrington | Fixed bug #17420 (table columns exceeded with /FORMAT... |
tree | commitdiff |
2006-12-22 |
Ben Pfaff | Implement DELETE VARIABLES. |
tree | commitdiff |
2006-12-21 |
John Darrington | Re-added the stock-ids for the custom icons, which... |
tree | commitdiff |
2006-12-21 |
Ben Pfaff | Add comment that ll_sort is stable, |
tree | commitdiff |
2006-12-20 |
John Darrington | Removed 'Written by John Darrington' lines which got... |
tree | commitdiff |
2006-12-20 |
Ben Pfaff | Fix bugs in LOOP. |
tree | commitdiff |
2006-12-20 |
John Darrington | Implemented flexifilereader_cnum. |
tree | commitdiff |
2006-12-20 |
John Darrington | Implemented the NPAR TESTS command. |
tree | commitdiff |
2006-12-19 |
Ben Pfaff | Make it possible to pull cases from the active file... |
tree | commitdiff |
2006-12-17 |
John Darrington | Added the ability to run syntax from the syntax editor. |
tree | commitdiff |
2006-12-16 |
Jason Stover | removed "Written by..." line |
tree | commitdiff |
2006-12-16 |
Ben Pfaff | Don't assume that ALIGN_* and GTK_JUSTIFY_* values... |
tree | commitdiff |
2006-12-16 |
Ben Pfaff | Don't assume that MEASURE_* and ALIGN_* have the same... |
tree | commitdiff |
2006-12-16 |
Ben Pfaff | Allow RANK grouping variables to be strings. Fixes... |
tree | commitdiff |
2006-12-16 |
Ben Pfaff | Reverse order of arguments to DATEDIFF, for compatibili... |
tree | commitdiff |
2006-12-16 |
John Darrington | Removed my authorship lines. |
tree | commitdiff |
2006-12-16 |
John Darrington | Committed patch #5636 |
tree | commitdiff |
2006-12-15 |
Ben Pfaff | Remove "Written by Ben Pfaff <blp@gnu.org>" lines every... |
tree | commitdiff |
2006-12-14 |
John Darrington | Made src/language into one big library. Closes patch... |
tree | commitdiff |
2006-12-14 |
Ben Pfaff | Fix punctuation in error message. |
tree | commitdiff |
2006-12-14 |
Ben Pfaff | Implement DATESUM, DATEDIFF functions. |
tree | commitdiff |
2006-12-12 |
John Darrington | Fixed bugs which crept in with the variable encapsulati... |
tree | commitdiff |
2006-12-11 |
Ben Pfaff | This patch adds the VALUELABEL function for use in... |
tree | commitdiff |
2006-12-11 |
Ben Pfaff | * value-labels.c (hash_int_val_lab): Only hash as... |
tree | commitdiff |
2006-12-11 |
Ben Pfaff | Rewrite system file reader code, to clean up and improve. |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | * command-line.c (pre_syntax_message): Use term "synta... |
tree | commitdiff |
2006-12-10 |
John Darrington | Patch #5623 |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | * repeat.c (parse_lines): Issue an error when attempti... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | * file-name.c (fn_search_path): Remove prefix arg... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | * format.c (fmt_dollar_template): Use user's decimal... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | New function fmt_dollar_template based on pspp-dev... |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | Finish converting struct variable to an opaque type... |
tree | commitdiff |
2006-12-10 |
John Darrington | Avoided comparison of string variables to SYSMIS |
tree | commitdiff |
2006-12-10 |
Ben Pfaff | Ignore cscope files. |
tree | commitdiff |
2006-12-08 |
John Darrington | Memory leak patrol and minor cleanups. |
tree | commitdiff |
2006-12-08 |
Ben Pfaff | Use gsl_finite from GSL, which is portable, instead... |
tree | commitdiff |
2006-12-07 |
John Darrington | Removed mutual dependency between libpspp and data |
tree | commitdiff |
2006-12-07 |
John Darrington | Added a syntax editor to the GUI. |
tree | commitdiff |
2006-12-07 |
John Darrington | Fixed memory leak. |
tree | commitdiff |
2006-12-07 |
John Darrington | Changed factors' independent variables to be copies... |
tree | commitdiff |
2006-12-07 |
Ben Pfaff | Remove blank page. |
tree | commitdiff |
2006-12-07 |
Ben Pfaff | Compare variable pointers instead of variable indexes. |
tree | commitdiff |
2006-12-05 |
Ben Pfaff | First step in making struct variable opaque: the boring... |
tree | commitdiff |
2006-12-05 |
John Darrington | Applied patch #5611 |
tree | commitdiff |
2006-12-05 |
Ben Pfaff | * missing-values.c (mv_resize): Don't write beyond... |
tree | commitdiff |
2006-12-03 |
Ben Pfaff | Fix lack of ->name and ->location in DO REPEAT's getl_i... |
tree | commitdiff |
2006-12-02 |
Ben Pfaff | Remove redundant parentheses. |
tree | commitdiff |
2006-12-01 |
Ben Pfaff | * compute.c: Fix bug #17422, which reports that a... |
tree | commitdiff |
2006-12-01 |
Ben Pfaff | * value-labels.c (get_label): Allow commas between... |
tree | commitdiff |
2006-12-01 |
Ben Pfaff | Fix indentation. |
tree | commitdiff |
2006-12-01 |
Ben Pfaff | Properly handle empty DO REPEAT...END REPEAT block... |
tree | commitdiff |
2006-12-01 |
Ben Pfaff | * inpt-pgm.c (cmd_reread): Always return error code... |
tree | commitdiff |
2006-11-30 |
John Darrington | deleted some commented out code. |
tree | commitdiff |
2006-11-29 |
John Darrington | Oops. committing new files |
tree | commitdiff |
2006-11-29 |
John Darrington | Applying patch #5562 |
tree | commitdiff |
2006-11-29 |
John Darrington | Fixed make distcheck |
tree | commitdiff |
2006-11-25 |
Ben Pfaff | We've had a mix of min, max from libpspp/misc.h and... |
tree | commitdiff |
2006-11-25 |
John Darrington | Added whitespace and plugged memory leak. |
tree | commitdiff |
2006-11-22 |
Ben Pfaff | HOST command needs F_KEEP_FINAL_TOKEN. |
tree | commitdiff |
2006-11-22 |
Ben Pfaff | Rewrite formatted data input routines to conform to... |
tree | commitdiff |
2006-11-19 |
Ben Pfaff | Fix grammar in comment. |
tree | commitdiff |
2006-11-16 |
John Darrington | Apply patch #5561. Connect debugger on error. |
tree | commitdiff |
2006-11-14 |
John Darrington | Fixed bug which crept in with the recent lexer changes. |
tree | commitdiff |
2006-11-14 |
John Darrington | Plugged some small memory leaks |
tree | commitdiff |
2006-11-11 |
John Darrington | Encapsulated lexer and updated calling functions accord... |
tree | commitdiff |
2006-11-11 |
Ben Pfaff | Fix buffer overflow reported by John Darrington. |
tree | commitdiff |
2006-11-11 |
Ben Pfaff | Implement SKIP keyword on DATA LIST. Fixes bug #17099. |
tree | commitdiff |
2006-11-07 |
John Darrington | Committed patch #5524, which allows the message destina... |
tree | commitdiff |
2006-11-05 |
Ben Pfaff | Rewrite and improve formatted output routines. |
tree | commitdiff |
2006-11-05 |
John Darrington | Added casefilter structure to assist with missing value... |
tree | commitdiff |
2006-11-04 |
Ben Pfaff | * msg-ui.c (handle_msg): Only write message to terminal if |
tree | commitdiff |
2006-11-04 |
Ben Pfaff | Implement SET ERRORS, SHOW ERRORS. |
tree | commitdiff |
2006-11-03 |
John Darrington | Updated the docs and the parser for EXAMINE to make... |
tree | commitdiff |
2006-11-03 |
Ben Pfaff | Completely rewrite src/data/format.[ch], to achieve... |
tree | commitdiff |
next |